Started by timer Running as SYSTEM Agent centos-7-agent-6gb-r2g08 is provisioned from template centos-7-agent-6gb --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "de02caf14dbfcb1d94e30c9c37462a09f82dcb33" jenkins/label: "centos-7-6gb" name: "centos-7-agent-6gb-r2g08" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.papyrus.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-agent-6gb-r2g08" - 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-agent-6gb-r2g08" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.10.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "6144Mi" requests: cpu: "1000m" memory: "6144Mi" 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-papyrus" 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" Building remotely on centos-7-agent-6gb-r2g08 (centos-7-6gb) in workspace /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git > git init /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/bugs/571960-sirius-integration^{commit} # timeout=10 > git rev-parse bugs/571960-sirius-integration^{commit} # timeout=10 Checking out Revision e1c00d022a4ffb6f31b021ca6655e8614cbf893b (refs/remotes/origin/bugs/571960-sirius-integration) > git config core.sparsecheckout # timeout=10 > git checkout -f e1c00d022a4ffb6f31b021ca6655e8614cbf893b # timeout=10 Commit message: "Add validation decorators." > git rev-list --no-walk e1c00d022a4ffb6f31b021ca6655e8614cbf893b # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [Papyrus-SiriusIntegration-Tests] $ Xvnc -help Starting xvnc [Papyrus-SiriusIntegration-Tests] $ Xvnc :63 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Tue Dec 7 05:32:28 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5963 vncext: created VNC server for screen 0 [Papyrus-SiriusIntegration-Tests] $ /bin/sh -xe /tmp/jenkins16152250976181327209.sh + export _JAVA_OPTIONS=-Xmx2048m + _JAVA_OPTIONS=-Xmx2048m [Papyrus-SiriusIntegration-Tests] $ /opt/tools/apache-maven/latest/bin/mvn -f source/releng/tests/pom.xml -Dpapyrus.repo.toolsmiths=https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/ -Dpapyrus.repo.main=https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/ -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository clean verify Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f) 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.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml [INFO] Fetching p2.index from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/ (172B) [INFO] Adding repository https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository [INFO] Fetching content.xml.xz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/ (113.15kB) [INFO] Fetching p2.index from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/ (172B) [INFO] Adding repository https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository [INFO] Fetching content.xml.xz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/ (25.02kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.siriusdiag.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.siriusdiag.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.siriusdiag.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.siriusdiag.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.siriusdiag.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.siriusdiag.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (898.68kB) [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (79.76kB) [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (762.75kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B) [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (141.49kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (14.07kB) [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (9.67MB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (107.05kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (62.49kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (33.35kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (108.23kB) [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (1.28MB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (328.72kB) [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (170.74kB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (36.66kB) [INFO] Fetching R-4.19-202103031800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.19/ (63B) [INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (470.65kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.65kB) [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (2.85MB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (35.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (95.26kB) [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (13kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (35.59kB) [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (102.39kB) [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (63.23kB) [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (14.47kB) [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (255.73kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (183.86kB) [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (30.07kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (143.98kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (29.94kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (77.96kB) [INFO] Fetching org.eclipse.osgi.services_3.10.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.93kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (35.42kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (155.35kB) [INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (30.58kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (333.69kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (109.72kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (696.23kB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (962.55kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (3.42MB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (12.57kB) [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (71.46kB) [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (18.03kB) [INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.38kB) [INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (102.05kB) [INFO] Fetching org.eclipse.debug.core_3.18.0.v20210222-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (125.97kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20210217-1644.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (282.34kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (20.85kB) [INFO] Fetching org.eclipse.text_3.11.0.v20210203-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (100.65kB) [INFO] Fetching org.eclipse.jdt.core_3.25.0.v20210223-0522.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (6.91MB) [INFO] Fetching org.eclipse.core.resources_3.14.0.v20210215-0934.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (877.43kB) [INFO] Fetching org.eclipse.ant.ui_3.7.1200.v20210206-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (475.35kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.79kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.62kB) [INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (339.79kB) [INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.58kB) [INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210222-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1,018.14kB) [INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210224-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (3.94MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.200.v20210224-0638.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.67MB) [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (124.96kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (105.56kB) [INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.72kB) [INFO] Fetching org.eclipse.jdt.junit_3.11.1100.v20210203-1102.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (232.08kB) [INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (306.78kB) [INFO] Fetching org.eclipse.jface.text_3.17.0.v20210213-0904.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (317.43kB) [INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (950.29kB) [INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.88kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (235.59kB) [INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210215-0846.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (200.97kB) [INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (122.98kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.82kB) [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.1kB) [INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (58.96kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (41.22kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (55.51kB) [INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.13kB) [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (56.91kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (82.74kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.71kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.17kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (41.14kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (46.09kB) [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.78kB) [INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.86kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (93.41kB) [INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (42.03kB) [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (120.7kB) [INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (362.4kB) [INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210215-1525.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (960.47kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.14kB) [INFO] Fetching 4.0.0_gef-master_1952&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/gef/updates/legacy/releases/ (63B) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (215.67kB) [INFO] Fetching org.eclipse.swt_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.03kB) [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.78kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (25.87kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.94kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.72kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.42kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (21.73kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (484.19kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (62.6kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.02kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (110.28kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (94.41kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.12kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (66.15kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.63kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.78kB) [INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.79kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.46kB) [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.19kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.99kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (24.18kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.300.v20210212-1137.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (103.62kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (69.3kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (976.59kB) [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (944.55kB) [INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.72kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.07kB) [INFO] Fetching org.eclipse.equinox.console_1.4.300.v20210211-2058.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (52.27kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (49.78kB) [INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.98kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.64kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.13kB) [INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.89kB) [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.74kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.2.600.v20210110-1654.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (60.56kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.0.v20201230-1610.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (94.57kB) [INFO] Fetching org.eclipse.e4.core.commands.source_0.13.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (21.58kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.64kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.1000.v20210111-0958.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (376.07kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.37kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.0.v20201125-0918.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (139.58kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.12.100.v20210122-1731.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (163.88kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.0.v20201015-0653.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (206.25kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.100.v20201217-1340.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (163.68kB) [INFO] Fetching org.apache.batik.css.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (319.46kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (52.19kB) [INFO] Fetching org.apache.batik.util.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (126.65kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (89.33kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (18.29kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (39.54kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (22.39kB) [INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (57.91kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.7.700.v20210128-2123.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.5kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (42.13kB) [INFO] Fetching org.apache.batik.i18n.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (20.2kB) [INFO] Fetching org.apache.batik.constants.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (14.72kB) [INFO] Fetching org.apache.xmlgraphics.source_2.4.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (677.47kB) [INFO] Fetching org.apache.commons.io.source_2.6.0.v20190123-2029.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (293.37kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (85.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.6kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.72kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.3.0.v20210222-1018.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.48kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.800.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (10.4kB) [INFO] Fetching org.eclipse.equinox.common.source_3.14.100.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (144.54kB) [INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (278.04kB) [INFO] Fetching org.eclipse.equinox.event.source_1.6.0.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.17kB) [INFO] Fetching org.eclipse.core.commands.source_3.9.800.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (150.67kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.7.900.v20210111-0918.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (81.97kB) [INFO] Fetching org.eclipse.core.databinding.source_1.10.100.v20200926-1123.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (145.76kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.7.200.v20210111-0759.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (75.48kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.10.0.v20200730-0848.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (208kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.8.100.v20200619-0651.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (94.56kB) [INFO] Fetching org.eclipse.core.expressions.source_3.7.100.v20210203-1000.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (86.87kB) [INFO] Fetching org.eclipse.core.jobs.source_3.10.1100.v20210111-0815.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (107.64kB) [INFO] Fetching org.eclipse.core.runtime.source_3.20.100.v20210111-0815.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.15kB) [INFO] Fetching org.eclipse.equinox.app.source_1.5.100.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (76.52kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.6.100.v20201223-0822.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.68kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.8.200.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (115.63kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.10.100.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (176.17kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.3.600.v20200721-1308.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (37.39kB) [INFO] Fetching org.eclipse.osgi.source_3.16.200.v20210226-1447.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.13MB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.300.v20210212-1137.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (143.08kB) [INFO] Fetching org.eclipse.osgi.services.source_3.10.0.v20210212-1137.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (244.91kB) [INFO] Fetching org.eclipse.osgi.util.source_3.6.0.v20210212-1137.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (63.52kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.116.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.82MB) [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64.source_3.116.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (66.24kB) [INFO] Fetching org.eclipse.jface.source_3.22.100.v20210126-0831.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1,022.85kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.12.200.v20210111-0911.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (230.28kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.500.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.72kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (38.47kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (114.26kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (48.31kB) [INFO] Fetching org.eclipse.equinox.console.source_1.4.300.v20210211-2058.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.65kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.100.v20201221-2332.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.5kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.3.100.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (63.51kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.2.100.v20201109-2317.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (39.1kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (180.32kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.800.v20200609-0849.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (52.39kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.41kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.48kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.15.800.v20210110-1654.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.8kB) [INFO] Fetching org.eclipse.urischeme.source_1.1.300.v20210113-1544.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.3kB) [INFO] Fetching org.eclipse.jface.notifications.source_0.3.0.v20210218-1820.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (15.75kB) [INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (163.15kB) [INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (912.59kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.13kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.81kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (84.06kB) [INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (48.21kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.04kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.34kB) [INFO] Fetching org.eclipse.ecf.source_3.9.101.v20201027-0547.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (102.76kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.401.v20201027-0550.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (53.05kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.400.v20200611-2220.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.93kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.400.v20200611-2220.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.61kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (20.47kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (45.05kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.101.v20201025-2315.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (76.02kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.601.v20201025-0700.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (86kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.301.v20201025-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.76kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.301.v20201025-0700.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (52.56kB) [INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (374.24kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.10.v20200830-2311.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (965.36kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.12.v20200108-1212.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (431.64kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.35kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.200.v20200611-1836.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.47kB) [INFO] Fetching 2.25&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ (63B) [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (126.92kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (114.56kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (417.29kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.25.0.v20201231-0738.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (69.33kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (109.05kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (61.15kB) [INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210114-1734.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (218.79kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (59.59kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (37.47kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (30.39kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (96.81kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (44.81kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.23.0.v20200630-0516.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (820.38kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (90.75kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (151.52kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.0.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (131.85kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (18.43kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.6.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (61.49kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (8.47kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (19.61kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (69.78kB) [INFO] Fetching org.eclipse.xtext_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (2.62MB) [INFO] Fetching org.eclipse.xtext.common.types_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (499.16kB) [INFO] Fetching org.eclipse.xtext.util_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (303.65kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (103.07kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0821.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (160.53kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (144.31kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.1/plugins/ (12.5kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (403.7kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (20.82kB) [INFO] Fetching 6.14.0&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/ocl/updates/releases/ (63B) [INFO] Fetching org.eclipse.ocl_3.16.0.v20210310-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (1.14MB) [INFO] Fetching org.eclipse.ocl.ecore_3.16.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (111.19kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (74.19kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (23.12kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.47kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (34.56kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.600.v20210224-2143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.21kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.0.v20210202-1229.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (76.5kB) [INFO] Fetching org.eclipse.jetty.http_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (229.4kB) [INFO] Fetching org.eclipse.jetty.server_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (724.34kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (154.15kB) [INFO] Fetching org.eclipse.jetty.util_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (590.52kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.17kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.65kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.69kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.0.v20210129-2007.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (58.14kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (108kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.04kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20210227-0235.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (39.28kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (55.38kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.500.v20210116-1227.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.99kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.99kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (74.47kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.86kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.79kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.800.v20210115-1344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (46.61kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.76kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.64kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (81.19kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.39kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.94kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.08kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.0.v20210129-2007.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (107.02kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.1.500.v20210116-1227.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.92kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.6.300.v20200211-1504.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (60.76kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.4.700.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (66.98kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.6.700.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (138.75kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.1.400.v20200221-1022.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (18.84kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.5.100.v20200908-1020.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (247.75kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.3.500.v20210108-0738.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (59.72kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.5.0.v20201013-0853.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (121.32kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.2.800.v20210115-1344.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (96.12kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.3.600.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (60.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.1.500.v20200211-1505.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.62kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.1.400.v20191002-0702.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (34.92kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.1.400.v20200319-1546.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.5kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.600.v20210126-1005.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (102.02kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.1.700.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.24kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.0.v20201012-1345.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.23kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.5.1000.v20201106-1246.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (64.21kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.500.v20210125-1508.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.41kB) [INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (149.53kB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.0.v20210202-1157.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (25.94kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.45kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.500.v20210211-1133.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.03kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.800.v20210205-1231.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (105.89kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.43kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.500.v20210116-1855.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.58kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.600.v20210114-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (122.23kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.1.600.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (34.79kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.2.500.v20191211-1631.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.74kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.3.500.v20210116-1855.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (34.03kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.5.500.v20210211-1133.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (74.59kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.3.400.v20191213-1911.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.24kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.2.600.v20210114-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (178.62kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.3.800.v20210205-1231.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (149.21kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.0.v20210114-1216.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (288.69kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.0.v20201012-1421.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (46.8kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (10.9kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.0.v20210121-0947.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (71.54kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.0.v20210114-1214.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.79kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.0.v20210114-1216.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (294.33kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.0.v20201012-1421.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (55.67kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.2.300.v20200222-1600.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (15.42kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.0.v20210121-0947.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (85.51kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.0.v20210114-1214.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (30.22kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.0.v20210217-1009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.52kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.500.v20210108-0738.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (44.63kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.1.500.v20210108-0738.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (70.96kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.0.v20210217-1009.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.0.v20210121-0922.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.29kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (257.14kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (120.53kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (39.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (14.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (100.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (76.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (133.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (386.74kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (114.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (190.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (93.45kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.73kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (40.42kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (49.3kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (218.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (90.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (137.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (92.1kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (196.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (23.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (123.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (69.5kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (318.69kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (110.07kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (245.89kB) [INFO] Fetching org.eclipse.help.base_4.3.200.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (164.33kB) [INFO] Fetching org.eclipse.help.ui_4.2.200.v20210123-1004.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (203.35kB) [INFO] Fetching org.eclipse.help.webapp_3.10.200.v20210222-1057.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (312.22kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.75kB) [INFO] Fetching org.eclipse.jetty.io_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (181.16kB) [INFO] Fetching org.eclipse.jetty.security_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (126.78kB) [INFO] Fetching org.eclipse.jetty.util.ajax_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (72.52kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (57.06kB) [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (118.48kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (129.79kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (73.27kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (321.04kB) [INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (1.66MB) [INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (2.24MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (3.45MB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.7.600.v20210224-2143.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (22.49kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.2.0.v20200614-1851.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.54kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.0.v20210202-1229.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (140.86kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.16kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.02kB) [INFO] Fetching org.eclipse.help.base.source_4.3.200.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (307.2kB) [INFO] Fetching org.eclipse.help.ui.source_4.2.200.v20210123-1004.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (220.62kB) [INFO] Fetching org.eclipse.help.webapp.source_3.10.200.v20210222-1057.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (198.82kB) [INFO] Fetching org.eclipse.jetty.continuation.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.7kB) [INFO] Fetching org.eclipse.jetty.http.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (140.15kB) [INFO] Fetching org.eclipse.jetty.io.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (103.82kB) [INFO] Fetching org.eclipse.jetty.security.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (94.42kB) [INFO] Fetching org.eclipse.jetty.server.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (444.29kB) [INFO] Fetching org.eclipse.jetty.servlet.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (88.11kB) [INFO] Fetching org.eclipse.jetty.util.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (394.45kB) [INFO] Fetching org.eclipse.jetty.util.ajax.source_9.4.37.v20210219.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (43.01kB) [INFO] Fetching org.eclipse.core.net.source_1.3.1000.v20200715-0827.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (58.58kB) [INFO] Fetching org.eclipse.jdt_3.18.700.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.44kB) [INFO] Fetching org.eclipse.ui.intro_3.6.100.v20210119-2223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (142.08kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (150.08kB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.500.v20200407-1355.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.46kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.59kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.800.v20200916-0645.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (128.03kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (18.1kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1100.v20200916-0645.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (154.45kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1200.v20200916-0645.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.51kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.500.v20200828-1336.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.59kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.04kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210224-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (532.14kB) [INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210220-1238.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (901.43kB) [INFO] Fetching org.eclipse.search_3.13.0.v20210212-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (214.1kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1100.v20210303-1700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (5.03MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1000.v20210302-1902.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.73MB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.1000.v20210112-0706.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (65.62kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.500.v20210112-0706.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (24.62kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1500.v20210112-1623.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.16kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1200.v20210112-0706.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.92kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (123kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (29.18kB) [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (63.4kB) [INFO] Fetching org.junit.jupiter.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (73.54kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (21.55kB) [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (186.1kB) [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (51.05kB) [INFO] Fetching org.junit.platform.engine_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (60.02kB) [INFO] Fetching org.junit.platform.launcher_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (53.71kB) [INFO] Fetching org.junit.platform.runner_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (21.11kB) [INFO] Fetching org.junit.platform.suite.api_1.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (16.91kB) [INFO] Fetching org.junit.vintage.engine_5.7.1.v20210222-1948.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (33.82kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (14.79kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (176.89kB) [INFO] Fetching org.eclipse.ant.ui.source_3.7.1200.v20210206-1820.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (610.03kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.800.v20200916-0645.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (355.63kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.500.v20200828-1336.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (45.87kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.82kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.1200.v20200916-0645.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (135.62kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.1100.v20200916-0645.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.73kB) [INFO] Fetching org.eclipse.jdt.core.source_3.25.0.v20210223-0522.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (5.2MB) [INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (10.86kB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.1.500.v20200407-1355.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.03kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.14.300.v20210224-0730.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.05MB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.200.v20210224-0638.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (842.88kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.17.100.v20210220-1238.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (765.13kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.11.1100.v20210203-1102.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (198.13kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.1000.v20210112-0706.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (113.73kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.5.500.v20210112-0706.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (45.73kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.1500.v20210112-1623.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (18.35kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1200.v20210112-0706.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (15.11kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.19.100.v20210217-1644.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (350.79kB) [INFO] Fetching org.eclipse.jdt.ui.source_3.22.100.v20210224-0730.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (5.35MB) [INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (258.21kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (51.3kB) [INFO] Fetching org.junit.jupiter.api.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (197.02kB) [INFO] Fetching org.junit.jupiter.engine.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (138.86kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (39.73kB) [INFO] Fetching org.junit.jupiter.params.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (84.22kB) [INFO] Fetching org.junit.platform.commons.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (90.3kB) [INFO] Fetching org.junit.platform.engine.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (152.5kB) [INFO] Fetching org.junit.platform.launcher.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (101.55kB) [INFO] Fetching org.junit.platform.runner.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (26.97kB) [INFO] Fetching org.junit.platform.suite.api.source_1.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (34.47kB) [INFO] Fetching org.junit.vintage.engine.source_5.7.1.v20210222-1948.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (53.97kB) [INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (20.88kB) [INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (14.05kB) [INFO] Fetching org.eclipse.ant.launching.source_1.2.1000.v20200610-1458.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (128.07kB) [INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210204-1156.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (491.61kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (130.04kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210209-1136.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (70.23kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (20.71kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.1100.v20200916-0731.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (34.59kB) [INFO] Fetching 3.10.3&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/mmt/qvto/updates/releases/ (63B) [INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.3.v20210309-1855.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (1.05MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (24.35kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (267.89kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (39.35kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20210309-1855.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.3/plugins/ (27.75kB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (157.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (131.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (31.58kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.42MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (53.45kB) [INFO] Fetching org.eclipse.ocl.common_1.8.600.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (14.69kB) [INFO] Fetching org.eclipse.ocl.common.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (14.33kB) [INFO] Fetching org.eclipse.ocl.examples.debug_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (30.08kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (159.44kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (171.97kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (164.46kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (71.1kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (161.95kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (30.93kB) [INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (1.88MB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (57.65kB) [INFO] Fetching org.eclipse.ocl.pivot_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (956.97kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (114.11kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (58.69kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.600.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (8.69kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (40.15kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (107.05kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (70.05kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (12.68kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (60.5kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (143.09kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (162.06kB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (87.76kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (144.49kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (243.5kB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (77.08kB) [INFO] Fetching org.eclipse.pde.core_3.14.200.v20210208-1154.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.33MB) [INFO] Fetching org.eclipse.xtext.builder_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (389.26kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (209.58kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (201.71kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (38.54kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (133.12kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.14.0.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (62.38kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (31.31kB) [INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.73kB) [INFO] Fetching org.eclipse.papyrus.bundles.tests_2.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (27.81kB) [INFO] Fetching org.eclipse.papyrus.junit.framework_2.1.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (16.44kB) [INFO] Fetching org.eclipse.papyrus.junit.utils_3.1.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (52.11kB) [INFO] Fetching org.eclipse.pde.api.tools_1.2.300.v20210205-1814.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (929.57kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (131.9kB) [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (58.7kB) [INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (11.75MB) [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (272.15kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (173.95kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.19MB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (421.43kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (171.46kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.04MB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (365.94kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (623.88kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (855.55kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (160.12kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.08MB) [INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (451.97kB) [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.22MB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.31MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.02MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.06MB) [INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.46MB) [INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (22.34kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (50.57kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (879.47kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.56MB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.17MB) [INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.75MB) [INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (10.57kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (75.66kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (137.62kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (495.2kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (132.05kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (314.65kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (115.07kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (560.03kB) [INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (47.54kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (73.24kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (37.5kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (396.96kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder.doc_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (600kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.types.doc_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (385.11kB) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (21.62kB) [INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.36kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (534.18kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (11.51kB) [INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.43kB) [INFO] Fetching org.eclipse.papyrus.infra.core_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (75.26kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (44.6kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (40.07kB) [INFO] Fetching org.eclipse.papyrus.infra.emf_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (62.44kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.47kB) [INFO] Fetching org.eclipse.papyrus.infra.ui_3.1.100.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (79.03kB) [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.97kB) [INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.83kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (18.67kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (37.77kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (22.54kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (290.2kB) [INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (40.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.34kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (13.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.81kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (16.67kB) [INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (13.48kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.53kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.4kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.48kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.71kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.28kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (35.71kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.17kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (16.08kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (41.92kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (22.16kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (38.45kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.11kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.95kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (24.67kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.81kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (13.61kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (35.97kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (20.61kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (30.09kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.5kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.18kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (24.02kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.08kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (12.65kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (13.56kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (50.53kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (11.68kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.71kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.12kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (13.11kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (11.69kB) [INFO] Fetching org.eclipse.papyrus.infra.tools_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (27.33kB) [INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.18kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.78kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (20.09kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture_3.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (91.31kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (10.96kB) [INFO] Fetching org.eclipse.xtend.lib_2.25.0.v20210301-0821.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (108.08kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (15.3kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (10.11kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (18.79kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.92kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (15.77kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (23.44kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.69kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (10.69kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (41.89kB) [INFO] Fetching org.eclipse.papyrus.infra.properties_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (34.23kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (62.16kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.09kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (17.93kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (25.61kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.08kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.93kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (15.52kB) [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.46kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.37kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.05kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.36kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (31.66kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (11.07kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (23.64kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.98kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.1.100.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (41.1kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (17.45kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (21.05kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (11.98kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (25.55kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (258.32kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (82.63kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.15kB) [INFO] Fetching org.eclipse.papyrus.infra.types.core_5.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (22.29kB) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (18.19kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (171.86kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (18.87kB) [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (30.51kB) [INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (10.52kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (24.29kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.19kB) [INFO] Fetching org.eclipse.papyrus.infra.sync_3.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (22.35kB) [INFO] Fetching org.eclipse.papyrus.infra.guava_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.97kB) [INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (16.64kB) [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.81kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (26.41kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (35.18kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (38.11kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (248.55kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (25.33kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (15.92kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (22.21kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.35kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (21.13kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (14.15kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (15.28kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (28.08kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (65.03kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.93kB) [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (15.11kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.46kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (31.66kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (52.77kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (13.58kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (17.46kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (29.11kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (86.17kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (78.47kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.52kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.72kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (18kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (44.05kB) [INFO] Fetching org.eclipse.xtext.generator_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (857.57kB) [INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (2.46MB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (256.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (42.86kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (15.53kB) [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.68kB) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (17.44kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (20.95kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.38kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (23.18kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.41kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.29kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (25.98kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.62kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.23kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (12.58kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.48kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (15.87kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.54kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (15.63kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.58kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (64.33kB) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.58kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.67kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (25.47kB) [INFO] Fetching org.eclipse.sirius.diagram_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (1.39MB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.95kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.75kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.53kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (31.52kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.38kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (25.57kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (43.93kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (10.12kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.43kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (29.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.55kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.41kB) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.75kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (20.95kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.54kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (28.56kB) [INFO] Fetching org.eclipse.xwt_1.6.0.202011091434.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.6.0/1.6.0-M2/plugins/ (178.18kB) [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.43kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.74kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (12.84kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.07kB) [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.68kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (15.73kB) [INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (22.03kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (38.24kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (13.47kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (309.04kB) [INFO] Fetching org.eclipse.papyrus.uml.tools_5.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (73.65kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (30.67kB) [INFO] Fetching org.eclipse.papyrus.sdk_5.2.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.41kB) [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (2.36MB) [INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (499.63kB) [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (21.68kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (41.68kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.66kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.31kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (386.99kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (48.42kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (191.55kB) [INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.49kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (13.97kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (446.63kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (50.69kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.05kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.21kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (65.24kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (203.29kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_5.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (192.73kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (141.94kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (265.8kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (121.91kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (41.24kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (152.54kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_6.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (359.34kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (154.71kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (190.65kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (141.15kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (519.61kB) [INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.6kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.39kB) [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (11.65kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (37.78kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (12.76kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (33.08kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (18.48kB) [INFO] Fetching org.eclipse.papyrus.uml.properties_4.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (166.43kB) [INFO] Fetching org.eclipse.papyrus.uml.profile_4.2.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (54.29kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (12.83kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types_5.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (129.98kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (33.12kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.83kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (17.4kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (264.97kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (65.46kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.52kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.4kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (51.24kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (21.39kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (11.27kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.74kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (11.34kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.35kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (24.92kB) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.32kB) [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.4kB) [INFO] Fetching org.eclipse.papyrus.uml.export_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (27.68kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (19.85kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (13.99kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.35kB) [INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.42MB) [INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.02kB) [INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.53kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (39.04kB) [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.23kB) [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.23kB) [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.78kB) [INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.35kB) [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.59kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (51.32kB) [INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.07kB) [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.26kB) [INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (45.75kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.09kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (48.38kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.1kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (29.29kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.01kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.41kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.53kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (13.43kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (14.71kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (12.71kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.19kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.83kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (13kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.8kB) [INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.11kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.51kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (19.31kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.95kB) [INFO] Fetching org.eclipse.papyrus.views.validation_3.1.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (14.67kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (11.54kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (44.63kB) [INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (12.26kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (37.64kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (23.5kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (27.4kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (18.53kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (17.45kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (20.93kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (16.44kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.07kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (22.45kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (17.16kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (42kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (30.81kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (46.85kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (31.05kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (31.04kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (22.56kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (30.24kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (22.23kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.89kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (47.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (31.81kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (29.05kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (152.81kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (188.13kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5milestones/S202102281829/plugins/ (12.83kB) [INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (23.89kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.61kB) [INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (14.08kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.38kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.86kB) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (19kB) [INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (10.75kB) [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (60.98kB) [INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (26.39kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.65kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.200.v20210118-0937.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (206.84kB) [INFO] Fetching org.eclipse.pde.ui_3.13.0.v20210209-0833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.45MB) [INFO] Fetching org.eclipse.pde.build_3.10.1000.v20210130-0813.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (477.13kB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.1100.v20210303-1700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (6.86MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.100.v20210211-1236.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (63.08kB) [INFO] Fetching org.eclipse.pde.ds.core_1.2.200.v20210219-0944.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (25.98kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.2.0.v20200813-0954.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (79.37kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.77kB) [INFO] Fetching org.eclipse.pde_3.13.1400.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (41.26kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.1000.v20210110-1048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.33kB) [INFO] Fetching org.eclipse.pde.runtime_3.7.100.v20210208-1005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (113.58kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.200.v20201208-0953.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (377.36kB) [INFO] Fetching org.eclipse.pde.launching_3.9.200.v20201208-1742.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (51.57kB) [INFO] Fetching org.eclipse.pde.ua.core_1.2.200.v20210208-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.04kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.2.100.v20201105-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (141.01kB) [INFO] Fetching org.eclipse.ui.trace_1.2.0.v20210110-1242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.19kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.100.v20201207-1622.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (32.81kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (25.32kB) [INFO] Fetching org.eclipse.pde.build.source_3.10.1000.v20210130-0813.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (317.22kB) [INFO] Fetching org.eclipse.pde.core.source_3.14.200.v20210208-1154.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1,003.83kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.1000.v20210110-1048.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.7.100.v20210208-1005.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (83.44kB) [INFO] Fetching org.eclipse.pde.ui.source_3.13.0.v20210209-0833.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (2.06MB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.200.v20201208-0953.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (107.52kB) [INFO] Fetching org.objectweb.asm.source_9.1.0.v20210209-1849.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (188.4kB) [INFO] Fetching org.objectweb.asm.tree.source_9.1.0.v20210209-1849.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (86.62kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.2.300.v20210205-1814.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (653.15kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.56kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.200.v20210118-0937.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (250.49kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.2.200.v20210219-0944.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.83kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.0.v20200813-0954.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (94.77kB) [INFO] Fetching org.eclipse.pde.launching.source_3.9.200.v20201208-1742.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (93.19kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.2.200.v20210208-1459.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (104.7kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.100.v20201105-1530.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (272.56kB) [INFO] Fetching org.eclipse.ui.trace.source_1.2.0.v20210110-1242.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (51.75kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.100.v20210211-1236.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (77.36kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.100.v20201207-1622.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (63.34kB) [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.97kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (20.56kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (26.45kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1400.v20210122-1423.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (85.04kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.0.v20210129-1224.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (51.41kB) [INFO] Fetching org.eclipse.platform_4.19.0.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (425.02kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.19.0.v20210303-1700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (21.39MB) [INFO] Fetching org.eclipse.platform.doc.user_4.19.0.v20210303-0957.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (6.2MB) [INFO] Fetching org.eclipse.text.quicksearch_1.1.0.v20210120-0733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.89kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.100.v20210108-1131.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.83MB) [INFO] Fetching org.eclipse.ui.browser_3.6.1100.v20210118-1327.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (98.02kB) [INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (27.58kB) [INFO] Fetching org.eclipse.ui.net_1.3.800.v20200422-1935.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.83kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.0.v20210122-1423.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (56.26kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1300.v20210108-1832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (30.45kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.0.v20200724-0708.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.99kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.83kB) [INFO] Fetching org.apache.ant.source_1.10.9.v20201106-1946.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (2.43MB) [INFO] Fetching org.eclipse.ant.core.source_3.5.800.v20200608-1251.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (97.16kB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (294.21kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (62.17kB) [INFO] Fetching org.eclipse.compare.source_3.7.1300.v20210114-0707.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (424.12kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.6.1100.v20201029-1159.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (87.58kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.7.700.v20200110-1734.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (90.36kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.400.v20190924-1023.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.5kB) [INFO] Fetching org.eclipse.core.resources.source_3.14.0.v20210215-0934.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (800.32kB) [INFO] Fetching org.eclipse.debug.core.source_3.18.0.v20210222-1101.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (403.17kB) [INFO] Fetching org.eclipse.debug.ui.source_3.14.800.v20210222-1101.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.67MB) [INFO] Fetching org.eclipse.e4.ui.ide.source_3.15.200.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (10.73kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.11.300.v20210208-1217.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (295.03kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.11.300.v20210112-0706.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (251.13kB) [INFO] Fetching org.eclipse.platform.source_4.19.0.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (10.64kB) [INFO] Fetching org.eclipse.search.source_3.13.0.v20210212-0759.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (298.73kB) [INFO] Fetching org.eclipse.text.quicksearch.source_1.1.0.v20210120-0733.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (58.89kB) [INFO] Fetching org.eclipse.team.core.source_3.8.1100.v20200806-0621.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (367.84kB) [INFO] Fetching org.eclipse.team.ui.source_3.8.1200.v20210204-1156.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (765.93kB) [INFO] Fetching org.eclipse.text.source_3.11.0.v20210203-1022.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (279.33kB) [INFO] Fetching org.eclipse.jface.text.source_3.17.0.v20210213-0904.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (810.38kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (38.72kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.3.1100.v20200916-0731.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (47.88kB) [INFO] Fetching org.eclipse.ui.console.source_3.10.100.v20201211-1511.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (136.96kB) [INFO] Fetching org.eclipse.ui.intro.source_3.6.100.v20210119-2223.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (253.75kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.100.v20210108-1131.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (57.05kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.200.v20210121-1039.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (251.12kB) [INFO] Fetching org.eclipse.ui.browser.source_3.6.1100.v20210118-1327.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (96.14kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.0.v20210129-1224.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (92.19kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.2.0.v20210111-1353.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (45.22kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.10.0.v20210111-1352.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (308.95kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.0.v20210209-1136.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (102.49kB) [INFO] Fetching org.eclipse.ui.net.source_1.3.800.v20200422-1935.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (28.57kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.0.v20210120-0733.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (428.87kB) [INFO] Fetching org.eclipse.ui.views.source_3.11.0.v20210111-1351.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (80.28kB) [INFO] Fetching org.eclipse.ui.editors.source_3.14.0.v20210215-0846.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (330.07kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.4.900.v20201105-0600.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (82.15kB) [INFO] Fetching org.eclipse.ui.ide.source_3.18.100.v20210122-1536.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.4.0.v20210122-1423.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (50.58kB) [INFO] Fetching org.eclipse.core.variables.source_3.4.800.v20200120-1101.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (37.71kB) [INFO] Fetching org.eclipse.ui.forms.source_3.11.100.v20210108-1139.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (217.7kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (82.81kB) [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.0.v20210121-0922.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (19.12kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.1.800.v20201105-0600.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (35.85kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.1300.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.0.v20200724-0708.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (18.24kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.0.600.v20200212-1524.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.16kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.2.1400.v20210122-1423.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (59.87kB) [INFO] Fetching org.eclipse.update.configurator_3.4.700.v20200907-1237.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (42.69kB) [INFO] Fetching org.eclipse.rcp_4.19.0.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.41kB) [INFO] Fetching org.eclipse.help.source_3.8.800.v20200525-0755.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (180kB) [INFO] Fetching org.eclipse.ui.source_3.119.0.v20210111-1350.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (145.52kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.122.100.v20210215-1525.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (2.47MB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.700.v20200907-1237.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (76.39kB) [INFO] Fetching org.eclipse.sdk_4.19.0.v20210303-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (246.58kB) [INFO] Fetching org.eclipse.sirius_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (1.39MB) [INFO] Fetching org.eclipse.sirius.common_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (255.87kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (91.25kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (29.18kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (17.58kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (9.58kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (10.48kB) [INFO] Fetching R201605260315&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=//modeling/m2t/xpand/updates/releases/ (63B) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.25.0.v20210301-0821.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (76.09kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtext.smap_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (19.15kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (248.22kB) [INFO] Fetching org.eclipse.xtext.ecore_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (15.91kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (969.17kB) [INFO] Fetching org.eclipse.xtext.ide_2.25.0.v20210301-0843.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (482.77kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (192.59kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (132.16kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.3kB) [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (24.56kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.18MB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (36.57kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (33.44kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (56.91kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (81.75kB) [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (682.95kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.89kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.116.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.95MB) [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64.source_3.116.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (66.24kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (9.38kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.300.v20200816-1842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (14.35kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.300.v20200816-1842.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (20.07kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.10.v20200830-2311.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.92kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (37.04kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.200.v20190812-0919.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16.57kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (13.36kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.06kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.500.v20190925-1337.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.48kB) [INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (15.6kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (15.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (16kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.100.v20210209-1541.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (39.24kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (836.96kB) [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (651.64kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (23.86kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.116.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (1.63MB) [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64.source_3.116.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (66.32kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.300.v20210212-1601.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (24.19kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.300.v20210212-1601.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.34kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (12.12kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (29.17kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.500.v20200116-2251.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (17.59kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.600.v20200204-1737.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (28.07kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (7.61kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/plugins/ (8.88kB) [INFO] Fetching org.eclipse.e4.rcp_4.19.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (20.95kB) [INFO] Fetching org.eclipse.e4.rcp.source_4.19.0.v20210302-1107.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.91kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.701.v20201027-0550.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.72kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.701.v20201027-0550.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (20.99kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.69kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.500.v20200812-2314.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (21.05kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (27.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1702.v20201025-2315.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (29.2kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (27.92kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.702.v20201025-2303.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (29.37kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (23.72kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.400.v20200812-2314.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (25.13kB) [INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.common.source_2.22.0.v20210114-1734.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (20.22kB) [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.11kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.23.0.v20200630-0516.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (20.25kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.900.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.67kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.900.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.49kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.12kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.18kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.03kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.12kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (18.9kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1100.v20210227-0235.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.11kB) [INFO] Fetching org.eclipse.help_2.3.500.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.54kB) [INFO] Fetching org.eclipse.help.source_2.3.500.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (18.82kB) [INFO] Fetching org.eclipse.jdt_3.18.700.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.72kB) [INFO] Fetching org.eclipse.jdt.source_3.18.700.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.09kB) [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.7kB) [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.44kB) [INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.94kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.1kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.03kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.04kB) [INFO] Fetching org.eclipse.papyrus.infra.feature_3.1.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.42kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.08kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.55kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.29kB) [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.17kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.24kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.94kB) [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.sdk.feature_5.2.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.35kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.92kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.04kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.36kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.5kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.99kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.97kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.97kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.16kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.97kB) [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.94kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.31kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.97kB) [INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.97kB) [INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.97kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.94kB) [INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.92kB) [INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202112070336.jar from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/features/ (12.97kB) [INFO] Fetching org.eclipse.pde_3.14.700.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.46kB) [INFO] Fetching org.eclipse.pde.source_3.14.700.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (18.88kB) [INFO] Fetching org.eclipse.platform_4.19.0.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (20.6kB) [INFO] Fetching org.eclipse.platform_root_4.19.0.v20210303-1800 from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/binary/ (196B) [INFO] Fetching org.eclipse.platform.source_4.19.0.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (20.18kB) [INFO] Fetching org.eclipse.rcp_4.19.0.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.13kB) [INFO] Fetching org.eclipse.rcp_root_4.19.0.v20210303-1800 from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/binary/ (24.93kB) [INFO] Fetching org.eclipse.rcp.source_4.19.0.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.17kB) [INFO] Fetching org.eclipse.sdk_4.19.0.v20210303-1800.jar from https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/features/ (19.02kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.25/plugins/ (40.2kB) [INFO] Fetching org.eclipse.papyrus.codegen_2.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (4.71kB) [INFO] Fetching org.eclipse.papyrus.gmf.codegen_2.11.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (203.01kB) [INFO] Fetching org.eclipse.papyrus.gmf.common_1.3.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (42.58kB) [INFO] Fetching org.eclipse.papyrus.gmf.codegen.ui_1.3.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (17.17kB) [INFO] Fetching org.eclipse.papyrus.gmf.codegen.xtend_1.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (1.46MB) [INFO] Fetching org.eclipse.papyrus.gmf.codegen.xtend.ui_1.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (4.48kB) [INFO] Fetching org.eclipse.papyrus.gmf.validate_1.2.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (31.1kB) [INFO] Fetching org.eclipse.papyrus.gmf.codegen.edit_2.9.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (77.94kB) [INFO] Fetching org.eclipse.papyrus.gmfgenextension_3.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (25.75kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml [INFO] Fetching org.eclipse.emf.compare_3.5.3.202102231741.jar.pack.gz from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202102231741/core/plugins/ (181.72kB) [INFO] Fetching org.eclipse.papyrus.dev.ui_1.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (3.05kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder_1.1.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (18.41kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.common_2.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (41.87kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration_1.1.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (16.48kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.ui_1.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (11.49kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.architecture_2.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (11.4kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.elementtypes_2.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (14.24kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.profile_2.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (13.39kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml [INFO] Fetching org.eclipse.ocl.uml_5.10.200.v20210310-0557.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.14.0/plugins/ (112.6kB) [INFO] Fetching org.eclipse.xtext.junit4_2.25.0.v20210301-0928.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (242.81kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.generator_5.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (27.19kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.types.generator_3.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (63.46kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.25.0.v20210301-0909.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/plugins/ (47.53kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.siriusdiag.clazz.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.siriusdiag.clazz.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.siriusdiag.clazz.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/pom.xml [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (45.51kB) [INFO] Fetching org.apache.xerces_2.12.1.v20210115-0812.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (440.18kB) [INFO] Fetching org.eclipse.papyrus.infra.siriusdiag.modelexplorer_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.58kB) [INFO] Fetching org.eclipse.papyrus.infra.siriusdiag.properties_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.75kB) [INFO] Fetching org.eclipse.papyrus.infra.siriusdiag.representation_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.92kB) [INFO] Fetching org.eclipse.papyrus.infra.siriusdiag.representation.architecture_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.39kB) [INFO] Fetching org.eclipse.papyrus.infra.siriusdiag.ui_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (19.57kB) [INFO] Fetching org.eclipse.sirius.ui_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (1.38MB) [INFO] Fetching org.eclipse.papyrus.infra.siriusdiag.sirius_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.63kB) [INFO] Fetching org.eclipse.papyrus.infra.siriusdiag.representation.edit_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.65kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (5.48MB) [INFO] Fetching org.eclipse.sirius.common.ui_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (285.06kB) [INFO] Fetching org.eclipse.papyrus.siriusdiag.junit.utils_1.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (19.71kB) [INFO] Fetching org.eclipse.sirius.tests.junit.support_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (136.6kB) [INFO] Fetching org.eclipse.papyrus.uml.sirius.clazz.diagram_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (14.2kB) [INFO] Fetching org.eclipse.papyrus.uml.sirius.common.diagram_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (49.43kB) [INFO] Fetching org.eclipse.papyrus.uml.sirius.diagram.architecture_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.39kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (41.67kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (57.48kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (116.26kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (28.84kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (11.74kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (16.04kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (8.92kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (9.59kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (14.18kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.siriusdiag.sequence.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.sequence.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.siriusdiag.sequence.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.sequence.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.siriusdiag.sequence.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.sequence.tests/pom.xml [INFO] Fetching org.eclipse.papyrus.uml.sirius.sequence.diagram_1.0.0.202112070336.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Master/lastSuccessfulBuild/artifact/repository/plugins/ (46.21kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (706.06kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (383.93kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (8.36kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (186.7kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.siriusdiag.statemachine.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.statemachine.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.siriusdiag.statemachine.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.statemachine.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.siriusdiag.statemachine.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.statemachine.tests/pom.xml [INFO] Fetching org.antlr.runtime_4.7.2.v20200218-0804.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210223232630/repository/plugins/ (121.85kB) [INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (7.63kB) [INFO] Fetching org.eclipse.acceleo.common_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (48.53kB) [INFO] Fetching org.eclipse.acceleo.common.ide_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (20.38kB) [INFO] Fetching org.eclipse.acceleo.common.ui_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (30.11kB) [INFO] Fetching org.eclipse.acceleo.engine_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (81.22kB) [INFO] Fetching org.eclipse.acceleo.model_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (51.38kB) [INFO] Fetching org.eclipse.acceleo.profiler_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (17.92kB) [INFO] Fetching org.eclipse.acceleo.ide.ui_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (448.9kB) [INFO] Fetching org.eclipse.acceleo.parser_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (145.42kB) [INFO] Fetching org.eclipse.acceleo.traceability.model_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (36.63kB) [INFO] Fetching org.eclipse.acceleo.traceability_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (36.66kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (57.08kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (146.65kB) [INFO] Fetching org.eclipse.elk.alg.common_0.7.0.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (220.15kB) [INFO] Fetching org.eclipse.elk.core_0.7.0.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (556.32kB) [INFO] Fetching org.eclipse.elk.graph_0.7.0.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (103.33kB) [INFO] Fetching org.eclipse.elk.alg.layered_0.7.0.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (1.1MB) [INFO] Fetching org.eclipse.elk.core.service_0.7.0.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (57.42kB) [INFO] Fetching org.eclipse.sirius.tests.junit_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (11.03MB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (34.31kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (18.93kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (69.8kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (32.46kB) [INFO] Fetching org.eclipse.sirius.common.ocl_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (23.7kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (8.15kB) [INFO] Fetching org.eclipse.sirius.diagram.elk_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (62.87kB) [INFO] Fetching org.eclipse.sirius.editor_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (1.06MB) [INFO] Fetching org.eclipse.sirius.editor.diagram_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (722.33kB) [INFO] Fetching org.eclipse.sirius.editor.sequence_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (242.57kB) [INFO] Fetching org.eclipse.sirius.editor.table_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (179.38kB) [INFO] Fetching org.eclipse.sirius.table.ui_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (579.84kB) [INFO] Fetching org.eclipse.sirius.editor.tree_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (94.93kB) [INFO] Fetching org.eclipse.sirius.tree.ui_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (231.97kB) [INFO] Fetching org.eclipse.sirius.sample.ecore.design_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (57.46kB) [INFO] Fetching org.eclipse.sirius.sample.interactions_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (91.99kB) [INFO] Fetching org.eclipse.sirius.sample.interactions.design_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (232.94kB) [INFO] Fetching org.eclipse.sirius.sample.interactions.edit_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (73.14kB) [INFO] Fetching org.eclipse.sirius.sample.interactions.editor_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (76.42kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (36.29kB) [INFO] Fetching org.eclipse.sirius.table_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (349.77kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (7.51kB) [INFO] Fetching org.eclipse.sirius.tests.sample.benchmark_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (42.7kB) [INFO] Fetching org.eclipse.sirius.tests.sample.docbook_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (75.85kB) [INFO] Fetching org.easymock_2.4.0.v20090202-0900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (34.94kB) [INFO] Fetching org.eclipse.sirius.tests.sample.docbook.design_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (27.8kB) [INFO] Fetching org.eclipse.sirius.tree_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (252.25kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (7.49kB) [INFO] Fetching org.eclipse.sirius.tests.sample.migration_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (325.22kB) [INFO] Fetching org.eclipse.sirius.tests.sample.migration.design_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (32.97kB) [INFO] Fetching org.eclipse.sirius.tests.sample.component_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (30.62kB) [INFO] Fetching org.eclipse.sirius.tests.sample.scxml_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (212.12kB) [INFO] Fetching org.eclipse.sirius.tests.sample.component.design_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (84.23kB) [INFO] Fetching org.eclipse.sirius.ui.editor_6.4.2.202103091337.jar from https://download.eclipse.org/sirius/updates/releases/6.4.2/2020-09/plugins/ (101.02kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml [INFO] Fetching org.eclipse.papyrus.uml.properties.generation_3.0.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (39.54kB) [INFO] Fetching org.eclipse.papyrus.views.properties.toolsmiths_3.1.0.202112070348.jar.pack.gz from https://ci.eclipse.org/papyrus/view/SiriusIntegration/job/Papyrus-SiriusIntegration-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (60kB) [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202112070348/org.eclipse.papyrus.uml.properties.generation-3.0.0.202112070348.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.1.0.202112070348/org.eclipse.papyrus.views.properties.toolsmiths-3.1.0.202112070348.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202112070348/org.eclipse.papyrus.uml.properties.generation-3.0.0.202112070348.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.1.0.202112070348/org.eclipse.papyrus.views.properties.toolsmiths-3.1.0.202112070348.jar [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202112070348/org.eclipse.papyrus.uml.properties.generation-3.0.0.202112070348.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.1.0.202112070348/org.eclipse.papyrus.views.properties.toolsmiths-3.1.0.202112070348.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202112070348/org.eclipse.papyrus.uml.properties.generation-3.0.0.202112070348.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.1.0.202112070348/org.eclipse.papyrus.views.properties.toolsmiths-3.1.0.202112070348.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.papyrus.tests.releng [pom] [INFO] org.eclipse.papyrus.plugins.tests.releng [pom] [INFO] org.eclipse.papyrus.editor.tests.releng [pom] [INFO] org.eclipse.papyrus.editor.integration.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.emf.facet.tests [pom] [INFO] org.eclipse.papyrus.emf.facet.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.core.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.core.clipboard.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.core.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.editor.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.editor.welcome.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.emf.gmf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.readonly.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.filters.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.main.test [pom] [INFO] org.eclipse.papyrus.infra.nattable.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.model.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.views.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.properties.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.properties.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.services.controlmode.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.edit.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.semantic.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.tools.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.types.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.types.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.types.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.ui.emf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.emf.facet.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.diagram.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.diagram.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.activity.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.component.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.timing.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.composite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.diagram.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.infra.services.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.tests.releng [pom] [INFO] org.eclipse.papyrus.views.modelexplorer.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.modelexplorer.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.modelrepair.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.properties.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.service.types.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.service.types.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.profile.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.profile.drafter.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.filters.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.documentation.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.views.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.infra.nattable.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.nattable.main.test [pom] [INFO] org.eclipse.papyrus.uml.nattable.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.generic.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.tests.uml.nattable.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.infra.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.infra.core.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.tools.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.tools.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.tools.utils.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.tools.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.textedit.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.port.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.property.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.tests.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.assistants.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.assistants.feature [eclipse-feature] [INFO] org.eclipse.papyrus.toolsmiths.tests.releng [pom] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.toolsmiths.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests [pom] [INFO] org.eclipse.papyrus.infra.emf.expressions.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.internationalization.main.test [pom] [INFO] org.eclipse.papyrus.infra.internationalization.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.expressions.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.expressions.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.expressions.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.siriusdiag.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.siriusdiag.clazz.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.siriusdiag.sequence.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.siriusdiag.statemachine.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.siriusdiag.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.internationalization.main.test [pom] [INFO] org.eclipse.papyrus.uml.internationalization.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.alf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.alf.tests.feature [eclipse-feature] [INFO] Papyrus Tests Features [pom] [INFO] org.eclipse.papyrus.developer.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.bundles.tests [pom] [INFO] org.eclipse.papyrus.eclipse.project.editors.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.editors.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.core.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.ui.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.newchild.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.communication.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.properties.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.architecture.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.validation.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.validation.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.alf.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.alf.backend.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.views.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.views.documentation.tests.releng [pom] [INFO] org.eclipse.papyrus.tests.main.releng [pom] [INFO] org.eclipse.papyrus.main.tests.target.parent [pom] [INFO] org.eclipse.papyrus.main.tests.portable.target [eclipse-target-definition] [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.tests.releng >-------- [INFO] Building org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT [1/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/releng/tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.plugins.tests.releng >-- [INFO] Building org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT [2/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.plugins.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.plugins.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.plugins.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.tests.releng >-- [INFO] Building org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT [3/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.editor.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editor.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.editor.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests >-- [INFO] Building org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT [4/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[32] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[98] return AdapterUtils.adapt(getActiveEditor(), DiagramEditor.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[98] return AdapterUtils.adapt(getActiveEditor(), DiagramEditor.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, DiagramEditor) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[102] return AdapterUtils.adapt(getDiagramEditor(), DiagramEditPart.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[102] return AdapterUtils.adapt(getDiagramEditor(), DiagramEditPart.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, DiagramEditPart) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[51] import org.eclipse.papyrus.infra.core.utils.DiResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[61] import org.eclipse.papyrus.uml.diagram.timing.custom.UmlTimingDiagramForMultiEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UmlTimingDiagramForMultiEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202112070336/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[86] final ModelSet modelSet = new DiResourceSet(); ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[86] final ModelSet modelSet = new DiResourceSet(); ^^^^^^^^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[93] modelSet.createsModels(emptyModelDi); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[173] final ModelSet modelSet = new DiResourceSet(); ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[173] final ModelSet modelSet = new DiResourceSet(); ^^^^^^^^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[180] modelSet.createsModels(emptyModelDi); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[241] Assert.assertTrue(editor.getActiveEditor() instanceof UmlTimingDiagramForMultiEditor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UmlTimingDiagramForMultiEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202112070336/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[246] IPage selectedPage = container.getActiveSashWindowsPage(); ^^^^^^^^^^^^ The value of the local variable selectedPage is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[254] Assert.assertTrue("Couldn't change the page selection", editor.getActiveEditor() instanceof UmlTimingDiagramForMultiEditor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UmlTimingDiagramForMultiEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202112070336/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[362] TransactionalEditingDomain editingDomain = modelSet.getTransactionalEditingDomain(); ^^^^^^^^^^^^^ The value of the local variable editingDomain is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[364] final EObject tableContext = UmlUtils.getUmlModel(modelSet).getResource().getContents().get(0); ^^^^^^^^^^^^ The value of the local variable tableContext is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/ModelSetTests.java:[30] import org.eclipse.papyrus.infra.core.utils.DiResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/ModelSetTests.java:[66] final ModelSet modelSet = new DiResourceSet(); ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/ModelSetTests.java:[66] final ModelSet modelSet = new DiResourceSet(); ^^^^^^^^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/ModelSetTests.java:[75] modelSet.createsModels(emptyModelDi); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated 22 problems (22 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/target/org.eclipse.papyrus.editor.integration.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.tests >---- [INFO] Building org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT [5/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.emf.facet.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.emf.facet.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests >-- [INFO] Building org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT [6/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] The project's OSGi version is 1.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/org.eclipse.papyrus.emf.facet.architecture.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s - in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test) Time elapsed: 0.386 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test) Time elapsed: 0.055 s Running org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test) Time elapsed: 0.016 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test) Time elapsed: 0.015 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test) Time elapsed: 0.045 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test) Time elapsed: 0.018 s Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test) Time elapsed: 0.059 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test) Time elapsed: 0.019 s Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test) Time elapsed: 0.017 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test) Time elapsed: 0.021 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test) Time elapsed: 0.021 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test) Time elapsed: 0.019 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test) Time elapsed: 0.046 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test) Time elapsed: 0.019 s Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test) Time elapsed: 0.017 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test) Time elapsed: 0.062 s Running org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test) Time elapsed: 0.014 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test) Time elapsed: 0.017 s Running org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test) Time elapsed: 0.056 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test) Time elapsed: 0.017 s Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test) Time elapsed: 0.015 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test) Time elapsed: 0.051 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test) Time elapsed: 0.016 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test) Time elapsed: 0.015 s Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test) Time elapsed: 0.014 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test) Time elapsed: 0.013 s Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test) Time elapsed: 0.015 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test) Time elapsed: 0.014 s Running org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test) Time elapsed: 0.025 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test) Time elapsed: 0.052 s Running org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test) Time elapsed: 0.013 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test) Time elapsed: 0.014 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test) Time elapsed: 0.016 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test) Time elapsed: 0.041 s Running org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test) Time elapsed: 0.019 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test) Time elapsed: 0.015 s Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test) Time elapsed: 0.016 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test) Time elapsed: 0.044 s Running org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test) Time elapsed: 0.014 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test) Time elapsed: 0.012 s Running org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test) Time elapsed: 0.017 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test) Time elapsed: 0.048 s Results: Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.emf.facet.architecture.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT [7/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT [8/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.core.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests >-- [INFO] Building org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT [9/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/target/org.eclipse.papyrus.infra.core.clipboard.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests >-- [INFO] Building org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT [10/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtilsTest.java:[155] IPageModel newPage = helper.createNewPage("newPage"); ^^^^^^^ The value of the local variable newPage is not used 2. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/utils/ObservableListTest.java (at line 33) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[12] * Tests for the class {@link SashContainerEventsProvider}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[21] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#addListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[26] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[26] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[26] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[29] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[32] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[35] provider.firePageAboutToBeClosedEvent(page); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[41] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#removeListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[46] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[46] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[46] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[49] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[50] provider.removeListener(listener); ^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.removeListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[53] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[56] provider.firePageAboutToBeClosedEvent(page); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[62] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[62] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[62] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[62] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[67] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[67] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[67] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[70] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[73] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[76] provider.firePageOpenedEvent(page); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[83] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[83] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[83] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[83] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[88] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[88] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[88] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[91] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[94] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[97] provider.firePageClosedEvent(page); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[104] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[104] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[104] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[104] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[109] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[109] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[109] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[112] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[115] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[118] provider.firePageAboutToBeOpenedEvent(page); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[125] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[125] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[125] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[125] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[130] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[130] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[130] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[133] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[136] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[139] provider.firePageAboutToBeClosedEvent(page); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[146] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[146] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageActivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[146] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[146] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[151] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[151] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[151] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[154] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[157] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[160] provider.firePageActivatedEvent(page); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageActivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[167] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[167] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageDeactivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[167] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[167] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[172] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[172] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[172] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[175] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[178] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[181] provider.firePageDeactivatedEvent(page); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageDeactivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeEditorInput.java:[141] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type FakeEditorInput needs unchecked conversion to conform to T from the type FileEditorInput [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[21] * A fake {@link TabFolderPart} for testing purpose. ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[23] * This class allows to instanciate a {@link TabFolderPart}. ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[28] public class FakeTabFolderPart extends TabFolderPart { ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[31] * Create a fake {@link TabFolderPart} ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[36] super( new RootPart(null), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TabFolderPart(IPanelParent, ITabFolderModel, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[36] super( new RootPart(null), null, null); ^^^^^^^^ Discouraged access: The type 'RootPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[36] super( new RootPart(null), null, null); ^^^^^^^^ Discouraged access: The constructor 'RootPart(SashWindowsContainer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[24] import org.eclipse.papyrus.infra.core.sasheditor.internal.IMultiEditorManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IMultiEditorManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[25] import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[26] import org.eclipse.papyrus.infra.core.sasheditor.internal.eclipsecopy.MultiPageSelectionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MultiPageSelectionProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[41] * This main editor provide the minimum required to let a {@link SashWindowsContainer} run inside. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[65] public class FakeMultiSashPageEditor extends EditorPart implements IMultiEditorManager, IMultiPageEditorPart { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IMultiEditorManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[77] private SashWindowsContainer sashContainer; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[270] site.setSelectionProvider(new MultiPageSelectionProvider(this)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MultiPageSelectionProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[270] site.setSelectionProvider(new MultiPageSelectionProvider(this)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'MultiPageSelectionProvider(IMultiPageEditorPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[280] sashContainer = new SashWindowsContainer(this); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[280] sashContainer = new SashWindowsContainer(this); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashWindowsContainer(IMultiEditorManager)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[281] sashContainer.setContentProvider(getContentProvider()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[282] sashContainer.createPartControl(parent); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[324] sashContainer.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[334] return sashContainer.getActiveEditor(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[349] public SashWindowsContainer getSashWindowsContainer() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[359] sashContainer.setFocus(); ^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setFocus()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[40] * Tests the correct execution of {@link SashWindowsContainer#refreshTabs()} on particular ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[40] * Tests the correct execution of {@link SashWindowsContainer#refreshTabs()} on particular ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[90] SashWindowsContainer container = editor.getSashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[99] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[102] IPage page = container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[111] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java:[15] public class FakePagePart extends PagePart { ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java:[18] super(null, null); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PagePart(TabFolderPart, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java:[22] boolean visit(IPartVisitor visitor) { ^^^^^^^^^^^^ Discouraged access: The type 'IPartVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java:[40] public void reparent(TabFolderPart parent) { ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[35] * Test if the {@link SashWindowsContainer} send the events of a folder lifecycle. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[36] * Test if the folder lifecycle events are correctly thrown by the {@link SashWindowsContainer} when ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[65] protected IPage lookupTabFolderPart(SashWindowsContainer container, Object rawModel) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[67] LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LookupModelPageVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[67] LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LookupModelPageVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[67] LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LookupModelPageVisitor(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[68] container.visit(visitor); ^^^^^ Discouraged access: The method 'SashWindowsContainer.visit(IPartVisitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[69] return visitor.result(); ^^^^^^ Discouraged access: The method 'LookupModelPageVisitor.result()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[82] ISashWindowsContentProvider contentProvider = containerFacade.getIContentProvider(); ^^^^^^^^^^^^^^^ The value of the local variable contentProvider is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[83] SashWindowsContainer container = containerFacade.getSashContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[87] container.getFolderLifeCycleEventProvider().addListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getFolderLifeCycleEventProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[87] container.getFolderLifeCycleEventProvider().addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.addListener(ITabFolderPartLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[97] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[102] assertEquals("right object", containerFacade.getNamesToInternalMap().get("f1"), listener.getEvents().get(i++).getRawModel()); ^^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getRawModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[104] assertEquals("right object", containerFacade.getNamesToInternalMap().get("f2"), listener.getEvents().get(i++).getRawModel()); ^^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getRawModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[116] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[133] ISashWindowsContentProvider contentProvider = containerFacade.getIContentProvider(); ^^^^^^^^^^^^^^^ The value of the local variable contentProvider is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[134] SashWindowsContainer container = containerFacade.getSashContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[138] container.getFolderLifeCycleEventProvider().addListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getFolderLifeCycleEventProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[138] container.getFolderLifeCycleEventProvider().addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.addListener(ITabFolderPartLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[148] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[156] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[162] assertEquals("right object", containerFacade.getNamesToInternalMap().get("f2"), listener.getEvents().get(i++).getRawModel()); ^^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getRawModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[27] * Tests for the {@link SashContainerFolderEventsProvider} class. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[55] TabFolderListManager listManager = new TabFolderListManager(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderListManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[55] TabFolderListManager listManager = new TabFolderListManager(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderListManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[55] TabFolderListManager listManager = new TabFolderListManager(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TabFolderListManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[56] SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[56] SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[56] SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerFolderEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[57] folderEventProvider.addListener(listManager); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.addListener(ITabFolderPartLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[60] TabFolderPart folder1= new FakeTabFolderPart(); ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[61] folderEventProvider.fireFolderCreatedEvent(folder1); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.fireFolderCreatedEvent(TabFolderPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[64] assertTrue( "folder added", listManager.getFolderList().contains(folder1) ); ^^^^^^^^^^^^^ Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[74] TabFolderListManager listManager = new TabFolderListManager(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderListManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[74] TabFolderListManager listManager = new TabFolderListManager(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderListManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[74] TabFolderListManager listManager = new TabFolderListManager(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TabFolderListManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[75] SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[75] SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[75] SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerFolderEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[76] folderEventProvider.addListener(listManager); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.addListener(ITabFolderPartLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[79] TabFolderPart folder1= new FakeTabFolderPart(); ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[80] folderEventProvider.fireFolderCreatedEvent(folder1); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.fireFolderCreatedEvent(TabFolderPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[82] TabFolderPart folder2= new FakeTabFolderPart(); ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[83] folderEventProvider.fireFolderCreatedEvent(folder2); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.fireFolderCreatedEvent(TabFolderPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[86] assertTrue( "folder added", listManager.getFolderList().contains(folder1) ); ^^^^^^^^^^^^^ Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[87] assertTrue( "folder added", listManager.getFolderList().contains(folder2) ); ^^^^^^^^^^^^^ Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[90] folderEventProvider.fireFolderDisposedEvent(folder1); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.fireFolderDisposedEvent(TabFolderPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[91] assertFalse( "folder removed", listManager.getFolderList().contains(folder1) ); ^^^^^^^^^^^^^ Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[92] assertTrue( "folder added", listManager.getFolderList().contains(folder2) ); ^^^^^^^^^^^^^ Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[22] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[23] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.RootModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.RootModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[24] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[25] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[26] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[28] public class FakeFolderLifeCycleEventsListener implements ITabFolderPartLifeCycleEventsListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ITabFolderPartLifeCycleEventsListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[42] public List events; ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[51] events = new ArrayList(); ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[80] public List getEvents() { ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[87] public TabFolderPart getEvent(int index) { ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[111] public void folderCreated(TabFolderPart folder) { ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[118] public void folderDisposed(TabFolderPart folder) { ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[21] import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[36] protected SashWindowsContainer sashContainer; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[57] sashContainer.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[65] sashContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[65] sashContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[68] sashContainer.setContentProvider(contentProvider); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[92] sashContainer.createPartControl(parent); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerDisposeCalledTest.java:[90] final SashWindowsContainer container = editor.getSashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerDisposeCalledTest.java:[113] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CreateModelInSimpleContentProviderVisitor.java:[20] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CreateModelInSimpleContentProviderVisitor.java:[21] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CreateModelInSimpleContentProviderVisitor.java:[22] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CreateModelInSimpleContentProviderVisitor.java:[23] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[73] * Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[78] protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[84] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[84] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[84] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[86] sashWindowContainer.setContentProvider(contentProvider); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[88] sashWindowContainer.createPartControl(shell); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[136] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[139] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[142] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p11"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[142] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p11"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[143] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p13"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[143] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p13"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[144] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p15"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[144] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p15"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[145] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[145] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[146] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p14"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[146] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p14"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[147] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[147] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[148] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p23"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[148] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p23"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[149] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p22"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[149] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p22"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[157] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[158] container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[159] assertEquals( "expected active page", "p23", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[160] assertEquals( "expected active page", helper.lookupPageByName("p23"), container.getActiveSashWindowsPage().getRawModel()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[163] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[164] container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[165] assertEquals( "expected active page", "p21", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[168] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[169] container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[170] assertEquals( "expected active page", "p14", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[173] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[174] container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[175] assertEquals( "expected active page", "p12", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[178] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[179] container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[180] assertEquals( "expected active page", "p15", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[183] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[184] container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[185] assertEquals( "expected active page", "p13", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[90] * Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[95] protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[101] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[101] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[101] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[103] sashWindowContainer.setContentProvider(contentProvider); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[105] sashWindowContainer.createPartControl(shell); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[131] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[131] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[151] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[152] IPage page = container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[158] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[158] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[177] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[178] IPage page = container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[184] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[184] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[216] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[217] List pages = container.getVisiblePages(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getVisiblePages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[227] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[227] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[247] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[249] List pages = container.getVisiblePages(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getVisiblePages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[267] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[267] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[287] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[289] List pages = container.getVisiblePages(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getVisiblePages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[305] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[305] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[314] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[315] IPage page = container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[321] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#selectPage(IPage)}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[321] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#selectPage(IPage)}. ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[341] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[344] assertNotNull("active page set", container.getActiveSashWindowsPage()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[347] IPage p12 = container.lookupModelPage(models.get("p12")); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[348] container.selectPage(p12); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[349] assertEquals("page selected", p12, container.getActiveSashWindowsPage()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[352] IPage p22 = container.lookupModelPage(models.get("p22")); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[353] container.selectPage(p22); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[354] assertEquals("page selected", p22, container.getActiveSashWindowsPage()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[357] IPage p11 = container.lookupModelPage(models.get("p11")); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[358] container.selectPage(p11); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[359] assertEquals("page selected", p11, container.getActiveSashWindowsPage()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[364] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[364] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}. ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[370] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[372] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[378] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[378] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}. ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[400] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[401] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[407] * Test method for {@link SashWindowsContainer#visit(org.eclipse.papyrus.infra.core.sasheditor.editor.IPageVisitor)} ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[407] * Test method for {@link SashWindowsContainer#visit(org.eclipse.papyrus.infra.core.sasheditor.editor.IPageVisitor)} ^^^^^ Discouraged access: The method 'SashWindowsContainer.visit(IPageVisitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[427] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[430] container.visit(pageVisitor); ^^^^^ Discouraged access: The method 'SashWindowsContainer.visit(IPageVisitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[455] * Test method for {@link SashWindowsContainer#lookupModelPage(Object)} ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[455] * Test method for {@link SashWindowsContainer#lookupModelPage(Object)} ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[475] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[478] IPage foundPage = container.lookupModelPage(model); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[483] * Test method for {@link SashWindowsContainer#setFolderTabMenuManager(MenuManager)} ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[483] * Test method for {@link SashWindowsContainer#setFolderTabMenuManager(MenuManager)} ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setFolderTabMenuManager(MenuManager)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[505] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[508] container.setFolderTabMenuManager(menuManager); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setFolderTabMenuManager(MenuManager)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[511] TabFolderPart folderPart = lookupTabFolderPart(container, referenceFolder); ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[512] assertNotNull("menu exist", folderPart.getControl().getMenu()); ^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[515] assertNotNull("menu exist", folderPart.getControl().getMenu()); ^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[518] assertNotNull("menu exist", folderPart.getControl().getMenu()); ^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[521] assertNotNull("menu exist", folderPart.getControl().getMenu()); ^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[527] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[530] assertNotNull("menu exist", folderPart.getControl().getMenu()); ^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[540] protected TabFolderPart lookupTabFolderPart(SashWindowsContainer container, Object rawModel) { ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[540] protected TabFolderPart lookupTabFolderPart(SashWindowsContainer container, Object rawModel) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[542] LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LookupFolderPartByRawModelVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[542] LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LookupFolderPartByRawModelVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[542] LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LookupFolderPartByRawModelVisitor(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[543] container.visit(visitor); ^^^^^ Discouraged access: The method 'SashWindowsContainer.visit(IPartVisitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[544] return visitor.result(); ^^^^^^ Discouraged access: The method 'LookupFolderPartByRawModelVisitor.result()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[566] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[569] IObservableList list = container.getIFolderList(); ^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getIFolderList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[583] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[609] SashWindowsContainer container = containerFacade.getSashContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[612] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[615] IObservableList list = container.getIFolderList(); ^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getIFolderList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[627] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[27] import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[41] * Class providing a facade to test the {@link SashWindowsContainer} class. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[43] * This facade own a {@link SimpleSashWindowsContentProvider}, a {@link SashWindowsContainer} and ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[71] protected SashWindowsContainer sashContainer; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[117] * Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[122] protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[128] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[128] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[128] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[130] sashWindowContainer.setContentProvider(contentProvider); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[132] sashWindowContainer.createPartControl(shell); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[141] public SashWindowsContainer getSashContainer() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[163] sashContainer.dispose(); ^^^^^^^ Discouraged access: The method 'SashWindowsContainer.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtils.java:[243] private Object lookupModelByName(String modelName, Object from, Class expectedType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtils.java:[260] private Object lookupModelByName(String modelName, SashPanelModel sashPanelModel, Class expectedType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtils.java:[278] private Object lookupModelByName(String modelName, TabFolderModel tabFolderModel, Class expectedType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerMemoryLeakTest.java:[123] SashWindowsContainer container = editor.getSashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerMemoryLeakTest.java:[143] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[35] * Test if the {@link SashWindowsContainer} send the events of a page lifecycle. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[36] * Test if the page lifecycle events are correctly thrown by the {@link SashWindowsContainer} when ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[68] * Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[73] protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[81] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[81] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[81] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[83] sashWindowContainer.setContentProvider(contentProvider); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[85] sashWindowContainer.createPartControl(shell); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[116] protected IPage lookupTabFolderPart(SashWindowsContainer container, Object rawModel) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[118] LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LookupModelPageVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[118] LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LookupModelPageVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[118] LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LookupModelPageVisitor(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[119] container.visit(visitor); ^^^^^ Discouraged access: The method 'SashWindowsContainer.visit(IPartVisitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[120] return visitor.result(); ^^^^^^ Discouraged access: The method 'LookupModelPageVisitor.result()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[126] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#addListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[137] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#removeListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[148] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[148] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[148] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[148] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[156] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[160] container.addPageLifeCycleListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[163] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[170] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[184] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[184] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[184] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[184] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[191] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[195] container.addPageLifeCycleListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[198] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[204] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[213] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[226] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[226] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[226] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[226] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[233] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[237] container.addPageLifeCycleListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[240] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[247] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[259] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[259] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[259] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[259] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[269] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[269] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageActivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[269] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[269] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[276] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[280] container.addPageLifeCycleListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[282] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[293] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[300] container.selectPage(page1); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[316] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[326] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[339] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[339] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageDeactivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[339] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[339] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[366] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[370] container.addPageLifeCycleListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[373] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[376] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[376] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[385] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[418] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[422] container.addPageLifeCycleListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[425] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[428] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[428] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[437] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202112070336.jar') 407 problems (0 errors, 406 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/target/org.eclipse.papyrus.infra.core.sasheditor.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests >-- [INFO] Building org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT [11/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider2Test.java:[74] diContentProvider = new DiContentProvider(diSashModel, pageModelFactory); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider2Test.java:[74] diContentProvider = new DiContentProvider(diSashModel, pageModelFactory); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider2Test.java:[78] contentProvider = new TransactionalDiContentProvider(diContentProvider, editingDomain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TransactionalDiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider2Test.java:[78] contentProvider = new TransactionalDiContentProvider(diContentProvider, editingDomain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TransactionalDiContentProvider(DiContentProvider, TransactionalEditingDomain)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/sashmodel/query/CreateModelVisitor.java:[70] for( Page page : folder.getPages() ) { ^^^^ The value of the local variable page is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/SashContainerModels.java:[38] protected DiContentProvider diContentProvider; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/SashContainerModels.java:[44] public SashContainerModels(DiContentProvider diContentProvider, Map diModelElements) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/SashContainerModels.java:[59] result = (ITabFolderModel)diContentProvider.createChildSashModel(diModelElements.get(name)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[48] * The {@link DiContentProvider} under test. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[84] Object rawModel = contentProvider.getRootModel(); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getRootModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[85] IAbstractPanelModel panelModel = contentProvider.createChildSashModel(rawModel); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[105] IAbstractPanelModel childModel = contentProvider.createChildSashModel(child); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[128] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[140] contentProvider.addPage(id); ^^^^^^^ Discouraged access: The method 'DiContentProvider.addPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[140] contentProvider.addPage(id); ^^^^^^^^^^^ The method addPage(Object) from the type DiContentProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[148] contentProvider.movePage(folderModel, 3, 8); ^^^^^^^^ Discouraged access: The method 'DiContentProvider.movePage(ITabFolderModel, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[158] * Actually, it should be subtype of AbstractPanel {@link DiContentProvider#getRootModel()} ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[158] * Actually, it should be subtype of AbstractPanel {@link DiContentProvider#getRootModel()} ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getRootModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[163] Assert.assertTrue("subtype of AbstractPanel", AbstractPanel.class.isInstance(contentProvider.getRootModel())); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getRootModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[168] * Test {@link DiContentProvider#createFolder(ITabFolderModel, int, ITabFolderModel, int)} ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[168] * Test {@link DiContentProvider#createFolder(ITabFolderModel, int, ITabFolderModel, int)} ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[176] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[188] contentProvider.addPage(id); ^^^^^^^ Discouraged access: The method 'DiContentProvider.addPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[188] contentProvider.addPage(id); ^^^^^^^^^^^ The method addPage(Object) from the type DiContentProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[194] contentProvider.createFolder(folderModel, 3, folderModel, SWT.RIGHT); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[200] Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent()); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[200] Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent()); ^^^^^^^^^^^^ Discouraged access: The method 'TabFolderModel.getTabFolder()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[205] contentProvider.createFolder(folderModel, 2, folderModel, SWT.UP); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[210] Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent()); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[210] Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent()); ^^^^^^^^^^^^ Discouraged access: The method 'TabFolderModel.getTabFolder()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[214] * Check if {@link DiContentProvider#setCurrentFolder(Object)}. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[214] * Check if {@link DiContentProvider#setCurrentFolder(Object)}. ^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.setCurrentFolder(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[223] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[235] contentProvider.addPage(id); ^^^^^^^ Discouraged access: The method 'DiContentProvider.addPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[235] contentProvider.addPage(id); ^^^^^^^^^^^ The method addPage(Object) from the type DiContentProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[241] contentProvider.createFolder(folderModel, 3, folderModel, SWT.RIGHT); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[246] TabFolder firstFolder = ((TabFolderModel) folderModel).getTabFolder(); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[246] TabFolder firstFolder = ((TabFolderModel) folderModel).getTabFolder(); ^^^^^^^^^^^^ Discouraged access: The method 'TabFolderModel.getTabFolder()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[255] contentProvider.setCurrentFolder(firstFolder); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.setCurrentFolder(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[255] contentProvider.setCurrentFolder(firstFolder); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCurrentFolder(Object) from the type DiContentProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[293] static class MyDIContentProvider extends DiContentProvider { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[296] super(diSashModel, pageModelFactory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[299] MyDIContentProvider(SashModel diSashModel, IPageModelFactory pageModelFactory, ContentChangedEventProvider contentChangedEventProvider) throws IllegalArgumentException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContentChangedEventProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[300] super(diSashModel, pageModelFactory, contentChangedEventProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory, ContentChangedEventProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[306] return super.getDiSashModel(); ^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getDiSashModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[311] protected ContentChangedEventProvider getContentChangedEventProvider() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContentChangedEventProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[312] return super.getContentChangedEventProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getContentChangedEventProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[318] super.firePropertyChanged(event); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.firePropertyChanged(IContentChangedListener.ContentEvent)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[47] * This facade own a {@link DiContentProvider} and provides methods to manipulate it with ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[48] * the help of names. Each element in the {@link DiContentProvider} can be identified ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[62] protected DiContentProvider contentProvider; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[84] this.contentProvider = new DiContentProvider(diSashModel, pageModelFactory); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[84] this.contentProvider = new DiContentProvider(diSashModel, pageModelFactory); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[92] public DiContentProviderFacade(DiContentProvider contentProvider) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[209] return contentProvider.getDiSashModel().getWindows().get(0); ^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getDiSashModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[218] return contentProvider.getDiSashModel().getWindows().get(0).getPanel(); ^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getDiSashModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[232] TabFolderModel folderModel = getITabFolderModel( folderName ); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[236] contentProvider.addPage(folderModel, index, pageRawModel); ^^^^^^^ Discouraged access: The method 'DiContentProvider.addPage(ITabFolderModel, int, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[253] TabFolderModel folderModel = getITabFolderModel( folderName ); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[258] contentProvider.addPage(folderModel, pageRawModel); ^^^^^^^ Discouraged access: The method 'DiContentProvider.addPage(ITabFolderModel, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[268] * In the {@link DiContentProvider} implementation, the pageModel ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[303] contentProvider.movePage(folderModel, oldIndex, newIndex); ^^^^^^^^ Discouraged access: The method 'DiContentProvider.movePage(ITabFolderModel, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[311] contentProvider.movePage(srcFolderModel, sourceIndex, targetFolderModel, targetIndex); ^^^^^^^^ Discouraged access: The method 'DiContentProvider.movePage(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[317] contentProvider.removePage(pageModel); ^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.removePage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[325] contentProvider.removePage(folderModel, tabIndex); ^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.removePage(ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[332] TabFolderModel targetFolderModel = getITabFolderModel( targetFolderName ); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[334] contentProvider.createFolder(srcFolderModel, tabIndex, targetFolderModel, side); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[359] * For a folder, the wrapper is a {@link TabFolderModel}. ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[365] public TabFolderModel getITabFolderModel(String folderName) throws NotFoundException { ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[371] if( ! (cachedModel instanceof TabFolderModel) ) ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[375] return (TabFolderModel)cachedModel; ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[387] TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[387] TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[387] TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[424] IPageModel pageModel = (IPageModel)contentProvider.createChildSashModel(rawModel); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/AbstractDiContentProviderTest.java:[50] * The {@link DiContentProvider} under test. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/AbstractDiContentProviderTest.java:[52] protected DiContentProvider diContentProvider; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/AbstractDiContentProviderTest.java:[55] * The {@link DiContentProvider} under test. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderBaseVisitor.java:[40] * {@link DiContentProvider}. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderBaseVisitor.java:[77] else if(diPagesModel instanceof DiContentProvider) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderBaseVisitor.java:[78] sashModel = ((DiContentProvider)diPagesModel).getDiSashModel(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderBaseVisitor.java:[78] sashModel = ((DiContentProvider)diPagesModel).getDiSashModel(); ^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getDiSashModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/CreateModelVisitor.java:[79] for( Page page : folder.getPages() ) { ^^^^ The value of the local variable page is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProvider2Test.java:[41] diContentProvider = new DiContentProvider(diSashModel, pageModelFactory); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProvider2Test.java:[41] diContentProvider = new DiContentProvider(diSashModel, pageModelFactory); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[52] * The {@link PageManagerImpl} under test. ^^^^^^^^^^^^^^^ Discouraged access: The type 'PageManagerImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[54] protected PageManagerImpl pageMngr; ^^^^^^^^^^^^^^^ Discouraged access: The type 'PageManagerImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[57] * The associated {@link DiContentProvider}. Not tested, but used to check events. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[74] diSashModel.setPageList(DiFactory.eINSTANCE.createPageList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPageList(PageList) from the type SashWindowsMngr is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[74] diSashModel.setPageList(DiFactory.eINSTANCE.createPageList()); ^^^^^^^^^^^^^^^^ The method createPageList() from the type DiFactory is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[75] ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContentChangedEventProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[75] ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContentChangedEventProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[75] ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ContentChangedEventProvider(SashWindowsMngr)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[76] pageMngr = new PageManagerImpl(diSashModel, eventProvider) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'PageManagerImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[76] pageMngr = new PageManagerImpl(diSashModel, eventProvider) { ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PageManagerImpl(SashWindowsMngr, ContentChangedEventProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[98] Object rawModel = contentProvider.getRootModel(); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getRootModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[102] IAbstractPanelModel panelModel = contentProvider.createChildSashModel(rawModel); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[122] IAbstractPanelModel childModel = contentProvider.createChildSashModel(child); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[144] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[156] pageMngr.addPage(id); ^^^^^^^^^^^ The method addPage(Object) from the type BasicPageManagerImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[176] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[207] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[229] pageMngr.closePage(identifiers.get(3)); ^^^^^^^^^ Discouraged access: The method 'PageManagerImpl.closePage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[252] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[274] pageMngr.closeAllOpenedPages(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PageManagerImpl.closeAllOpenedPages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[299] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[321] pageMngr.closeOtherPages(identifiers.get(3)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'PageManagerImpl.closeOtherPages(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[351] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[389] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[413] pageMngr.removePage(identifiers.get(3)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removePage(Object) from the type BasicPageManagerImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[441] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[466] contentProvider.createFolder(tabFolder, movedPageIndex, tabFolder, SWT.TOP); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[472] pageMngr.closePage(identifiers.get(movedPageIndex)); ^^^^^^^^^ Discouraged access: The method 'PageManagerImpl.closePage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202112070336/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202112070336.jar') 113 problems (113 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/target/org.eclipse.papyrus.infra.core.sasheditor.di.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests >--- [INFO] Building org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT [12/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.tests --- [INFO] The project's OSGi version is 4.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/JobBasedFutureTest.java:[284] throw (Exception) exception.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/JobBasedFutureTest.java:[286] throw (Error) exception.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[102] modelSet.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[137] modelSet.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[171] modelSet.loadModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^ The method loadModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[207] modelSet.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[244] modelSet.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[281] modelSet.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[342] modelSet.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/services/FakeService.java:[60] this.trace = trace; ^^^^^ The static field FakeService.trace should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[44] assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Optional, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[44] assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[44] assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class)); ^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[51] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Optional, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[51] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[51] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[59] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Optional, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[59] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[59] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[66] assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Optional, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[66] assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[66] assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[73] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Optional, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[73] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[73] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[80] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Optional, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[80] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[80] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[87] assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[87] assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[87] assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, String) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[94] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[94] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[94] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, String) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[102] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(AdapterUtilsTest.EMFAdapter, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[102] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[102] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, AdapterUtilsTest.EMFAdapter) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[109] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[109] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[109] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, Integer) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[116] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[116] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue()); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[116] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, Integer) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[156] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type AdapterUtilsTest.AdaptableWrapper needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[35] import org.eclipse.papyrus.infra.core.internal.language.LanguageModelRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageModelRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.1.0.202112070336/org.eclipse.papyrus.infra.core-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[183] LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageModelRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.1.0.202112070336/org.eclipse.papyrus.infra.core-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[183] LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier()); ^^^^^^^^ Discouraged access: The field 'LanguageModelRegistry.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.1.0.202112070336/org.eclipse.papyrus.infra.core-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[183] LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier()); ^^^^ Discouraged access: The method 'LanguageModelRegistry.bind(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.1.0.202112070336/org.eclipse.papyrus.infra.core-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[190] LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageModelRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.1.0.202112070336/org.eclipse.papyrus.infra.core-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[190] LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier()); ^^^^^^^^ Discouraged access: The field 'LanguageModelRegistry.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.1.0.202112070336/org.eclipse.papyrus.infra.core-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[190] LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier()); ^^^^ Discouraged access: The method 'LanguageModelRegistry.bind(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.1.0.202112070336/org.eclipse.papyrus.infra.core-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[160] mngr.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[198] mngr.loadModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^ The method loadModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[230] mngr.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[263] assertThat("workspace resource not created", modelFile.exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[265] assertThat("EMF resource is null", model.getResource(), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Resource, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[266] assertThat("EMF resource not created", model.getResource().getContents().isEmpty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[336] assertThat("workspace resource not created", modelFile1.exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[337] assertThat("workspace resource not created", modelFile2.exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[339] assertThat("EMF resource is null", model.getResource(), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Resource, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[340] assertThat("EMF resource not created", model.getResource().getContents().isEmpty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[341] assertThat("EMF resource not created", res2.getContents().isEmpty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[433] mngr.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[441] mngr.saveAs(newPath); ^^^^^^^^^^^^^^^ The method saveAs(IPath) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[473] mngr.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[495] mngr.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[518] mngr.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[554] mngr.loadModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^ The method loadModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[628] mngr.createsModels(createdFile); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[640] mngr.importModels(new ModelIdentifiers(model1Key, model2Key), importFile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method importModels(ModelIdentifiers, IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[690] assertThat(earlySnippet.active, is((Set) ImmutableSet. of(model1, model2))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[691] assertThat(lateSnippet.active, is((Set) ImmutableSet. of(model1, model2))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated 72 problems (72 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/target/org.eclipse.papyrus.infra.core.tests-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT [13/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.editor.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.editor.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.editor.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests >-- [INFO] Building org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT [14/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[36] import org.eclipse.papyrus.infra.editor.welcome.internal.WelcomePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[103] protected WelcomePage getWelcomePage() { ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[104] WelcomePage[] result = { null }; ^^^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[116] WelcomePage welcome = PlatformHelper.getAdapter(page, WelcomePage.class); ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[116] WelcomePage welcome = PlatformHelper.getAdapter(page, WelcomePage.class); ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[126] protected boolean isActivePage(WelcomePage page) { ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[128] return (activePage != null) && (PlatformHelper.getAdapter(activePage, WelcomePage.class) == page); ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[36] import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[38] import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.LanguageObservable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[39] import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.WelcomeModelElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[40] import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.WelcomeModelElementFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[41] import org.eclipse.papyrus.infra.ui.internal.commands.SashLayoutCommandFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui/3.1.100.202112070336/org.eclipse.papyrus.infra.ui-3.1.100.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[47] * Test cases for the {@link WelcomeModelElement} and its properties. ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[52] private WelcomeModelElement fixture; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[114] IObservableList languages = (IObservableList) fixture.getObservable("languages"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[114] IObservableList languages = (IObservableList) fixture.getObservable("languages"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[117] LanguageObservable lang = languages.get(0); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[118] assertThat(lang.getName().getValue().toUpperCase(), is("UML")); ^^^^^^^ Discouraged access: The method 'LanguageObservable.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[119] assertThat(lang.getVersion().getValue().compareTo(new Version("2.5")), not(lessThan(0))); ^^^^^^^^^^ Discouraged access: The method 'LanguageObservable.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[128] IObservableList languages = (IObservableList) fixture.getObservable("languages"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[128] IObservableList languages = (IObservableList) fixture.getObservable("languages"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[131] LanguageObservable lang = languages.get(0); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[166] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[166] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[166] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'WelcomeModelElementFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[172] TransactionHelper.run(editor.getEditingDomain(), () -> { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[172] TransactionHelper.run(editor.getEditingDomain(), () -> { new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute(); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[173] new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui/3.1.100.202112070336/org.eclipse.papyrus.infra.ui-3.1.100.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[173] new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashLayoutCommandFactory(IMultiDiagramEditor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui/3.1.100.202112070336/org.eclipse.papyrus.infra.ui-3.1.100.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[173] new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashLayoutCommandFactory.createTogglePrivateLayoutCommand()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui/3.1.100.202112070336/org.eclipse.papyrus.infra.ui-3.1.100.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[41] import org.eclipse.papyrus.infra.editor.welcome.internal.WelcomePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[62] WelcomePage welcome = getWelcomePage(); ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[103] WelcomePage page = getWelcomePage(); ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[116] WelcomePage page = getWelcomePage(); ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[137] WelcomePage page = getWelcomePage(); ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202112070336/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202112070336.jar') 35 problems (35 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/target/org.eclipse.papyrus.infra.editor.welcome.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT [15/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.emf.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests >-- [INFO] Building org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT [16/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/target/org.eclipse.papyrus.infra.emf.gmf.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests >-- [INFO] Building org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT [17/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[54] assertThat(fixture.asBoolean(true), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[55] assertThat(fixture.asBoolean(false), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[56] assertThat(fixture.asBoolean("hello"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[57] assertThat(fixture.asBoolean(null), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[62] assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(domain.getModel()), false), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[65] assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(string), true), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[69] assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(domain.getModel()), true), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[75] assertThat(fixture.canMakeWritable(Iterators.singletonIterator(domain.getModel()), true), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[78] assertThat(fixture.canMakeWritable(Iterators.singletonIterator(string), true), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[81] assertThat(fixture.canMakeWritable(Iterators.singletonIterator(domain.getModel()), true), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated 10 problems (10 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/target/org.eclipse.papyrus.infra.emf.readonly.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests >---- [INFO] Building org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT [18/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/ShardResourceHelperTest.java:[39] import org.eclipse.papyrus.infra.emf.internal.resource.AbstractCrossReferenceIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractCrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/ShardResourceHelperTest.java:[269] .map(s -> s.filter(a -> AbstractCrossReferenceIndex.SHARD_ANNOTATION_SOURCE.equals(a.getSource()))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractCrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/ShardResourceHelperTest.java:[269] .map(s -> s.filter(a -> AbstractCrossReferenceIndex.SHARD_ANNOTATION_SOURCE.equals(a.getSource()))) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AbstractCrossReferenceIndex.SHARD_ANNOTATION_SOURCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/advice/ReadOnlyObjectEditAdviceTest.java:[469] readOnlyHandlerAdapterFactory = (IAdapterFactory) Platform.getBundle("org.eclipse.papyrus.infra.emf.readonly").loadClass("org.eclipse.papyrus.infra.emf.readonly.ReadOnlyAdapterFactory").newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[64] import org.eclipse.papyrus.infra.emf.internal.resource.index.IndexManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[65] import org.eclipse.papyrus.infra.emf.internal.resource.index.InternalModelIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalModelIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[90] private static IndexManager manager; ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[297] final String contents = Files.toString(nativeFile, charset); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method toString(File, Charset) from the type Files is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[324] Files.write(contents, nativeFile, charset); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method write(CharSequence, File, Charset) from the type Files is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[347] manager = new IndexManager() { ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[347] manager = new IndexManager() { ^^^^^^^^^^^^ Discouraged access: The constructor 'IndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[349] protected Map loadIndices() { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalModelIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[351] return Collections.singletonMap(fixture.getIndexKey(), (InternalModelIndex) fixture); ^^^^^^^^^^^ Discouraged access: The method 'InternalModelIndex.getIndexKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[351] return Collections.singletonMap(fixture.getIndexKey(), (InternalModelIndex) fixture); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalModelIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[354] manager.startManager(); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.startManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[360] manager.dispose(); ^^^^^^^ Discouraged access: The method 'IndexManager.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[36] import org.eclipse.papyrus.infra.emf.internal.resource.CrossReferenceIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[37] import org.eclipse.papyrus.infra.emf.internal.resource.OnDemandCrossReferenceIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OnDemandCrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[97] indexFunction = OnDemandCrossReferenceIndex::new; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OnDemandCrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[97] indexFunction = OnDemandCrossReferenceIndex::new; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'OnDemandCrossReferenceIndex(ResourceSet)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[100] indexFunction = __ -> CrossReferenceIndex.getInstance(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[100] indexFunction = __ -> CrossReferenceIndex.getInstance(); ^^^^^^^^^^^ Discouraged access: The method 'CrossReferenceIndex.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.1.0.202112070336/org.eclipse.papyrus.infra.emf-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/edit/domain/PapyrusTransactionalEditingDomainTest.java:[79] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") 23 problems (23 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/target/org.eclipse.papyrus.infra.emf.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests >-- [INFO] Building org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT [19/177] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/target/org.eclipse.papyrus.infra.filters.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT [20/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT [21/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT [22/177] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/target/org.eclipse.papyrus.infra.gmfdiag.assistant.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.0-SNAPSHOT [23/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/org/eclipse/papyrus/infra/gmfdiag/canonical/tests/AbstractCanonicalTest.java:[87] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/org/eclipse/papyrus/infra/gmfdiag/canonical/tests/AbstractCanonicalTest.java:[155] houseKeeper.setField("adapterFactory", new ComposedAdapterFactory(ComposedAdapterFactory.Descriptor.Registry.INSTANCE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ComposedAdapterFactory) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/org/eclipse/papyrus/infra/gmfdiag/canonical/tests/AbstractCanonicalTest.java:[460] resultValue = AdapterUtils.adapt(next, EObject.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/org/eclipse/papyrus/infra/gmfdiag/canonical/tests/AbstractCanonicalTest.java:[460] resultValue = AdapterUtils.adapt(next, EObject.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, EObject) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/org/eclipse/papyrus/infra/gmfdiag/canonical/tests/AbstractCanonicalTest.java:[466] resultValue = AdapterUtils.adapt(resultValue, EObject.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/org/eclipse/papyrus/infra/gmfdiag/canonical/tests/AbstractCanonicalTest.java:[466] resultValue = AdapterUtils.adapt(resultValue, EObject.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, EObject) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/org/eclipse/papyrus/infra/gmfdiag/canonical/tests/AbstractCanonicalTest.java:[474] EObject eObject = AdapterUtils.adapt(adapter, EObject.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/org/eclipse/papyrus/infra/gmfdiag/canonical/tests/AbstractCanonicalTest.java:[474] EObject eObject = AdapterUtils.adapt(adapter, EObject.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, EObject) from the type AdapterUtils is deprecated 8 problems (8 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/target/org.eclipse.papyrus.infra.gmfdiag.canonical.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT [24/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NestingNotifyingWorkspaceCommandStackTest.java:[297] fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type NestingNotifyingWorkspaceCommandStack is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NestingNotifyingWorkspaceCommandStackTest.java:[297] fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor NestingNotifyingWorkspaceCommandStack(IOperationHistory) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NestingNotifyingWorkspaceCommandStackTest.java:[297] fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance()); ^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedOperationHistory is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NestingNotifyingWorkspaceCommandStackTest.java:[297] fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance()); ^^^^^^^^^^^^^ The method getInstance() from the type CheckedOperationHistory is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NotifyingWorkspaceCommandStackTest.java:[154] fixture = new NotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance()); ^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedOperationHistory is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NotifyingWorkspaceCommandStackTest.java:[154] fixture = new NotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance()); ^^^^^^^^^^^^^ The method getInstance() from the type CheckedOperationHistory is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/util/CommandTreeIteratorTest.java:[123] for (Iterator iter = CommandTreeIterator.iterate(command, type); iter.hasNext();) { ^^^^^^^^^^^^^^^^^^^ The type CommandTreeIterator is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/util/CommandTreeIteratorTest.java:[123] for (Iterator iter = CommandTreeIterator.iterate(command, type); iter.hasNext();) { ^^^^^^^^^^^^^^^^^^^^^^ The method iterate(Object, Class) from the type CommandTreeIterator is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/util/CommandTreeIteratorTest.java:[133] for (Iterator iter = CommandTreeIterator.iterate(command); iter.hasNext();) { ^^^^^^^^^^^^^^^^^^^ The type CommandTreeIterator is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/util/CommandTreeIteratorTest.java:[133] for (Iterator iter = CommandTreeIterator.iterate(command); iter.hasNext();) { ^^^^^^^^^^^^^^^^ The method iterate(Object) from the type CommandTreeIterator is deprecated 10 problems (10 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/target/org.eclipse.papyrus.infra.gmfdiag.commands.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT [25/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] The project's OSGi version is 4.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultPasteCommandTest.java:[70] assertThat(typeNamesLikeMyClass.size(), is(2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultDiagramPasteCommandTest.java:[78] Assert.assertThat(typeNamesLikeMyClass.size(), is(2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/GMFUnsafeTest.java:[173] assertThat(related, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Property, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/ClassifierViewFactory.java:[81] rv.getStyles().add(ts); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/ClassifierViewFactory.java:[84] rv.getStyles().add(NotationFactory.eINSTANCE.createSortingStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/ClassifierViewFactory.java:[87] rv.getStyles().add(NotationFactory.eINSTANCE.createFilteringStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized 7. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/resources/ModelValidationTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/ExpansionAddCompartment.java:[200] IGraphicalEditPart classEditPart = (IGraphicalEditPart) diagramEditPart.getChildren().stream().filter(ep -> ((IGraphicalEditPart) ep).resolveSemanticElement().equals(newClass)).findAny().orElse(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method filter(Predicate) belongs to the raw type Stream. References to generic type Stream should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/ExpansionAddCompartment.java:[200] IGraphicalEditPart classEditPart = (IGraphicalEditPart) diagramEditPart.getChildren().stream().filter(ep -> ((IGraphicalEditPart) ep).resolveSemanticElement().equals(newClass)).findAny().orElse(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method orElse(Object) belongs to the raw type Optional. References to generic type Optional should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/ExpansionAddCompartment.java:[270] IGraphicalEditPart classEditPart = (IGraphicalEditPart) diagramEditPart.getChildren().stream().filter(ep -> ((IGraphicalEditPart) ep).resolveSemanticElement().equals(newClass)).findAny().orElse(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method filter(Predicate) belongs to the raw type Stream. References to generic type Stream should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/ExpansionAddCompartment.java:[270] IGraphicalEditPart classEditPart = (IGraphicalEditPart) diagramEditPart.getChildren().stream().filter(ep -> ((IGraphicalEditPart) ep).resolveSemanticElement().equals(newClass)).findAny().orElse(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method orElse(Object) belongs to the raw type Optional. References to generic type Optional should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[37] import org.eclipse.papyrus.infra.gmfdiag.assistant.internal.core.DefaultModelingAssistantModelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultModelingAssistantModelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[38] import org.eclipse.papyrus.infra.gmfdiag.assistant.internal.core.ModelingAssistantModelRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelingAssistantModelRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[121] SynchronizableGmfDiagramEditor diagramEditor = (SynchronizableGmfDiagramEditor) editor.getActiveEditor(); ^^^^^^^^^^^^^ The value of the local variable diagramEditor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[150] IModelingAssistantModelProvider result = new DefaultModelingAssistantModelProvider(assistantURI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultModelingAssistantModelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[150] IModelingAssistantModelProvider result = new DefaultModelingAssistantModelProvider(assistantURI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultModelingAssistantModelProvider(URI)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[152] ModelingAssistantModelRegistry.getInstance().loadModels(result); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelingAssistantModelRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[152] ModelingAssistantModelRegistry.getInstance().loadModels(result); ^^^^^^^^^^^ Discouraged access: The method 'ModelingAssistantModelRegistry.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[152] ModelingAssistantModelRegistry.getInstance().loadModels(result); ^^^^^^^^^^ Discouraged access: The method 'ModelingAssistantModelRegistry.loadModels(IModelingAssistantModelProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultDiagramCopyCommandTest.java:[57] assertThat(clipboard.getCopyFromSource(myClass), instanceOf(org.eclipse.uml2.uml.Class.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultDiagramCopyCommandTest.java:[59] assertThat(copy.getName(), containsString(myClass.getName())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultCopyCommandTest.java:[55] assertThat(clipboard.getCopyFromSource(myClass), instanceOf(org.eclipse.uml2.uml.Class.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultCopyCommandTest.java:[57] assertThat(copy.getName(), containsString(myClass.getName())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated 24. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/resources/TestModelValidationTest.java (at line 40) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[49] assertThat(fixture.getText(diagram), is("classes")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[55] assertThat(fixture.getText(diagram), is("(Class Diagram of foo)")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[63] assertThat(fixture.getText(diagram), is("(Class Diagram of bar)")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[77] assertThat("Label provider did not notify", gotEvent[0], is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[93] assertThat("Label provider did not notify", gotEvent[0], is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/CreateEditBasedElementCommandTest.java:[45] assertThat(command.canExecute(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated 30 problems (0 errors, 28 warnings, 2 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/target/org.eclipse.papyrus.infra.gmfdiag.common.tests-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT [26/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[169] for(View childNode : (List)class3.getChildren()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from EList to List [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[196] for(View childNode : (List)diagram.getChildren()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from EList to List [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[197] for(View compartment : (List)childNode.getChildren()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from EList to List [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[210] stylesList.getStringListValue().add("showTitleForAllCompartments"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[213] for(View childNode : (List)diagram.getChildren()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from EList to List [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[214] for(View compartment : (List)childNode.getChildren()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from EList to List [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[240] for(View childNode : (List)element.getChildren()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from EList to List 7 problems (7 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/target/org.eclipse.papyrus.infra.gmfdiag.css.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT [27/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/org/eclipse/papyrus/infra/gmfdiag/menu/utils/DeleteActionUtilTest.java:[61] Assert.assertFalse(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) noteNode)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/org/eclipse/papyrus/infra/gmfdiag/menu/utils/DeleteActionUtilTest.java:[73] Assert.assertFalse(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) orphanNode)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/org/eclipse/papyrus/infra/gmfdiag/menu/utils/DeleteActionUtilTest.java:[84] Assert.assertTrue(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) semanticNode)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/target/org.eclipse.papyrus.infra.gmfdiag.menu.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT [28/177] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT [29/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[41] import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[42] import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[43] import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElementFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[52] * Test cases for the {@link WelcomeModelElement} and its properties. ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[57] private WelcomeModelElement fixture; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[65] IObservableList views = getNotationViews(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[71] .map(NotationObservable::getView) ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[71] .map(NotationObservable::getView) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[80] .map(NotationObservable::getContext) ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[80] .map(NotationObservable::getContext) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NotationObservable.getContext()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[90] IObservableList views = getNotationViews(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[92] NotationObservable toBeDeleted = getView(views, "use cases"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[96] for (ListDiffEntry next : event.diff.getDifferences()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[107] EcoreUtil.delete(toBeDeleted.getView().getValue(), true); ^^^^^^^ Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[118] IObservableList views = getNotationViews(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[120] NotationObservable[] created = { null }; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[123] for (ListDiffEntry next : event.diff.getDifferences()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[124] if (next.isAddition() && "CreatedInTest".equals(getName(next.getElement().getView().getValue()))) { ^^^^^^^ Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[148] IObservableList views = getNotationViews(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[150] NotationObservable[] obs = { null }; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[153] for (ListDiffEntry next : event.diff.getDifferences()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[154] if (next.isAddition() && "CreatedInTest".equals(getName(next.getElement().getView().getValue()))) { ^^^^^^^ Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[179] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[179] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[179] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'WelcomeModelElementFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[183] IObservableList getNotationViews() { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[185] IObservableList result = (IObservableList) fixture.getObservable("views"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[185] IObservableList result = (IObservableList) fixture.getObservable("views"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[189] NotationObservable getView(Collection views, String name) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[189] NotationObservable getView(Collection views, String name) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[191] .filter(d -> name.equals(getName(d.getView().getValue()))) ^^^^^^^ Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[28] import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[29] import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservableProperty; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservableProperty' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[30] import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[31] import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElementFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[37] * Test cases for the {@link NotationObservableProperty} class specifically. ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservableProperty' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[42] private WelcomeModelElement fixture; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[50] IObservableList views = getNotationViews(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[73] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[73] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[73] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'WelcomeModelElementFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[77] IObservableList getNotationViews() { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[79] IObservableList result = (IObservableList) fixture.getObservable("views"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[79] IObservableList result = (IObservableList) fixture.getObservable("views"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.0.0.202112070336/org.eclipse.papyrus.infra.gmfdiag.welcome-2.0.0.202112070336.jar') 44 problems (44 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/target/org.eclipse.papyrus.infra.gmfdiag.welcome.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.main.test >-- [INFO] Building org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT [30/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.main.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.main.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.nattable.main.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests >-- [INFO] Building org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT [31/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/target/org.eclipse.papyrus.infra.nattable.common.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests >-- [INFO] Building org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT [32/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/target/org.eclipse.papyrus.infra.nattable.model.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests >-- [INFO] Building org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT [33/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[65] assertThat(fixture.getText(table), is("classes")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[71] assertThat(fixture.getText(table), is("(Test Table of foo)")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[79] assertThat(fixture.getText(table), is("(Test Table of bar)")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[93] assertThat("Label provider did not notify", gotEvent[0], is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[109] assertThat("Label provider did not notify", gotEvent[0], is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[116] assertThat(fixture.getText(selection), is("classes, classes")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/target/org.eclipse.papyrus.infra.nattable.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests >-- [INFO] Building org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT [34/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] The project's OSGi version is 2.0.100.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[35] import org.eclipse.papyrus.infra.core.sashwindows.di.PageList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[132] PageList pageList = getPageList(rootModel); ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[133] for (final PageRef pageRef : pageList.getAvailablePage()) { ^^^^^^^^^^^^^^^^^^ The method getAvailablePage() from the type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[172] private static final PageList getPageList(final EObject object) { ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[177] final PageList pageList = windowMngr.getPageList(); ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[177] final PageList pageList = windowMngr.getPageList(); ^^^^^^^^^^^^^ The method getPageList() from the type SashWindowsMngr is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/RevealViewsTableTest.java:[215] final List rowSelectedPositionsAsList = Arrays.asList(rowSelectedPositions[0], rowSelectedPositions[1]); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/RevealViewsTableTest.java:[255] final List columnSelectedPositionsAsList = Arrays.asList(columnSelectedPositions[0], columnSelectedPositions[1]); ^^^^ List is a raw type. References to generic type List should be parameterized 8 problems (8 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/target/org.eclipse.papyrus.infra.nattable.views.tests-2.0.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT [35/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.properties.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.properties.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/properties/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.properties.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests >-- [INFO] Building org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT [36/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] The project's OSGi version is 3.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/target/org.eclipse.papyrus.infra.properties.ui.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT [37/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.services.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT [38/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/target/org.eclipse.papyrus.infra.services.controlmode.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT [39/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[11] import org.eclipse.papyrus.infra.services.edit.internal.ElementEditServiceProviderFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditServiceProviderFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202112070336/org.eclipse.papyrus.infra.services.edit-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[17] * JUnit tests for {@link ElementEditServiceProviderFactory} class. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditServiceProviderFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202112070336/org.eclipse.papyrus.infra.services.edit-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[36] ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditServiceProviderFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202112070336/org.eclipse.papyrus.infra.services.edit-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[36] ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditServiceProviderFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202112070336/org.eclipse.papyrus.infra.services.edit-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[36] ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ElementEditServiceProviderFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202112070336/org.eclipse.papyrus.infra.services.edit-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[37] factory.init(registry); ^^^^ Discouraged access: The method 'ElementEditServiceProviderFactory.init(ServicesRegistry)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202112070336/org.eclipse.papyrus.infra.services.edit-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[38] service = factory.createServiceInstance(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ElementEditServiceProviderFactory.createServiceInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202112070336/org.eclipse.papyrus.infra.services.edit-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProvider.java:[22] import org.eclipse.papyrus.infra.services.edit.internal.ElementEditServiceProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditServiceProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202112070336/org.eclipse.papyrus.infra.services.edit-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProvider.java:[28] * JUnit tests for {@link ElementEditServiceProvider} class. ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditServiceProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202112070336/org.eclipse.papyrus.infra.services.edit-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditService.java:[18] import org.eclipse.papyrus.infra.services.edit.internal.ElementEditService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202112070336/org.eclipse.papyrus.infra.services.edit-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditService.java:[25] * JUnit tests for {@link ElementEditService} class. ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202112070336/org.eclipse.papyrus.infra.services.edit-4.1.0.202112070336.jar') 11 problems (11 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/target/org.eclipse.papyrus.infra.services.edit.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT [40/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/target/org.eclipse.papyrus.infra.services.edit.ui.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT [41/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/testModel1/AbstractResourceLoadingTestModel2.java:[94] modelSet.loadModels(resourceLoaded); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method loadModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/testModel2/AbstractResourceLoadingTestModel2.java:[89] modelSet.loadModels(resourceLoaded); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method loadModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/StrategyChooserFixture.java:[19] import org.eclipse.papyrus.infra.services.resourceloading.impl.ProxyManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202112070336/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/StrategyChooserFixture.java:[35] chooser = ProxyManager.getStrategyChooser(); ^^^^^^^^^^^^ Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202112070336/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/StrategyChooserFixture.java:[35] chooser = ProxyManager.getStrategyChooser(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProxyManager.getStrategyChooser()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202112070336/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/testModel1/AbstractResourceLoadingTestModel1.java:[91] modelSet.loadModels(modelFile); ^^^^^^^^^^^^^^^^^^^^^ The method loadModels(IFile) from the type ModelSet is deprecated 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/target/org.eclipse.papyrus.infra.services.resourceloading.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT [42/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[62] assertThat(roots, hasItem(instanceOf(Model.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[63] assertThat(roots, hasItem(instanceOf(Profile.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[66] assertThat(roots, not(hasItem(isStereotypeApplication()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[69] assertThat(roots, not(hasItem(instanceOf(Diagram.class)))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[70] assertThat(roots, not(hasItem(instanceOf(Table.class)))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[80] assertThat(modelIDs, hasItem(UmlModel.MODEL_ID)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[82] assertThat(modelIDs, not(hasItem(NotationModel.MODEL_ID))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated 7 problems (7 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/target/org.eclipse.papyrus.infra.services.semantic.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests >--- [INFO] Building org.eclipse.papyrus.infra.tools.tests 2.1.0-SNAPSHOT [43/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[29] import org.eclipse.core.databinding.beans.BeansObservables; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[51] public abstract class DelegatingObservableSetTest extends DelegatingObservableCollectionTest { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[55] class SetListener implements ISetChangeListener { ^^^^^^^^^^^^^^^^^^ ISetChangeListener is a raw type. References to generic type ISetChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[57] SetDiff diff; ^^^^^^^ SetDiff is a raw type. References to generic type SetDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[65] public void handleSetChange(SetChangeEvent event) { ^^^^^^^^^^^^^^ SetChangeEvent is a raw type. References to generic type SetChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[74] fixture.addSetChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addSetChangeListener(ISetChangeListener) belongs to the raw type IObservableSet. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[83] fixture.removeSetChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeSetChangeListener(ISetChangeListener) belongs to the raw type IObservableSet. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[116] protected Class getDelegateType() { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[122] houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[123] houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[127] protected IObservableSet createDelegate() { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[128] return new WritableSet(realm, Collections.EMPTY_SET, String.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableSet(Realm, Collection, Object) belongs to the raw type WritableSet. References to generic type WritableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[128] return new WritableSet(realm, Collections.EMPTY_SET, String.class); ^^^^^^^^^^^ WritableSet is a raw type. References to generic type WritableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[137] private IObservableValue master; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[151] protected Class getDelegateType() { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[157] houseKeeper.setField("set", new SetOfStrings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, DelegatingObservableSetTest.ObservingTest.SetOfStrings) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[158] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[158] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[158] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class))); ^^^^^^^^^^^^^ WritableValue is a raw type. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[160] houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[161] houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[165] protected IObservableSet createDelegate() { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[166] return BeansObservables.observeDetailSet(master, "strings", String.class); ^^^^^^^^^^^^^^^^ The type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[166] return BeansObservables.observeDetailSet(master, "strings", String.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method observeDetailSet(IObservableValue, String, Class) from the type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[170] protected IObservableSet createNonObservingDelegate() { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[171] return new WritableSet(realm, Collections.EMPTY_SET, String.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableSet(Realm, Collection, Object) belongs to the raw type WritableSet. References to generic type WritableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[171] return new WritableSet(realm, Collections.EMPTY_SET, String.class); ^^^^^^^^^^^ WritableSet is a raw type. References to generic type WritableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[66] assertThat(fixture, instanceOf(getFixtureType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(T, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[72] assertThat(observable, instanceOf(getFixtureType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[78] assertThat(observable, instanceOf(getFixtureType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[81] assertThat(observable, instanceOf(getFixtureType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[82] assertThat(observable, instanceOf(IObserving.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[91] assertThat(counter.count(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[98] assertThat(observing.getObserved(), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[99] assertThat(observing.getObserved(), is(((IObserving) delegate).getObserved())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[108] assertThat(counter.count(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[114] assertThat(counter.count(), is(1)); // Wasn't listening for second change ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[121] assertThat(fixture.isStale(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[125] assertThat(fixture.isStale(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[138] assertThat(staleEvent.getObservable(), sameInstance((IObservable) fixture)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[147] assertThat(l.count, is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[157] assertThat(counter.count, is(1)); // Dispose is idempotent ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[164] assertThat(delegator().getDelegate(), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[167] assertThat(delegate.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[182] assertThat(counter.count(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[187] assertThat(fixture.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[191] assertThat(fixture.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[196] assertThat(fixture.getRealm(), is(realm)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Realm, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[201] assertThat(fixture, equalTo(delegate)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(T, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[206] assertThat(fixture.hashCode(), is(delegate.hashCode())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[215] assertThat(redelegator, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[218] assertThat((Object) redelegator.getClass(), sameInstance((Object) fixture.getClass())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[221] assertThat(redelegator, not(sameInstance((IObservable) fixture))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[224] assertThat(((IDelegatingObservable) redelegator).getDelegate(), sameInstance((IObservable) fixture)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[235] houseKeeper.setField("delegate", createDelegate()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, T) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[236] houseKeeper.setField("fixture", DelegatingObservable.wrap(delegate)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, IObservable) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[335] assertThat(event.getObservable(), sameInstance(expectedSource)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[357] assertThat(event.getObservable(), sameInstance(expectedSource)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[29] import org.eclipse.core.databinding.beans.BeansObservables; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[52] public abstract class DelegatingObservableListTest extends DelegatingObservableCollectionTest { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[56] class ListListener implements IListChangeListener { ^^^^^^^^^^^^^^^^^^^ IListChangeListener is a raw type. References to generic type IListChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[58] ListDiff diff; ^^^^^^^^ ListDiff is a raw type. References to generic type ListDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[63] for (ListDiffEntry next : diff.getDifferences()) { ^^^^^^^^^^^^^ ListDiffEntry is a raw type. References to generic type ListDiffEntry should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[73] public void handleListChange(ListChangeEvent event) { ^^^^^^^^^^^^^^^ ListChangeEvent is a raw type. References to generic type ListChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[82] fixture.addListChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addListChangeListener(IListChangeListener) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[91] fixture.removeListChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeListChangeListener(IListChangeListener) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[116] fixture.addAll(1, newNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(int, Collection) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[136] assertThat(fixture.set(2, "Colleen"), is((Object) "Cathy")); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[246] protected Class getDelegateType() { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[252] houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[253] houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[257] protected IObservableList createDelegate() { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[258] return new WritableList(realm, Lists.newArrayList(), String.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableList(Realm, List, Object) belongs to the raw type WritableList. References to generic type WritableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[258] return new WritableList(realm, Lists.newArrayList(), String.class); ^^^^^^^^^^^^ WritableList is a raw type. References to generic type WritableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[267] private IObservableValue master; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[281] protected Class getDelegateType() { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[287] houseKeeper.setField("list", new ListOfNames()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, DelegatingObservableListTest.ObservingTest.ListOfNames) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[288] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[288] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[288] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class))); ^^^^^^^^^^^^^ WritableValue is a raw type. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[290] houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[291] houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[295] protected IObservableList createDelegate() { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[296] return BeansObservables.observeDetailList(master, "names", String.class); ^^^^^^^^^^^^^^^^ The type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[296] return BeansObservables.observeDetailList(master, "names", String.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method observeDetailList(IObservableValue, String, Class) from the type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[300] protected IObservableList createNonObservingDelegate() { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[301] return new WritableList(realm, Lists.newArrayList(), String.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableList(Realm, List, Object) belongs to the raw type WritableList. References to generic type WritableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[301] return new WritableList(realm, Lists.newArrayList(), String.class); ^^^^^^^^^^^^ WritableList is a raw type. References to generic type WritableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[60] assertThat(fixture.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[69] assertThat(fixture.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[78] assertThat(fixture.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[83] assertThat(fixture.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[93] assertThat(iter.next(), is("a")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[94] assertThat(iter.next(), is("b")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[97] assertThat(iter.next(), is("c")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[98] assertThat(iter.hasNext(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[108] assertThat(iter.next(), is("a")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[109] assertThat(iter.next(), is("b")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[114] assertThat(iter.next(), is("c")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[118] assertThat(iter.hasNext(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[128] assertThat(iter.previous(), is("c")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[129] assertThat(iter.previous(), is("b")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[134] assertThat(iter.previous(), is("d")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[135] assertThat(iter.previous(), is("a")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[139] assertThat(iter.hasPrevious(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[178] assertThat(added, hasItem(element)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[182] assertThat(removed, hasItem(element)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[42] public abstract class DelegatingObservableCollectionTest extends DelegatingObservableTest { ^^^^^^^^^^^^^^^^^^^^^ IObservableCollection is a raw type. References to generic type IObservableCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[51] assertThat(fixture.size(), is(delegate.size())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[53] assertThat(fixture.size(), is(delegate.size())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[55] assertThat(fixture.size(), is(delegate.size())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[57] assertThat(fixture.size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[61] assertThat(fixture.size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[67] assertThat(fixture.isEmpty(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[69] assertThat(fixture.isEmpty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[73] assertThat(fixture.isEmpty(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[81] assertThat(fixture.contains(o), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[83] assertThat(fixture.contains(o), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[87] assertThat(fixture.contains(o), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[93] assertThat(fixture.iterator().hasNext(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[95] assertThat(ImmutableList.copyOf(iterator(fixture)), is(ImmutableList.copyOf(iterator(delegate)))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ImmutableList, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[99] assertThat(fixture.iterator().hasNext(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[105] assertThat(fixture.toArray().length, is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[107] assertThat(fixture.toArray(), isArray(delegate.toArray())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[111] assertThat(fixture.toArray().length, is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[118] assertThat(fixture.toArray(newArray()).length, is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[122] assertThat(actual.length, is(valuesToAdd.size())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[123] assertThat(actual, isArray(delegate.toArray(newArray()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[127] assertThat(fixture.toArray(newArray()).length, is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[135] assertThat(delegateCollection(), hasItem(o)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[145] assertThat(delegateCollection(), not(hasItem(o))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[154] assertThat(fixture.containsAll(valuesToAdd), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[161] assertThat(delegateCollection(), hasItems(valuesToAdd.toArray())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[168] assertThat(delegateCollection(), hasItems(valuesToRemove.toArray())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[171] assertThat(delegateCollection(), not(hasItem(in(valuesToRemove)))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[181] assertThat(delegateCollection(), hasItems(valuesToRemove.toArray())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[182] assertThat(delegate.size(), is(valuesToRemove.size())); // Nothing else ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[189] assertThat(delegate.isEmpty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[193] assertThat(delegate.isEmpty(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[201] assertThat(fixture.getElementType(), is((Object) getDelegateElementType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[205] assertThat(fixture.getElementType(), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[273] Iterator iterator(IObservableCollection c) { ^^^^^^^^^^^^^^^^^^^^^ IObservableCollection is a raw type. References to generic type IObservableCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[24] import org.eclipse.core.databinding.beans.BeansObservables; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[40] public abstract class DelegatingObservableValueTest extends DelegatingObservableTest { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[50] class TestListener implements IValueChangeListener { ^^^^^^^^^^^^^^^^^^^^ IValueChangeListener is a raw type. References to generic type IValueChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[55] public void handleValueChange(ValueChangeEvent event) { ^^^^^^^^^^^^^^^^ ValueChangeEvent is a raw type. References to generic type ValueChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[65] fixture.addValueChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[68] fixture.removeValueChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[95] fixture.setValue(valueToSet); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[118] protected Class getDelegateType() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[124] houseKeeper.setField("bean", new Bean("Alice")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[126] houseKeeper.setField("expectedValue", bean); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[127] houseKeeper.setField("valueToSet", new Bean("Bert")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[131] protected IObservableValue createDelegate() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[132] return new WritableValue(realm, bean, Bean.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[132] return new WritableValue(realm, bean, Bean.class); ^^^^^^^^^^^^^ WritableValue is a raw type. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[139] private IObservableValue master; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[153] protected Class getDelegateType() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[159] houseKeeper.setField("bean", new Bean("Alice")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[160] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[160] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[160] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class))); ^^^^^^^^^^^^^ WritableValue is a raw type. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[162] houseKeeper.setField("expectedValue", "Alice"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, String) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[163] houseKeeper.setField("valueToSet", "Bert"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, String) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[167] protected IObservableValue createDelegate() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[168] return BeansObservables.observeDetailValue(master, "name", String.class); ^^^^^^^^^^^^^^^^ The type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[168] return BeansObservables.observeDetailValue(master, "name", String.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method observeDetailValue(IObservableValue, String, Class) from the type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[172] protected IObservableValue createNonObservingDelegate() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[173] return new WritableValue(realm, bean, Bean.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[173] return new WritableValue(realm, bean, Bean.class); ^^^^^^^^^^^^^ WritableValue is a raw type. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[54] assertThat(b.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[58] assertThat(b.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[62] assertThat(c.isDisposed(), is(false)); // The list still has it ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[66] assertThat(c.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[77] assertThat(a.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[78] assertThat(b.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[79] assertThat(c.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[83] assertThat(a.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[84] assertThat(b.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[85] assertThat(c.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated 180 problems (180 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/target/org.eclipse.papyrus.infra.tools.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT [44/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.types.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests >--- [INFO] Building org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT [45/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.tests --- [INFO] The project's OSGi version is 4.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[43] import org.eclipse.papyrus.infra.types.core.utils.AdviceComparator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdviceComparator is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[213] List originalChildren = new ArrayList((List) objectToDelete.eContainer().eGet(objectToDelete.eContainingFeature(), true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[221] List afterDeletionChildren = new ArrayList((List) container.eGet(containingFeature, true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[230] List afterUndoChildren = new ArrayList((List) container.eGet(containingFeature, true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[238] List afterRedoChildren = new ArrayList((List) container.eGet(containingFeature, true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[262] Arrays.sort(advicesAfterLoading, new AdviceComparator(classElementType, TypeContext.getDefaultContext().getId())); ^^^^^^^^^^^^^^^^ The type AdviceComparator is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[262] Arrays.sort(advicesAfterLoading, new AdviceComparator(classElementType, TypeContext.getDefaultContext().getId())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor AdviceComparator(IElementType, String) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/AbstractElementTypeTests.java:[94] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") 8 problems (8 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/target/org.eclipse.papyrus.infra.types.tests-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests >-- [INFO] Building org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT [46/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] The project's OSGi version is 4.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[57] import org.eclipse.papyrus.infra.types.core.internal.ui.handlers.RuleRefactoringHandler.OperationKind; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[85] public final AnnotationRule refactoringKind = AnnotationRule.create(Refactoring.class, null); ^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[103] @Refactoring(OperationKind.NEGATE) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[103] @Refactoring(OperationKind.NEGATE) ^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.NEGATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[116] @Refactoring(OperationKind.NEGATE) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[116] @Refactoring(OperationKind.NEGATE) ^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.NEGATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[126] @Refactoring(OperationKind.NEGATE) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[126] @Refactoring(OperationKind.NEGATE) ^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.NEGATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[142] @Refactoring(OperationKind.ADD_TO_AND) ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[142] @Refactoring(OperationKind.ADD_TO_AND) ^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_AND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[151] @Refactoring(OperationKind.ADD_TO_AND) ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[151] @Refactoring(OperationKind.ADD_TO_AND) ^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_AND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[159] @Refactoring(OperationKind.ADD_TO_OR) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[159] @Refactoring(OperationKind.ADD_TO_OR) ^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_OR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[168] @Refactoring(OperationKind.ADD_TO_OR) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[168] @Refactoring(OperationKind.ADD_TO_OR) ^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_OR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[176] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[176] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[186] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[186] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[195] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[195] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[205] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[205] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[214] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[214] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[229] case NEGATE: ^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.NEGATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[232] case ADD_TO_AND: ^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_AND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[235] case ADD_TO_OR: ^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_OR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[238] case PULL_UP_OPERAND: ^^^^^^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[393] OperationKind value(); ^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202112070336/org.eclipse.papyrus.infra.types.ui-4.0.0.202112070336.jar') 31 problems (31 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/target/org.eclipse.papyrus.infra.types.ui.tests-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests >-- [INFO] Building org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT [47/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/EMFLabelProviderTest.java:[45] assertThat(fixture.getText(package_), is(" foo")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/EMFLabelProviderTest.java:[59] assertThat("Label provider did not notify", gotEvent[0], is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/DependentEMFLabelProviderTest.java:[52] assertThat(fixture.getText(imported), is(" foo (imported by bar)")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/DependentEMFLabelProviderTest.java:[67] assertThat("Label provider did not notify", gotEvent[0], is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/DependentEMFLabelProviderTest.java:[82] assertThat("Label provider did not notify", gotEvent[0], is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[52] import org.eclipse.papyrus.infra.emf.readonly.internal.ControlledResourceTracker; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ControlledResourceTracker' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf.readonly/4.1.0.202112070336/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[74] * Test suite for the {@link ReferencedModelReadOnlyHandler} class. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ReferencedModelReadOnlyHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202112070336/org.eclipse.papyrus.infra.ui.emf-3.1.100.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[85] private ReferencedModelReadOnlyHandler fixture; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ReferencedModelReadOnlyHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202112070336/org.eclipse.papyrus.infra.ui.emf-3.1.100.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[184] assertThat(fixture.anyReadOnly(discretionAxes(), new URI[] { uri }).or(false), is(false)); ^^^^^^^^^^^ Discouraged access: The method 'ReferencedModelReadOnlyHandler.anyReadOnly(Set, URI[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202112070336/org.eclipse.papyrus.infra.ui.emf-3.1.100.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[185] assertThat(fixture.canMakeWritable(discretionAxes(), new URI[] { uri }).or(true), is(false)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ReferencedModelReadOnlyHandler.canMakeWritable(Set, URI[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202112070336/org.eclipse.papyrus.infra.ui.emf-3.1.100.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[198] fixture = new ReferencedModelReadOnlyHandler(domain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ReferencedModelReadOnlyHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202112070336/org.eclipse.papyrus.infra.ui.emf-3.1.100.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[198] fixture = new ReferencedModelReadOnlyHandler(domain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ReferencedModelReadOnlyHandler(EditingDomain)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202112070336/org.eclipse.papyrus.infra.ui.emf-3.1.100.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[199] fixture.setInteractive(false); ^^^^^^^^^^^^^^ Discouraged access: The method 'ReferencedModelReadOnlyHandler.setInteractive(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202112070336/org.eclipse.papyrus.infra.ui.emf-3.1.100.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[339] Set uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ControlledResourceTracker' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf.readonly/4.1.0.202112070336/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[339] Set uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI()); ^^^^^^^^^^^ Discouraged access: The method 'ControlledResourceTracker.getInstance(EditingDomain)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf.readonly/4.1.0.202112070336/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[339] Set uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ControlledResourceTracker.getRootResourceURIs(URI)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf.readonly/4.1.0.202112070336/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202112070336.jar') 16 problems (16 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/target/org.eclipse.papyrus.infra.ui.emf.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests >---- [INFO] Building org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT [48/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[40] assertThat(fixture.getElements("foo"), is(new Object[] { "root1", "root2", "root3" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[48] assertThat(fixture.getElements().length, greaterThan(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[50] assertThat(fixture.getElements().length, is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[58] assertThat(fixture.getChildren("root2"), is(new Object[] { "child2.1", "child2.2", "child2.3" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[59] assertThat(fixture.getChildren("child2.2"), is(new Object[] { "child2.2.1", "child2.2.2" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[60] assertThat(fixture.getChildren("bogus"), is(new Object[] {})); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[68] assertThat(fixture.getParent("root2"), nullValue()); // It's a root ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[69] assertThat(fixture.getParent("child2.2"), is("root2")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[70] assertThat(fixture.getParent("child2.2.2"), is("child2.2")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[71] assertThat(fixture.getParent("bogus"), nullValue()); // It's not an element ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[79] assertThat(fixture.hasChildren("root2"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[80] assertThat(fixture.hasChildren("child2.2"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[81] assertThat(fixture.hasChildren("child2.2.3"), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[82] assertThat(fixture.hasChildren("bogus"), is(false)); // It's not an element ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[90] assertThat(fixture.getAdaptedValue("root1"), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[91] assertThat(fixture.getAdaptedValue("root1"), sameInstance(fixture.getAdaptedValue("root1"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[92] assertThat(fixture.getAdaptedValue("child1.2"), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[93] assertThat(fixture.getAdaptedValue("child1.2"), not(fixture.getAdaptedValue("root1"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[94] assertThat(fixture.getAdaptedValue("bogus"), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[102] assertThat(fixture.isValidValue("root1"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[103] assertThat(fixture.isValidValue("child1.2"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[104] assertThat(fixture.isValidValue("bogus"), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[112] assertThat(fixture.getElements(), is(new Object[] { "root1", "root2", "root3" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/FakeSaveEvent.java:[6] import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/LifeCycleEventsProviderTest.java:[9] import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/LifeCycleEventsProviderTest.java:[10] import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/LifeCycleEventsProviderTest.java:[11] import org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProvider is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/util/UIUtilTest.java:[31] import org.eclipse.papyrus.infra.ui.util.UIUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.util.UIUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePageTest.java:[22] import org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePage is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/FakeSaveEventListener.java:[9] import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/FakeSaveEventListener.java:[10] import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[48] assertThat(fixture.getElements("foo"), is(new Object[] { "root1", "root2", "root3", "A", "B", "C" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[54] assertThat(sFixture.getElements().length, greaterThan(3)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[56] assertThat(sFixture.getElements().length, is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[61] assertThat(fixture.getChildren("child2.2"), is(new Object[] { "child2.2.1", "child2.2.2" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[62] assertThat(fixture.getChildren("4"), is(new Object[] { "i", "ii" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[63] assertThat(fixture.getChildren("bogus"), is(new Object[] {})); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[68] assertThat(fixture.getParent("root2"), nullValue()); // It's a root ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[69] assertThat(fixture.getParent("B"), nullValue()); // It's a root ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[70] assertThat(fixture.getParent("child2.2"), is("root2")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[71] assertThat(fixture.getParent("ii"), is("4")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[72] assertThat(fixture.getParent("bogus"), nullValue()); // It's not an element ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[77] assertThat(fixture.hasChildren("root2"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[78] assertThat(fixture.hasChildren("C"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[79] assertThat(fixture.hasChildren("child2.2"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[80] assertThat(fixture.hasChildren("4"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[81] assertThat(fixture.hasChildren("child2.2.3"), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[82] assertThat(fixture.hasChildren("i"), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[83] assertThat(fixture.hasChildren("bogus"), is(false)); // It's not an element ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[88] assertThat(aFixture.getAdaptedValue("B"), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[89] assertThat(aFixture.getAdaptedValue("B"), sameInstance(aFixture.getAdaptedValue("B"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[90] assertThat(aFixture.getAdaptedValue("4"), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[91] assertThat(aFixture.getAdaptedValue("4"), not(aFixture.getAdaptedValue("B"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[92] assertThat(aFixture.getAdaptedValue("bogus"), is("bogus")); // Not recognized as an element ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[97] assertThat(hFixture.isValidValue("C"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[98] assertThat(hFixture.isValidValue("5"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[99] assertThat(hFixture.isValidValue("bogus"), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[104] assertThat(sFixture.getElements(), is(new Object[] { "root1", "root2", "root3", "A", "B", "C" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated 58 problems (58 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/target/org.eclipse.papyrus.infra.ui.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT [49/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.viewpoints.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/viewpoints/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.viewpoints.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests >-- [INFO] Building org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT [50/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/policy/tests/ViewPrototypeTest.java:[52] private static PolicyChecker policyToRestore; ^^^^^^^^^^^^^^^ The value of the field ViewPrototypeTest.policyToRestore is not used 2. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/policy/tests/PolicyCheckerTest.java (at line 34) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/policy/tests/PolicyCheckerTest.java:[53] MergedArchitectureDomain mergedArchitectureDomain = new MergedArchitectureDomain(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor MergedArchitectureDomain() has been deprecated since version 3.1 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/policy/tests/PolicyCheckerTest.java:[54] mergedArchitectureDomain.merge(architectureDomain); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method merge(ArchitectureDomain) from the type MergedArchitectureDomain has been deprecated since version 3.1 and marked for removal 4 problems (0 errors, 3 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/target/org.eclipse.papyrus.infra.viewpoints.policy.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature >--- [INFO] Building org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT [51/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] The project's OSGi version is 1.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/target/org.eclipse.papyrus.tests.emf.facet.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tests.releng >--- [INFO] Building org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT [52/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT [53/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests >--- [INFO] Building org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT [54/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestListCompartmentHelper.java:[134] Assert.assertTrue(ddCommand != null || true == ddCommand.canExecute()); ^^^^^^^^^ Null pointer access: The variable ddCommand can only be null at this location [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/edition/AbstractEditableNodeTest.java:[30] import org.eclipse.gmf.runtime.gef.ui.internal.parts.TextCellEditorEx; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/edition/AbstractEditableNodeTest.java:[127] Assert.assertEquals("the editor of this editpart must be multiline editor", MultiLineCellEditor.class, manager.getTextCellEditorClass(editableEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTextCellEditorClass(GraphicalEditPart) from the type MultilineLabelDirectEditManager should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/edition/AbstractEditableNodeTest.java:[130] Assert.assertEquals("the editor of this editpart must be simple editor", TextCellEditorEx.class, manager.getTextCellEditorClass(editableEditPart)); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/edition/AbstractEditableNodeTest.java:[130] Assert.assertEquals("the editor of this editpart must be simple editor", TextCellEditorEx.class, manager.getTextCellEditorClass(editableEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTextCellEditorClass(GraphicalEditPart) from the type MultilineLabelDirectEditManager should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/SharedTestSuiteState.java:[184] houseKeeper.setField("project", houseKeeper.createProject(testCase.getProjectName())); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, IProject) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/SharedTestSuiteState.java:[185] houseKeeper.setField("file", project.getFile(testCase.getFileName())); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, IFile) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/SharedTestSuiteState.java:[257] houseKeeper.setField("preserve", preserve.build()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/createFromPalette/AbstractCreateNodeFromPaletteTest.java:[182] boolean foundCompartment = false; ^^^^^^^^^^^^^^^^ The value of the local variable foundCompartment is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/createFromPalette/AbstractCreateNodeFromPaletteTest.java:[210] Element root = (Element) getContainerEditPart().resolveSemanticElement(); ^^^^ The value of the local variable root is not used 11. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/createFromPalette/AbstractCreateNodeFromPaletteTest.java (at line 224) assertTrue(CREATION + TEST_IF_THE_COMMAND_IS_CREATED, command.equals(UnexecutableCommand.INSTANCE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unlikely argument type for equals(): UnexecutableCommand seems to be unrelated to Command 12. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/createFromPalette/AbstractCreateNodeFromPaletteTest.java (at line 226) assertTrue(CREATION + TEST_IF_THE_COMMAND_IS_CREATED, (!command.equals(UnexecutableCommand.INSTANCE))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unlikely argument type for equals(): UnexecutableCommand seems to be unrelated to Command [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[60] import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[152] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[152] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[152] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^ The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[155] editingDomain = serviceUtils.getTransactionalEditingDomain(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[344] for (Iterator iteratorChildren = linkEditPart.getChildren().iterator(); iteratorChildren.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractPapyrusTestCase.java:[61] import org.eclipse.papyrus.infra.core.utils.DiResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractPapyrusTestCase.java:[300] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractPapyrusTestCase.java:[300] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractPapyrusTestCase.java:[311] diResourceSet.createsModels(file); ^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/synchronization/AbstractSynchronizationTest.java:[100] houseKeeper.setField("adapterFactory", new ComposedAdapterFactory(ComposedAdapterFactory.Descriptor.Registry.INSTANCE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ComposedAdapterFactory) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractTestDiagram.java:[81] Iterator roots = NavigatorUtils.getNotationRoots(rootSemanticModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNotationRoots(EObject) from the type NavigatorUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[24] import org.eclipse.papyrus.uml.service.types.internal.ui.advice.InstanceSpecificationLinkEditHelperAdvice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InstanceSpecificationLinkEditHelperAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202112070336/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[79] Set associations = InstanceSpecificationLinkEditHelperAdvice.getModelAssociations((InstanceSpecification) source.resolveSemanticElement(), (InstanceSpecification) target.resolveSemanticElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InstanceSpecificationLinkEditHelperAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202112070336/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[79] Set associations = InstanceSpecificationLinkEditHelperAdvice.getModelAssociations((InstanceSpecification) source.resolveSemanticElement(), (InstanceSpecification) target.resolveSemanticElement()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InstanceSpecificationLinkEditHelperAdvice.getModelAssociations(InstanceSpecification, InstanceSpecification)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202112070336/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[86] InstanceSpecificationLinkEditHelperAdvice.setupSuppressDialogRequest(request, association); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InstanceSpecificationLinkEditHelperAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202112070336/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[86] InstanceSpecificationLinkEditHelperAdvice.setupSuppressDialogRequest(request, association); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InstanceSpecificationLinkEditHelperAdvice.setupSuppressDialogRequest(CreateConnectionViewRequest, Association)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202112070336/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202112070336.jar') 29 problems (0 errors, 27 warnings, 2 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/target/org.eclipse.papyrus.uml.diagram.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.clazz.tests 2.0.0-SNAPSHOT [55/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug476872_MoveCommandTest.java:[106] assertThat(modelToMove, instanceOf(NodeImpl.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug476872_MoveCommandTest.java:[154] assertThat(firstModelToMove, instanceOf(NodeImpl.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug476872_MoveCommandTest.java:[158] assertThat(secondModelToMove, instanceOf(NodeImpl.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug476872_MoveCommandTest.java:[213] assertThat(modelTarget, instanceOf(NodeImpl.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated 5. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/resources/ModelValidationTest.java (at line 39) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/copyPaste/ConstraintPasteStrategyTest.java:[276] List arrayList = (List) defaultVariable; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/copyPaste/ConstraintPasteStrategyTest.java:[276] List arrayList = (List) defaultVariable; ^^^^ List is a raw type. References to generic type List should be parameterized 8. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/resources/ClassPaletteTest.java (at line 40) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug481317_MoveGeneralizationTest.java:[188] assertThat(modelTarget, instanceOf(NodeImpl.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated 9 problems (0 errors, 7 warnings, 2 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/target/org.eclipse.papyrus.uml.diagram.clazz.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.activity.tests 2.0.0-SNAPSHOT [56/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/org/eclipse/papyrus/uml/diagram/activity/tests/canonical/TestActivityMargin.java:[43] private final static Logger log = Logger.getAnonymousLogger(); ^^^ The value of the field TestActivityMargin.log is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/org/eclipse/papyrus/uml/diagram/activity/tests/canonical/TestActivityMargin.java:[79] int expectedSemanticChildren = 0; ^^^^^^^^^^^^^^^^^^^^^^^^ The value of the local variable expectedSemanticChildren is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/org/eclipse/papyrus/uml/diagram/activity/tests/canonical/TestActivityMargin.java:[81] int addedSemanticChildren = 1; ^^^^^^^^^^^^^^^^^^^^^ The value of the local variable addedSemanticChildren is not used 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/target/org.eclipse.papyrus.uml.diagram.activity.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT [57/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] The project's OSGi version is 5.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[51] import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[96] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[96] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[96] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^ The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[99] editingDomain = serviceUtils.getTransactionalEditingDomain(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/UsecaseToSubjectinUsecaseDiagramDropStrategyTest.java:[45] import org.eclipse.papyrus.uml.diagram.usecase.dnd.strategy.UsecaseToSubjectinUsecaseDiagramDropStrategy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UsecaseToSubjectinUsecaseDiagramDropStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.usecase/5.0.0.202112070336/org.eclipse.papyrus.uml.diagram.usecase-5.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/UsecaseToSubjectinUsecaseDiagramDropStrategyTest.java:[174] return new UsecaseToSubjectinUsecaseDiagramDropStrategy() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UsecaseToSubjectinUsecaseDiagramDropStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.usecase/5.0.0.202112070336/org.eclipse.papyrus.uml.diagram.usecase-5.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/UsecaseToSubjectinUsecaseDiagramDropStrategyTest.java:[174] return new UsecaseToSubjectinUsecaseDiagramDropStrategy() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'UsecaseToSubjectinUsecaseDiagramDropStrategy()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.usecase/5.0.0.202112070336/org.eclipse.papyrus.uml.diagram.usecase-5.0.0.202112070336.jar') 8 problems (8 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/target/org.eclipse.papyrus.uml.diagram.usecase.tests-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT [58/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/target/org.eclipse.papyrus.uml.diagram.deployment.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT [59/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/target/org.eclipse.papyrus.uml.diagram.component.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.timing.tests 2.0.0-SNAPSHOT [60/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/target/org.eclipse.papyrus.uml.diagram.timing.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT [61/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[47] import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[188] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[188] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[188] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^ The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[191] editingDomain = serviceUtils.getTransactionalEditingDomain(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentName_382951.java:[53] private static final String COMBINED_FRAGMENT_KEY = "ELEMENT_PapyrusUMLSequenceDiagram_CombinedFragment_CombinedFragmentCompartment.compartment_name.visibility"; ^^^^^^^^^^^^^^^^^^^^^ The value of the field TestCombinedFragmentName_382951.COMBINED_FRAGMENT_KEY is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestCombinedFragmentChildNode.java:[134] List children = getParentEditPart().getChildren(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestCombinedFragmentChildNode.java:[179] List children = getParentEditPart().getChildren(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentOperand_364701.java:[165] private void resizeSouth(IGraphicalEditPart op, Dimension deltaSize) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method resizeSouth(IGraphicalEditPart, Dimension) from the type TestCombinedFragmentOperand_364701 is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentOperand_364701.java:[177] private void resizeNorth(IGraphicalEditPart op, Dimension deltaSize) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method resizeNorth(IGraphicalEditPart, Dimension) from the type TestCombinedFragmentOperand_364701 is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[99] Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(EditPart, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[107] Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Connection, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[108] Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(ConnectionSourceAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[109] Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(ConnectionTargetAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[129] Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(EditPart, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[137] Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Connection, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[138] Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(ConnectionTargetAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[139] Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(ConnectionSourceAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[159] Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(EditPart, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[167] Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Connection, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[168] Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(NodeTopAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[169] Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(NodeBottomAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[189] Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(EditPart, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[197] Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Connection, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[198] Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(NodeBottomAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[199] Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(NodeTopAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[219] Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(EditPart, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[227] Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Connection, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[228] Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(CenterAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[229] Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(CenterAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[41] import org.eclipse.papyrus.infra.core.utils.DiResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[94] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[94] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[106] diResourceSet.createsModels(file); ^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[182] ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[182] ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[183] list.add(obj); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentGates_364816.java:[196] Command cmd = source.getCommand(connectionRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentGates_364816.java:[206] connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentGates_364816.java:[207] connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[55] import org.eclipse.papyrus.infra.core.utils.DiResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[112] RectangleFigure fig = lifeline1.getPrimaryShape().getFigureLifelineNameContainerFigure(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFigureLifelineNameContainerFigure() from the type LifelineFigure is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[235] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[235] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[247] diResourceSet.createsModels(file); ^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentOperandsLayout.java:[396] Assert.assertThat(result, instanceOf(Collection.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageCreate_379661.java:[174] Command cmd = source.getCommand(connectionRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageCreate_379661.java:[184] connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageCreate_379661.java:[185] connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[25] import org.eclipse.papyrus.uml.diagram.sequence.edit.policies.OLDLifelineXYLayoutEditPolicy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[37] Dimension newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[37] Dimension newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[42] newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[42] newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[47] newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[47] newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[57] assertTrue("Left figure is not on the left of the right figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(leftFigure, rightFigure)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[57] assertTrue("Left figure is not on the left of the right figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(leftFigure, rightFigure)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isAffixedToRight(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[58] assertFalse("Right figure is on the left of the left figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(rightFigure, leftFigure)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[58] assertFalse("Right figure is on the left of the left figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(rightFigure, leftFigure)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isAffixedToRight(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[65] Rectangle absoluteBounds = OLDLifelineXYLayoutEditPolicy.getRealMoveDelta(oldRelativeBounds, newRelativeBounds); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[65] Rectangle absoluteBounds = OLDLifelineXYLayoutEditPolicy.getRealMoveDelta(oldRelativeBounds, newRelativeBounds); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRealMoveDelta(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[79] Rectangle absoluteChild = OLDLifelineXYLayoutEditPolicy.getRelativeBounds(childFigure); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[79] Rectangle absoluteChild = OLDLifelineXYLayoutEditPolicy.getRelativeBounds(childFigure); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRelativeBounds(IFigure) from the type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestSequenceDiagramChildNode.java:[201] EList children = getParentEditPart().getNotationView().getChildren(); ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[40] import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[145] request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[145] request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart)); ^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.SOURCE_MODEL_CONTAINER is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[161] request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[161] request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart)); ^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.TARGET_MODEL_CONTAINER is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineLabelCustomize_383722.java:[47] import org.eclipse.papyrus.infra.core.utils.DiResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineLabelCustomize_383722.java:[221] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineLabelCustomize_383722.java:[221] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineLabelCustomize_383722.java:[233] diResourceSet.createsModels(file); ^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[232] int xPos = linkedPartBounds.x + delta.width + (int) Math.round(anchorOwningFigure.getBounds().width * pp.preciseX); ^^^^^^^^ The field PrecisionPoint.preciseX is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[233] int yPos = linkedPartBounds.y + delta.height + (int) Math.round(anchorOwningFigure.getBounds().height * pp.preciseY); ^^^^^^^^ The field PrecisionPoint.preciseY is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[269] Command cmd = source.getCommand(connectionRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[279] connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[280] connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/Test_528787.java:[62] @SuppressWarnings({ "unchecked", "rawtypes" }) ^^^^^^^^^^ Unnecessary @SuppressWarnings("rawtypes") [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[63] import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[287] request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[287] request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[287] request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart)); ^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.SOURCE_MODEL_CONTAINER is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[294] List events = Collections.emptyList(); ^^^^^^ The value of the local variable events is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[301] request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[301] request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[301] request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[320] request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[320] request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[320] request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart)); ^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.TARGET_MODEL_CONTAINER is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[332] request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[332] request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[332] request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[333] request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[333] request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[333] request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOperandsTest.java:[97] Assert.assertThat(messageEnd, IsInstanceOf.instanceOf(MessageOccurrenceSpecification.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(MessageEnd, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkTest.java:[118] Assert.assertThat(link.getFigure(), IsInstanceOf.instanceOf(connectionFigure)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IFigure, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkTest.java:[288] Assert.assertThat(actual, IsEqual.equalTo(expected)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(int[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkTest.java:[300] Assert.assertThat("Invalid source anchor for " + connectionName, connection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(sourceAnchor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkTest.java:[301] Assert.assertThat("Invalid target anchor for " + connectionName, connection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(targetAnchor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessagesDeletion_364828.java:[95] request.getExtendedData().put(SOURCE_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessagesDeletion_364828.java:[96] request.getExtendedData().put(TARGET_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestSynchronousMessageCreation_364827.java:[168] Command cmd = source.getCommand(connectionRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestSynchronousMessageCreation_364827.java:[178] connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestSynchronousMessageCreation_364827.java:[179] connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestOccurrenceSpecificationDeletion_430552.java:[140] Command cmd = source.getCommand(connectionRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestOccurrenceSpecificationDeletion_430552.java:[149] connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestOccurrenceSpecificationDeletion_430552.java:[150] connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCreationUndo_384618.java:[261] Command cmd = source.getCommand(connectionRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCreationUndo_384618.java:[271] connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCreationUndo_384618.java:[272] connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized 114. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/CombinedFragmentRegressionTest.java (at line 110) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[50] import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[199] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[199] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[199] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^ The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[202] editingDomain = serviceUtils.getTransactionalEditingDomain(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[335] List list = parent.getChildren(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[348] Command cmd = source.getCommand(connectionRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[369] Command cmd = targetPlayer.getCommand(reconnectRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestWeakReferences.java:[45] import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestWeakReferences.java:[53] @SuppressWarnings({ "unchecked", "rawtypes" }) ^^^^^^^^^^ Unnecessary @SuppressWarnings("rawtypes") [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestWeakReferences.java:[355] reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestWeakReferences.java:[355] reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true); ^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS is deprecated 126 problems (0 errors, 125 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/target/org.eclipse.papyrus.uml.diagram.sequence.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT [62/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/test/org/eclipse/papyrus/uml/diagram/composite/tests/copyPaste/ConstraintCopyPasteTest.java:[155] List arrayList = (List) defaultVariable; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/test/org/eclipse/papyrus/uml/diagram/composite/tests/copyPaste/ConstraintCopyPasteTest.java:[155] List arrayList = (List) defaultVariable; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/test/org/eclipse/papyrus/uml/diagram/composite/test/canonical/TestCompositeDiagramElementWithSameParentLink.java:[120] List children = parent.getChildren(); ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List 4. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/test/org/eclipse/papyrus/uml/diagram/composite/test/resources/ModelValidationTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 4 problems (0 errors, 3 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/target/org.eclipse.papyrus.uml.diagram.composite.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT [63/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/target/org.eclipse.papyrus.uml.diagram.profile.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests >-- [INFO] Building org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT [64/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/target/org.eclipse.papyrus.uml.dynamic.profile.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT [65/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/parser/MultiplicityStringFormatterTestCase.java:[192] return MultiplicityElementUtil.getMultiplicityAsString(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated 2. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/tests/StereotypePropertyReferenceEdgeTest.java (at line 84) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 3. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/stereotype/display/AbstractAppliedStereotypeDisplayTest.java (at line 50) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 4. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/stereotype/display/AppliedStereotypeDisplayLinkClassDiagramTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/tests/Bug476873_MoveCommandTest.java:[225] assertThat(modelTarget, instanceOf(NodeImpl.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated 6. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/tests/EdgeCustomizationTest.java (at line 57) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 7. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/stereotype/display/AppliedStereotypeDisplayCompartmentClassDiagramTest.java (at line 35) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 7 problems (0 errors, 2 warnings, 5 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/target/org.eclipse.papyrus.uml.diagram.common.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT [66/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[79] private boolean isInitFromExistingDomainModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[81] private SelectRootElementPage selectRootElementPage; ^^^^^^^^^^^^^^^^^^^^^ The value of the field new InitModelWizard(){}.selectRootElementPage is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[119] private boolean isInitFromExistingDomainModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[151] private boolean isInitFromExistingDomainModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[153] private SelectRootElementPage selectRootElementPage; ^^^^^^^^^^^^^^^^^^^^^ The value of the field new InitModelWizard(){}.selectRootElementPage is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestNewModelWizardBase.java:[102] return Activator.getDefault().getWorkbench(); ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/target/org.eclipse.papyrus.uml.diagram.wizards.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.diagram.feature 1.2.0-SNAPSHOT [67/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] The project's OSGi version is 1.2.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/target/org.eclipse.papyrus.tests.uml.diagram.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature >-- [INFO] Building org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT [68/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] The project's OSGi version is 1.2.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/target/org.eclipse.papyrus.tests.infra.services.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.tests.releng >-- [INFO] Building org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT [69/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.views.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests >-- [INFO] Building org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT [70/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AbstractHandlerTest.java:[55] import org.eclipse.ui.internal.handlers.HandlerProxy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'HandlerProxy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AbstractHandlerTest.java:[190] if (currentHandler instanceof HandlerProxy) { ^^^^^^^^^^^^ Discouraged access: The type 'HandlerProxy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AbstractHandlerTest.java:[191] currentHandler = ((HandlerProxy) currentHandler).getHandler(); ^^^^^^^^^^^^ Discouraged access: The type 'HandlerProxy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AbstractHandlerTest.java:[191] currentHandler = ((HandlerProxy) currentHandler).getHandler(); ^^^^^^^^^^ Discouraged access: The method 'HandlerProxy.getHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.100.v20210215-1525/org.eclipse.ui.workbench-3.122.100.v20210215-1525.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/OpendiagramTest.java:[91] Assert.assertNotEquals("the label of diagram1 is not good", "Diagram1", labeProvider.getText(diagram1)); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^ Discouraged access: The method 'NavigatorDecoratingLabelProvider.getText(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.10.0.v20210111-1352/org.eclipse.ui.navigator-3.10.0.v20210111-1352.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/OpendiagramTest.java:[92] Assert.assertNotEquals("the label of class1 is not good", "class1", labeProvider.getText(class1)); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^ Discouraged access: The method 'NavigatorDecoratingLabelProvider.getText(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.10.0.v20210111-1352/org.eclipse.ui.navigator-3.10.0.v20210111-1352.jar') 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/target/org.eclipse.papyrus.views.modelexplorer.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT [71/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/modelexplorer/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests >-- [INFO] Building org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT [72/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/target/org.eclipse.papyrus.uml.modelexplorer.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests >-- [INFO] Building org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT [73/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[27] * Tests for {@link ProfileNamespaceURIPattern}s and the related functionality. ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[104] protected static Predicate isExtensionPointPattern() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[105] return new Predicate() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[107] public boolean apply(ProfileNamespaceURIPattern pattern) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[108] return pattern.getRegexPattern() != null && EXTENSION_POINT_PATTERN.equals(pattern.getRegexPattern().pattern()) && ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.getRegexPattern()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[108] return pattern.getRegexPattern() != null && EXTENSION_POINT_PATTERN.equals(pattern.getRegexPattern().pattern()) && ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.getRegexPattern()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[109] pattern.getVersionFormat() != null; ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.getVersionFormat()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[123] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[123] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[123] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[124] final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[124] final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI); ^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[126] assertThat("Pattern should have matched.", match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[128] match.getNamespaceURI(), is(NO_VERSION_A_URI)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[130] match.getVersionlessNamespaceURI(), is(NO_VERSION_A_URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[132] match.getVersion(), is(NO_VERSION_VERSION_DEFAULT)); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[142] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[142] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[142] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[143] final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[143] final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI); ^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[145] assertThat("Pattern should have matched.", match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[147] match.getNamespaceURI(), is(NO_VERSION_A_URI)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[149] match.getVersionlessNamespaceURI(), is(NO_VERSION_A_URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[151] match.getVersion(), is(NO_VERSION_A_URI)); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[162] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[162] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[162] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[163] final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[163] final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI); ^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[165] assertThat("Pattern should have matched.", match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[167] match.getNamespaceURI(), is(SINGLE_VERSION_A7_URI)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[169] match.getVersionlessNamespaceURI(), is(SINGLE_VERSION_A7_VERSIONLESS_URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[171] match.getVersion(), is(SINGLE_VERSION_A7_VERSION_DEFAULT)); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[180] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[180] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[180] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[181] final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[181] final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI); ^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[183] assertThat("Pattern should have matched.", match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[185] match.getNamespaceURI(), is(SINGLE_VERSION_A7_URI)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[187] match.getVersionlessNamespaceURI(), is(SINGLE_VERSION_A7_VERSIONLESS_URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[189] match.getVersion(), is(SINGLE_VERSION_A7_VERSION_FORMAT)); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[200] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[200] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[200] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[201] final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[201] final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI); ^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[203] assertThat("Pattern should have matched.", match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[205] match.getNamespaceURI(), is(MULTI_VERSION_A7_701_URI)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[207] match.getVersionlessNamespaceURI(), is(MULTI_VERSION_A7_701_VERSIONLESS_URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[209] match.getVersion(), is(MULTI_VERSION_A7_701_VERSION_DEFAULT)); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[218] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[218] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[218] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[219] final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[219] final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI); ^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[221] assertThat("Pattern should have matched.", match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[223] match.getNamespaceURI(), is(MULTI_VERSION_A7_701_URI)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[225] match.getVersionlessNamespaceURI(), is(MULTI_VERSION_A7_701_VERSIONLESS_URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[227] match.getVersion(), is(MULTI_VERSION_A7_701_VERSION_FORMAT)); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[238] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[238] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[238] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[239] final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[239] final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI); ^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[241] assertThat("Pattern should not have matched.", !match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[243] match.getNamespaceURI(), nullValue()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[245] match.getVersionlessNamespaceURI(), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[247] match.getVersion(), nullValue()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[256] final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[256] final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[256] final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH; ^^^^^^^^ Discouraged access: The field 'ProfileNamespaceURIPatternMatchResult.NO_MATCH' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[258] assertThat("Pattern should not have matched.", !match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[260] match.getNamespaceURI(), nullValue()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[262] match.getVersionlessNamespaceURI(), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[264] match.getVersion(), nullValue()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[275] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[275] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[275] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[276] final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_A_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternComparison' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[276] final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_A_URI); ^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.compare(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[278] assertThat("Comparison should be valid.", comparison.isValid()); ^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isValid()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[279] assertThat("Same URI should be equal to itself (namespace URI).", comparison.isEqualNamespaceURI()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[280] assertThat("Same URI should be equal to itself (versionless URI).", comparison.isEqualVersionlessNamespaceURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[281] assertThat("Same URI should be equal to itself (version).", comparison.isEqualVersion()); ^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[290] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[290] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[290] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[291] final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_B_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternComparison' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[291] final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_B_URI); ^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.compare(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[293] assertThat("Comparison should be valid.", comparison.isValid()); ^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isValid()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[294] assertThat("Should not be the same namespace URI.", !comparison.isEqualNamespaceURI()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[295] assertThat("Should not be the same versionless URI.", !comparison.isEqualVersionlessNamespaceURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[296] assertThat("Should be the same version (no version).", comparison.isEqualVersion()); ^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[307] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[307] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[307] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[308] final ProfileNamespaceURIPatternComparison comparison = pattern.compare(SINGLE_VERSION_A7_URI, SINGLE_VERSION_A7_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternComparison' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[308] final ProfileNamespaceURIPatternComparison comparison = pattern.compare(SINGLE_VERSION_A7_URI, SINGLE_VERSION_A7_URI); ^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.compare(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[67] * Automated tests for the {@link StereotypeApplicationRepairSnippet} class and its dependencies. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StereotypeApplicationRepairSnippet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[86] private ZombieStereotypesDescriptor zombies; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[117] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[117] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[118] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[118] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[118] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[118] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[138] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[138] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[139] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[139] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[139] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[139] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[158] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[158] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[159] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[159] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[159] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[159] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getRepairAction(IAdaptable, IRepairAction.Kind)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE); ^^^^^^ Discouraged access: The field 'IRepairAction.Kind.DELETE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[176] assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[176] assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[176] assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[176] assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^ Discouraged access: The field 'IRepairAction.Kind.DELETE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[195] fixture.start(modelSet.getResourceSet()); ^^^^^ Discouraged access: The method 'StereotypeApplicationRepairSnippet.start(ModelSet)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[199] void repair(final IAdaptable schema, final IRepairAction action) { ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[205] zombies.repair(schema, action, null, null); ^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.repair(IAdaptable, IRepairAction, DiagnosticChain, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[215] Collection schemata = zombies.getZombieSchemas(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombieSchemas()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[271] static class MyStereotypeApplicationRepairSnippet extends StereotypeApplicationRepairSnippet { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StereotypeApplicationRepairSnippet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[274] super(); ^^^^^^^^ Discouraged access: The constructor 'StereotypeApplicationRepairSnippet()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[278] super(presenterFunction, dynamicProfileSupplier); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'StereotypeApplicationRepairSnippet(Function, Function)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[282] super(presenterFunction); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'StereotypeApplicationRepairSnippet(Function)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[287] protected ZombieStereotypesDescriptor getZombieStereotypes(Resource resource) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[288] return super.getZombieStereotypes(resource); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'StereotypeApplicationRepairSnippet.getZombieStereotypes(Resource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[293] protected ZombieStereotypesDescriptor getZombieStereotypes(Resource resource, Element root) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[294] return super.getZombieStereotypes(resource, root); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'StereotypeApplicationRepairSnippet.getZombieStereotypes(Resource, Element)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[300] return super.getRootUMLElement(resource); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'StereotypeApplicationRepairSnippet.getRootUMLElement(Resource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[306] return super.getAppliedDefinitions(profileApplications); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'StereotypeApplicationRepairSnippet.getAppliedDefinitions(Iterable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[57] import org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[58] import org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[82] * Specific bug regression tests for the {@link StereotypeApplicationRepairSnippet} class and its dependencies. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StereotypeApplicationRepairSnippet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[102] private ZombieStereotypesDescriptor zombies; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[132] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[132] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[133] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[133] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[133] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[133] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[161] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[161] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[162] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[162] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[162] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[162] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[215] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[215] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[216] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[216] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[216] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[216] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[283] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[283] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[284] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[284] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[284] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[284] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^ Discouraged access: The field 'IRepairAction.Kind.DELETE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[302] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[302] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[303] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[303] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[303] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[303] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^ Discouraged access: The field 'IRepairAction.Kind.DELETE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[343] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[343] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[344] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[344] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[344] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[344] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[376] Collection schemata = zombies.getZombieSchemas(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombieSchemas()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[387] Collection packageAzombies = zombies.getZombies(packageA.get()); ^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombies(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[390] Collection packageBzombies = zombies.getZombies(packageB.get()); ^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombies(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[397] * Tests that bug 496307 is resolved through {@link ProfileNamespaceURIPattern}s which provide a mechanism to ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[414] ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[414] ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[414] ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE; ^^^^^^^^ Discouraged access: The field 'ProfileNamespaceURIPatternRegistry.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[415] ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[415] ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[415] ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[419] registry.register(pattern); ^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternRegistry.register(ProfileNamespaceURIPattern)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[421] Collection schemata = zombies.getZombieSchemas(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombieSchemas()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[433] Collection packageAzombies = zombies.getZombies(packageA.get()); ^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombies(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[442] Collection packageBzombies = zombies.getZombies(packageB.get()); ^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombies(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[452] registry.unregister(pattern); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternRegistry.unregister(ProfileNamespaceURIPattern)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[470] if (next.isAnnotationPresent(Bug.class) && StereotypeApplicationRepairSnippet.class.isAssignableFrom(next.getReturnType())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StereotypeApplicationRepairSnippet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[486] fixture.start(modelSet.getResourceSet()); ^^^^^ Discouraged access: The method 'StereotypeApplicationRepairSnippet.start(ModelSet)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[569] void repair(final IAdaptable schema, final IRepairAction action) { ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[575] zombies.repair(schema, action, null, null); ^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.repair(IAdaptable, IRepairAction, DiagnosticChain, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[586] Collection schemata = zombies.getZombieSchemas(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombieSchemas()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[657] public void addZombies(ZombieStereotypesDescriptor zombies) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202112070336/org.eclipse.papyrus.uml.modelrepair-3.1.0.202112070336.jar') 204 problems (204 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/target/org.eclipse.papyrus.uml.modelrepair.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests >-- [INFO] Building org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT [74/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/modelelement/tests/UMLModelElementTest.java:[128] return new StrategyBasedContentProvider(new ProviderBasedBrowseStrategy(treeContent), ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy should be parameterized 26. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/ImageExpressionObservableValueTest.java (at line 23) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 27. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/ImportedPackageLocationObservableValueTest.java (at line 30) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 28. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/UnsettableStringObservableValueTest.java (at line 30) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 29. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/AppliedCommentsObservableListTest.java (at line 33) @SuppressWarnings({ "serial", "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 30. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/BasicObservableValueTest.java (at line 30) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 31. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/BasicObservableListTest.java (at line 33) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 31 problems (0 errors, 1 warning, 30 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/target/org.eclipse.papyrus.uml.properties.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests >-- [INFO] Building org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT [75/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreatePureUMLElementTest.java:[82] private static Class testClass; ^^^^^^^^^ The value of the field CreatePureUMLElementTest.testClass is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreatePureUMLElementTest.java:[84] private static Activity testActivityWithNode; ^^^^^^^^^^^^^^^^^^^^ The value of the field CreatePureUMLElementTest.testActivityWithNode is not used 8. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreateAssociationCompositeDirectedTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 8 problems (0 errors, 2 warnings, 6 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/target/org.eclipse.papyrus.uml.service.types.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests >-- [INFO] Building org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT [76/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/src/org/eclipse/papyrus/uml/service/types/ui/tests/creation/AbstractCreateRelationshipTest.java:[258] public void setInitialElementSelections(List selectedElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/src/org/eclipse/papyrus/uml/service/types/ui/tests/creation/CreateRelationshipTest.java:[777] public void setInitialElementSelections(List selectedElements) { ^^^^ List is a raw type. References to generic type List should be parameterized 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/target/org.eclipse.papyrus.uml.service.types.ui.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT [77/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.profile.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests >-- [INFO] Building org.eclipse.papyrus.uml.profile.drafter.tests 2.1.0-SNAPSHOT [78/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/src/org/eclipse/papyrus/uml/profile/drafter/tests/TracesRecorder.java:[96] public class TraceRecord { ^^ The type parameter T1 is hiding the type T1 [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/src/org/eclipse/papyrus/uml/profile/drafter/tests/TracesRecorder.java:[96] public class TraceRecord { ^^ The type parameter T2 is hiding the type T2 [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[6] import org.eclipse.jface.databinding.swt.SWTObservables; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[42] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[47] List models = (List) inputElement; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[47] List models = (List) inputElement; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[200] Realm.runWithDefault(SWTObservables.getRealm(Display.getDefault()), ^^^^^^^^^^^^^^ The type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[200] Realm.runWithDefault(SWTObservables.getRealm(Display.getDefault()), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRealm(Display) from the type SWTObservables is deprecated 8 problems (8 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/target/org.eclipse.papyrus.uml.profile.drafter.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests >--- [INFO] Building org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT [79/177] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/target/org.eclipse.papyrus.uml.filters.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests >--- [INFO] Building org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT [80/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/org/eclipse/papyrus/uml/profile/tests/DialogInteractionRule.java:[30] import org.eclipse.papyrus.uml.profile.service.ui.RefreshProfileDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RefreshProfileDialog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.profile/4.2.0.202112070336/org.eclipse.papyrus.uml.profile-4.2.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/org/eclipse/papyrus/uml/profile/tests/DialogInteractionRule.java:[149] RefreshProfileDialog dialog = findWindow(RefreshProfileDialog.class); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RefreshProfileDialog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.profile/4.2.0.202112070336/org.eclipse.papyrus.uml.profile-4.2.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/org/eclipse/papyrus/uml/profile/tests/DialogInteractionRule.java:[149] RefreshProfileDialog dialog = findWindow(RefreshProfileDialog.class); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RefreshProfileDialog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.profile/4.2.0.202112070336/org.eclipse.papyrus.uml.profile-4.2.0.202112070336.jar') 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/target/org.eclipse.papyrus.uml.profile.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature >------ [INFO] Building org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT [81/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] The project's OSGi version is 1.2.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/target/org.eclipse.papyrus.tests.uml.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests >-- [INFO] Building org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT [82/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/target/org.eclipse.papyrus.views.documentation.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature >----- [INFO] Building org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT [83/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.views.feature --- [INFO] The project's OSGi version is 1.2.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.views.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.views.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/target/org.eclipse.papyrus.tests.views.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.views.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature >-- [INFO] Building org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT [84/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] The project's OSGi version is 1.4.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/target/org.eclipse.papyrus.tests.infra.nattable.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.main.test >-- [INFO] Building org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT [85/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.main.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.main.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.main.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT [86/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/src/org/eclipse/papyrus/uml/nattable/tests/bugs/MoveElementInSynchronizedTableTest.java:[157] List nodes = new ArrayList((List) activity.eGet(UMLPackage.eINSTANCE.getActivity_OwnedNode())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/src/org/eclipse/papyrus/uml/nattable/tests/tests/UMLRestrictedContentProviderTestCustomProfile.java:[63] private Property basePropSte1; ^^^^^^^^^^^^ The value of the field UMLRestrictedContentProviderTestCustomProfile.basePropSte1 is not used 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/target/org.eclipse.papyrus.uml.nattable.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT [87/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/src/org/eclipse/papyrus/uml/nattable/generic/tests/bugs/FillColumnsSizeTest.java:[114] fillStyle.setName(NamedStyleConstants.FILL_COLUMNS_SIZE); ^^^^^^^^^^^^^^^^^ The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/target/org.eclipse.papyrus.uml.nattable.generic.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT [88/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Compiling 245 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/org/eclipse/papyrus/uml/nattable/clazz/config/tests/paste/tests/AbstractPasteWithCategoriesTests.java:[703] final INattableModelManager manager = this.editor.getAdapter(INattableModelManager.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/org/eclipse/papyrus/uml/nattable/clazz/config/tests/tests/AbstractOpenTableTest.java:[54] IPageManager pageManager = editor.getServicesRegistry().getService(IPageManager.class); ^^^^^^^^^^^ The value of the local variable pageManager is not used 3. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/org/eclipse/papyrus/uml/nattable/clazz/config/tests/bugs/UnsupportedColumnCellTextTest.java (at line 31) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/org/eclipse/papyrus/uml/nattable/clazz/config/tests/bugs/UnsupportedColumnCellTextTest.java:[57] Assert.assertEquals(ICellManager.NOT_AVALAIBLE, this.manager.getBodyLayerStack().getViewportLayer().getDataValueByPosition(1, 1)); ^^^^^^^^^^^^^ The field ICellManager.NOT_AVALAIBLE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/org/eclipse/papyrus/uml/nattable/clazz/config/tests/bugs/UnsupportedColumnCellTextTest.java:[58] Assert.assertEquals(ICellManager.NOT_AVALAIBLE, this.manager.getBodyLayerStack().getViewportLayer().getDataValueByPosition(1, 2)); ^^^^^^^^^^^^^ The field ICellManager.NOT_AVALAIBLE is deprecated 5 problems (0 errors, 4 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/target/org.eclipse.papyrus.uml.nattable.clazz.config.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT [89/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/target/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT [90/177] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/AbstractTableTest.java:[131] editorModel = TableHelper.createTable(tableConfiguration, tableContext, name, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createTable(TableConfiguration, EObject, String, String) from the type TableHelper is deprecated 2. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/DeleteObjectWrapperForSourceElementsTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 3. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/UpdateTableAfterEditingColumnSourceTest.java (at line 33) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/UpdateTableAfterEditingColumnSourceTest.java:[268] matrixManager.addColumnSources(Arrays.asList(packagesToAdd)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type NamedElement[] of the last argument to method asList(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/UpdateTableAfterEditingColumnSourceTest.java:[284] matrixManager.removeColumnSources(Arrays.asList(packagesToRemove)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type NamedElement[] of the last argument to method asList(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. 6. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/UpdateTableAfterEditingRowSourceTest.java (at line 35) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 7. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/UpdateMatrixAxisColumnTest.java (at line 40) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 7 problems (0 errors, 3 warnings, 4 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/target/org.eclipse.papyrus.uml.nattable.matrix.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT [91/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] The project's OSGi version is 1.3.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/target/org.eclipse.papyrus.tests.uml.nattable.feature-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature >----- [INFO] Building org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT [92/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] The project's OSGi version is 1.2.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/target/org.eclipse.papyrus.tests.infra.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature >-- [INFO] Building org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT [93/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] The project's OSGi version is 1.2.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/target/org.eclipse.papyrus.tests.infra.core.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT [94/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.tools.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.tools.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests >---- [INFO] Building org.eclipse.papyrus.uml.tools.tests 4.1.0-SNAPSHOT [95/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] The project's OSGi version is 4.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLCopyTestME.java:[27] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLReferenceConverterCompletionTest.java:[58] private static final String PACKAGE1_NAME_TO_DISPLAY = "Package1"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field UMLReferenceConverterCompletionTest.PACKAGE1_NAME_TO_DISPLAY is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/NamedElementValidatorTest.java:[105] houseKeeper.setField("fixture", new NamedElementValidator(toBeNamed)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, NamedElementValidator) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLReferenceConverterTest.java:[78] private Class class1 = null; ^^^^^^ The value of the field UMLReferenceConverterTest.class1 is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLReferenceConverterTest.java:[80] private Class class4 = null; ^^^^^^ The value of the field UMLReferenceConverterTest.class4 is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLLanguageProvidersTest.java:[32] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLLanguageProvidersTest.java:[76] JunkLanguage junk = AdapterUtils.adapt(modelSet.getResourceSet(), JunkLanguage.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLLanguageProvidersTest.java:[76] JunkLanguage junk = AdapterUtils.adapt(modelSet.getResourceSet(), JunkLanguage.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, UMLLanguageProvidersTest.JunkLanguage) from the type AdapterUtils is deprecated 9 problems (0 errors, 8 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/target/org.eclipse.papyrus.uml.tools.tests-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests >-- [INFO] Building org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT [96/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/src/org/eclipse/papyrus/uml/tools/utils/tests/tests/NameResolutionHelperTest.java:[55] List namedElements = nameResolutionHelper.getNamedElements(PACKAGE1_NAME + NamedElementUtil.QUALIFIED_NAME_SEPARATOR + PACKAGE2_NAME + NamedElementUtil.QUALIFIED_NAME_SEPARATOR + CLASS1_NAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNamedElements(String) from the type NameResolutionHelper is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/target/org.eclipse.papyrus.uml.tools.utils.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature >--- [INFO] Building org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT [97/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] The project's OSGi version is 1.2.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/target/org.eclipse.papyrus.tests.uml.tools.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT [98/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests >-- [INFO] Building org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT [99/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/src/org/eclipse/papyrus/uml/decoratormodel/controlmode/tests/AbstractDecoratorModelControlModeTest.java:[606] protected Set set(E... elements) { ^^^^^^^^ Type safety: Potential heap pollution via varargs parameter elements 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/target/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests >-- [INFO] Building org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT [100/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/AbstractProfileExternalizationTest.java:[484] protected Set set(E... elements) { ^^^^^^^^ Type safety: Potential heap pollution via varargs parameter elements [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[108] assertThat(profile, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Profile, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[109] assertThat(profile.eIsProxy(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[110] assertThat(profile.getURI(), is(ProfileExternalizationPackage.eNS_URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[116] assertThat(DecoratorModelUtils.getDecoratorPackages(getPackage2()), isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Iterable, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[121] assertThat(packages.size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[122] assertThat(packages.get(0).isProfileApplied(getTestProfile()), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[128] assertThat(DecoratorModelUtils.getDecoratorModelProfileApplications(getPackage2()), isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Iterable, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[133] assertThat(applications.size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[134] assertThat(applications.get(0).getAppliedProfile(), is(getTestProfile())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Profile, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[142] assertThat(applications.size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[143] assertThat(applications.get(getPackage2()), is(getTestProfile())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Profile, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[149] assertThat(DecoratorModelUtils.getDecoratorModelProfileApplications(getPackage2()), isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Iterable, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[154] assertThat(applied.size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[155] assertThat(applied.get(0), is(getTestProfile())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Profile, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[162] assertThat(DecoratorModelUtils.hasExternalizationProfile(getTestProfile()), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[163] assertThat(DecoratorModelUtils.hasExternalizationProfile((Package) decoratorModel.getContents().get(0)), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[173] assertThat(DecoratorModelUtils.isDecoratorModel(modelResource), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[174] assertThat(DecoratorModelUtils.isDecoratorModel(decoratorModel), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[181] assertThat(DecoratorModelUtils.isDecoratorModelFor(decoratorModel, getTestProfile().eResource()), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[182] assertThat(DecoratorModelUtils.isDecoratorModelFor(decoratorModel, modelResource), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[190] assertThat(uris.size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[191] assertThat(uris.get(0), is(modelResource.getURI())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(URI, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[197] assertThat(DecoratorModelUtils.isDecoratorModel(decorator), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[209] assertThat(DecoratorModelUtils.isDecoratorModel(decoratorModel.getURI()), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[213] assertThat(DecoratorModelUtils.isDecoratorModel(decorator), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[218] assertThat(DecoratorModelUtils.getLoadedDecoratorModels(modelResource), isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[222] assertThat(DecoratorModelUtils.getLoadedDecoratorModels(modelResource), is(Collections.singleton(decoratorModel.getURI()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[229] assertThat(DecoratorModelUtils.getUnloadedDecoratorModels(modelResource), is(Collections.singleton(uri))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[233] assertThat(DecoratorModelUtils.getUnloadedDecoratorModels(modelResource), isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[241] assertThat(get(unloaded, true), is(Collections.singleton(uri))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[247] assertThat(get(unloaded, false), isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[261] assertThat(get(unloaded, true), is(set(decorator2))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[266] assertThat(get(unloaded, false), is(set(decorator1, decorator2))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[274] assertThat(get(unloaded, true), is(set(uri))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[279] assertThat(get(unloaded, false), isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[285] assertThat(get(hasUnloaded, true), is(Boolean.TRUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[290] assertThat(get(hasUnloaded, false), is(Boolean.FALSE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[301] assertThat(get(hasUnloaded, true), is(Boolean.FALSE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[304] assertThat(get(hasUnloaded, false), is(Boolean.TRUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[309] assertThat(get(hasUnloaded, false), is(Boolean.FALSE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[315] assertThat(subUnits, isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[319] assertThat(subUnits, is(set(getPackage2()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[323] assertThat(subUnits, isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/PapyrusStereotypeApplicationHelperTest.java:[71] EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/PapyrusStereotypeApplicationHelperTest.java:[95] EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/PapyrusStereotypeApplicationHelperTest.java:[124] EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/PapyrusStereotypeApplicationHelperTest.java:[158] EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[36] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[79] EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get(); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[79] EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[100] EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get(); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[100] EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[121] EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get(); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[121] EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[144] houseKeeper.setField("zombies", snippet.getZombieStereotypes(decoratorModelResource)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ZombieStereotypesDescriptor) from the type AbstractHouseKeeperRule is deprecated 56 problems (56 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/target/org.eclipse.papyrus.uml.decoratormodel.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT [101/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] The project's OSGi version is 1.2.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/target/org.eclipse.papyrus.tests.uml.decoratormodel.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT [102/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests >-- [INFO] Building org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT [103/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/src/org/eclipse/papyrus/uml/textedit/parameter/tests/suites/ParameterGrammarTests.java:[21] import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/src/org/eclipse/papyrus/uml/textedit/parameter/tests/suites/ParameterGrammarTests.java:[125] public DefaultXtextDirectEditorConfiguration getEditor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/target/org.eclipse.papyrus.uml.textedit.parameter.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests >-- [INFO] Building org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT [104/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/src/org/eclipse/papyrus/uml/textedit/port/tests/suites/PortGrammarTests.java:[20] import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/src/org/eclipse/papyrus/uml/textedit/port/tests/suites/PortGrammarTests.java:[149] public DefaultXtextDirectEditorConfiguration getEditor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/target/org.eclipse.papyrus.uml.textedit.port.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests >-- [INFO] Building org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT [105/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/src/org/eclipse/papyrus/uml/textedit/property/tests/suites/PropertyGrammarTests.java:[19] import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/src/org/eclipse/papyrus/uml/textedit/property/tests/suites/PropertyGrammarTests.java:[142] public DefaultXtextDirectEditorConfiguration getEditor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/target/org.eclipse.papyrus.uml.textedit.property.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests >-- [INFO] Building org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT [106/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/org/eclipse/papyrus/uml/textedit/tests/editor/ConstraintWithCppPopupEditorConfiguration.java:[22] import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/org/eclipse/papyrus/uml/textedit/tests/editor/ConstraintWithCppPopupEditorConfiguration.java:[30] public class ConstraintWithCppPopupEditorConfiguration extends DefaultXtextDirectEditorConfiguration implements ICustomDirectEditorConfiguration { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/org/eclipse/papyrus/uml/textedit/tests/editor/ConstraintWithCppPopupEditorConfiguration.java:[33] super(); ^^^^^^^^ The constructor DefaultXtextDirectEditorConfiguration() is deprecated 4 problems (0 errors, 3 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/target/org.eclipse.papyrus.uml.textedit.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature >-- [INFO] Building org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT [107/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] The project's OSGi version is 1.2.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/target/org.eclipse.papyrus.uml.textedit.tests.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.assistants.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT [108/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.assistants.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.assistants.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.assistants.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests >-- [INFO] Building org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT [109/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/target/org.eclipse.papyrus.uml.profile.types.generator.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests >-- [INFO] Building org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT [110/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/target/org.eclipse.papyrus.uml.profile.assistants.generator.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT [111/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] The project's OSGi version is 1.2.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/target/org.eclipse.papyrus.tests.uml.assistants.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.tests.releng >-- [INFO] Building org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT [112/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT [113/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] The project's OSGi version is 1.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/target/org.eclipse.papyrus.toolsmiths.profilemigration.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT [114/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/src/org/eclipse/papyrus/toolsmiths/validation/profile/tests/ProfilePluginValidationTest.java:[18] import static org.eclipse.papyrus.junit.matchers.MoreMatchers.greaterThan; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.junit.matchers.MoreMatchers.greaterThan is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/src/org/eclipse/papyrus/toolsmiths/validation/profile/tests/ProfilePluginValidationTest.java:[34] import org.hamcrest.MatcherAssert; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.hamcrest.MatcherAssert is never used 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/target/org.eclipse.papyrus.toolsmiths.validation.profile.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.common.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT [115/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[28] import org.eclipse.papyrus.toolsmiths.validation.common.internal.utils.ProjectManagementUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202112070348/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202112070348.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[36] * Specific test cases for the {@link ProjectManagementUtils} class. ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202112070348/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202112070348.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[47] assertThat("UML file not found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(true)); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202112070348/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202112070348.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[47] assertThat("UML file not found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(true)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectManagementUtils.existFileFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202112070348/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202112070348.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[48] assertThat("Bogus file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "bogus", true), is(false)); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202112070348/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202112070348.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[48] assertThat("Bogus file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "bogus", true), is(false)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectManagementUtils.existFileFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202112070348/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202112070348.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[60] assertThat("UML file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(false)); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202112070348/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202112070348.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[60] assertThat("UML file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(false)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectManagementUtils.existFileFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202112070348/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202112070348.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[65] Collection files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202112070348/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202112070348.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[65] Collection files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectManagementUtils.getFilesFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202112070348/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202112070348.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[78] Collection files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202112070348/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202112070348.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[78] Collection files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectManagementUtils.getFilesFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202112070348/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202112070348.jar') 12 problems (12 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/target/org.eclipse.papyrus.toolsmiths.validation.common.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT [116/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.architecture.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT [117/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/target/org.eclipse.papyrus.toolsmiths.validation.architecture.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature >-- [INFO] Building org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT [118/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] The project's OSGi version is 1.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/target/org.eclipse.papyrus.tests.toolsmiths.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.tests.feature >-------- [INFO] Building org.eclipse.papyrus.tests.feature 2.0.0-SNAPSHOT [119/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.feature --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/target/org.eclipse.papyrus.tests.feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.main.tests >-- [INFO] Building org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT [120/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.main.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.expressions.main.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/expressions/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.emf.expressions.main.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests >-- [INFO] Building org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT [121/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/target/org.eclipse.papyrus.infra.emf.expressions.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature >-- [INFO] Building org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT [122/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] The project's OSGi version is 1.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/target/org.eclipse.papyrus.tests.infra.emf.expressions.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.main.test >-- [INFO] Building org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT [123/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.main.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.internationalization.main.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/internationalization/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.internationalization.main.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests >-- [INFO] Building org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT [124/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/target/org.eclipse.papyrus.infra.internationalization.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature >-- [INFO] Building org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT [125/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] The project's OSGi version is 1.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/target/org.eclipse.papyrus.tests.infra.internationalization.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT [126/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.expressions.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/expressions/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.expressions.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests >-- [INFO] Building org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT [127/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/org/eclipse/papyrus/uml/expressions/tests/IsKindOfStereotypeExpressionTests.java:[54] private final String ELEMENT_CHILD_STEREOTYPE_QUALIFIED_NAME = "RootElement::AChildNiceStereotypeForElement"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field IsKindOfStereotypeExpressionTests.ELEMENT_CHILD_STEREOTYPE_QUALIFIED_NAME is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/org/eclipse/papyrus/uml/expressions/tests/SingleStereotypeAttributeEqualityExpressionTests.java:[48] private Class notStereotypedClass; ^^^^^^^^^^^^^^^^^^^ The value of the field SingleStereotypeAttributeEqualityExpressionTests.notStereotypedClass is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/org/eclipse/papyrus/uml/expressions/tests/SingleStereotypeAttributeEqualityExpressionTests.java:[50] private final String PROFILE_URI = "papyrusExpressionProfile"; //$NON-NLS-1$ ^^^^^^^^^^^ The value of the field SingleStereotypeAttributeEqualityExpressionTests.PROFILE_URI is not used 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/target/org.eclipse.papyrus.uml.expressions.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT [128/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] The project's OSGi version is 1.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/target/org.eclipse.papyrus.tests.uml.expressions.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.siriusdiag.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.siriusdiag.tests.releng 0.0.1-SNAPSHOT [129/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.siriusdiag.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.siriusdiag.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.siriusdiag.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.siriusdiag.clazz.tests >-- [INFO] Building org.eclipse.papyrus.uml.siriusdiag.clazz.tests 1.0.0-SNAPSHOT [130/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.siriusdiag.clazz.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.siriusdiag.clazz.tests --- [INFO] The project's OSGi version is 1.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.siriusdiag.clazz.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.siriusdiag.clazz.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.siriusdiag.clazz.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.siriusdiag.clazz.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.siriusdiag.clazz.tests --- [INFO] Compiling 86 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/edges/Edge_Generalization_DeleteSemanticTest.java:[25] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/edges/Edge_Generalization_DeleteSemanticTest.java:[28] import org.eclipse.uml2.uml.internal.impl.ClassImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.uml2.uml/5.5.0.v20210228-1829/org.eclipse.uml2.uml-5.5.0.v20210228-1829.jar') 3. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/edges/Edge_Generalization_DeleteSemanticTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 4. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/diagram/CreateDiagramTest.java (at line 20) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Dependency_CreationTest.java:[27] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 6. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Dependency_CreationTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_AssociationClass_CreationTest.java:[29] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 8. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_AssociationClass_CreationTest.java (at line 39) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 9. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/subNodes/SubNode_PropertyToClass_DropTest.java (at line 41) @SuppressWarnings({ "nls", "restriction" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 10. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_Model_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_CompositeAssociation_CreationTest.java:[27] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 12. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_CompositeAssociation_CreationTest.java (at line 39) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 13. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_Signal_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 14. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/Component_TopNode_DropTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/nodes/TopNode_Comment_DeleteSemanticTest.java:[25] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 16. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/nodes/TopNode_Comment_DeleteSemanticTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/nodes/TopNode_PackageWithSubNodes_DeleteSemanticTest.java:[27] import org.eclipse.uml2.uml.internal.impl.PackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.uml2.uml/5.5.0.v20210228-1829/org.eclipse.uml2.uml-5.5.0.v20210228-1829.jar') 18. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/nodes/TopNode_PackageWithSubNodes_DeleteSemanticTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 19. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/nodes/TopNode_PackageWithSubNodes_DeleteSemanticTest.java (at line 50) @SuppressWarnings({ "restriction", "unused" }) ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 20. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/Enumeration_TopNode_DropTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/Enumeration_TopNode_DropTest.java:[47] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") 22. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/Model_TopNode_DropTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/nodes/TopNode_DataType_DeleteViewTest.java:[31] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeContainerSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeContainerSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/nodes/TopNode_DataType_DeleteViewTest.java:[32] import org.eclipse.sirius.diagram.ui.internal.edit.parts.DNodeContainerEditPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeContainerEditPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram.ui/6.4.2.202103091337/org.eclipse.sirius.diagram.ui-6.4.2.202103091337.jar') 25. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/nodes/TopNode_DataType_DeleteViewTest.java (at line 44) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 26. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/Class_TopNode_DropTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 27. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_InstanceSpecification_CreationTest.java (at line 35) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_InstanceSpecification_CreationTest.java:[47] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_InstanceSpecification_CreationTest.java:[62] DDiagram diagramRespresentation = (DDiagram) diagram.getElement(); ^^^^^^^^^^^^^^^^^^^^^^ The value of the local variable diagramRespresentation is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_InstanceSpecification_CreationTest.java:[63] EdgeTarget edgeSource = (EdgeTarget) ((View) diagram.getChildren().get(0)).getElement(); ^^^^^^^^^^ The value of the local variable edgeSource is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_InstanceSpecification_CreationTest.java:[64] EdgeTarget edgeTarget = (EdgeTarget) ((View) diagram.getChildren().get(1)).getElement(); ^^^^^^^^^^ The value of the local variable edgeTarget is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/nodes/TopNode_DurationObservation_DeleteViewTest.java:[30] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeContainerSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeContainerSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/nodes/TopNode_DurationObservation_DeleteViewTest.java:[31] import org.eclipse.sirius.diagram.ui.internal.edit.parts.DNodeContainerEditPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeContainerEditPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram.ui/6.4.2.202103091337/org.eclipse.sirius.diagram.ui-6.4.2.202103091337.jar') 34. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/nodes/TopNode_DurationObservation_DeleteViewTest.java (at line 43) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 35. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/nodes/TopNode_DataType_DeleteSemanticTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/Constraint_TopNode_DropTest.java:[26] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 37. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/Constraint_TopNode_DropTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 38. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/TimeObservation_TopNode_DropTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/TimeObservation_TopNode_DropTest.java:[47] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") 40. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_Interface_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/nodes/TopNode_Comment_DeleteViewTest.java:[30] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/nodes/TopNode_Comment_DeleteViewTest.java:[31] import org.eclipse.sirius.diagram.ui.internal.edit.parts.DNodeEditPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeEditPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram.ui/6.4.2.202103091337/org.eclipse.sirius.diagram.ui-6.4.2.202103091337.jar') 43. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/nodes/TopNode_Comment_DeleteViewTest.java (at line 43) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Association_CreationTest.java:[28] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 45. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Association_CreationTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 46. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/subNodes/SubNode_Operation_CreationTest.java (at line 39) @SuppressWarnings({ "nls", "restriction" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 47. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_InstanceSpecification_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 48. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_TimeObservation_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_Constraint_CreationTest.java:[26] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 50. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_Constraint_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 51. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/Interface_TopNode_DropTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/Interface_TopNode_DropTest.java:[47] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Generalization_CreationTest.java:[27] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 54. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Generalization_CreationTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 55. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/DataType_TopNode_DropTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Usage_CreationTest.java:[27] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 57. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Usage_CreationTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/InformationItem_TopNode_DropTest.java:[26] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 59. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/InformationItem_TopNode_DropTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/edges/Edge_Abstraction_DeleteSemanticTest.java:[25] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 61. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/edges/Edge_Abstraction_DeleteSemanticTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/nodes/TopNode_DurationObservation_DeleteSemanticTest.java:[25] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeContainerSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeContainerSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 63. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/nodes/TopNode_DurationObservation_DeleteSemanticTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 64. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/subNodes/SubNode_OperationToClass_DropTest.java (at line 41) @SuppressWarnings({ "nls", "restriction" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/edges/Edge_InformationFlow_DeleteViewTest.java:[30] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/edges/Edge_InformationFlow_DeleteViewTest.java:[31] import org.eclipse.sirius.diagram.ui.internal.edit.parts.DEdgeEditPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeEditPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram.ui/6.4.2.202103091337/org.eclipse.sirius.diagram.ui-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/edges/Edge_InformationFlow_DeleteViewTest.java:[34] import org.eclipse.uml2.uml.internal.impl.PackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.uml2.uml/5.5.0.v20210228-1829/org.eclipse.uml2.uml-5.5.0.v20210228-1829.jar') 68. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/edges/Edge_InformationFlow_DeleteViewTest.java (at line 44) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/subNodes/SubNode_PackageToModel_CreationTest.java:[29] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeContainerSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeContainerSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 70. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/subNodes/SubNode_PackageToModel_CreationTest.java (at line 39) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 71. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/Signal_TopNode_DropTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/Signal_TopNode_DropTest.java:[47] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") 73. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_Component_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 74. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/InstanceSpecification_TopNode_DropTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/InstanceSpecification_TopNode_DropTest.java:[47] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") 76. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/Package_TopNode_DropTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Substitution_CreationTest.java:[27] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 78. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Substitution_CreationTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_Comment_CreationTest.java:[26] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 80. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_Comment_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Realization_CreationTest.java:[27] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 82. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Realization_CreationTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 83. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_DurationObservation_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/edges/Edge_Dependency_DeleteViewTest.java:[30] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/edges/Edge_Dependency_DeleteViewTest.java:[31] import org.eclipse.sirius.diagram.ui.internal.edit.parts.DEdgeEditPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeEditPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram.ui/6.4.2.202103091337/org.eclipse.sirius.diagram.ui-6.4.2.202103091337.jar') 86. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/edges/Edge_Dependency_DeleteViewTest.java (at line 43) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/diagram/AbstractDiagramCreationTests.java:[28] import org.eclipse.papyrus.infra.siriusdiag.ui.internal.sessions.SiriusConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SiriusConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.siriusdiag.ui/1.0.0.202112070336/org.eclipse.papyrus.infra.siriusdiag.ui-1.0.0.202112070336.jar') 88. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/diagram/AbstractDiagramCreationTests.java (at line 41) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/diagram/AbstractDiagramCreationTests.java:[62] if (SiriusConstants.SIRIUS_DIAGRAM_MODEL_FILE_EXTENSION.equals(current.getURI().fileExtension())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SiriusConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.siriusdiag.ui/1.0.0.202112070336/org.eclipse.papyrus.infra.siriusdiag.ui-1.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/diagram/AbstractDiagramCreationTests.java:[62] if (SiriusConstants.SIRIUS_DIAGRAM_MODEL_FILE_EXTENSION.equals(current.getURI().fileExtension())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'SiriusConstants.SIRIUS_DIAGRAM_MODEL_FILE_EXTENSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.siriusdiag.ui/1.0.0.202112070336/org.eclipse.papyrus.infra.siriusdiag.ui-1.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/diagram/AbstractDiagramCreationTests.java:[133] String toto = current.getImplementation(); ^^^^ The value of the local variable toto is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/edges/Edge_Dependency_DeleteSemanticTest.java:[25] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 93. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/edges/Edge_Dependency_DeleteSemanticTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/nodes/TopNode_PackageWithSubNodes_DeleteViewTest.java:[27] import org.eclipse.uml2.uml.internal.impl.PackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.uml2.uml/5.5.0.v20210228-1829/org.eclipse.uml2.uml-5.5.0.v20210228-1829.jar') 95. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/nodes/TopNode_PackageWithSubNodes_DeleteViewTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Abstraction_CreationTest.java:[28] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 97. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Abstraction_CreationTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 98. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/subNodes/SubNode_Property_CreationTest.java (at line 39) @SuppressWarnings({ "nls", "restriction" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 99. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_Package_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_InformationFlow_CreationTest.java:[27] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 101. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_InformationFlow_CreationTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/subNodes/SubNode_ClassToPackage_DropTest.java:[29] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeContainerSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeContainerSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/subNodes/SubNode_ClassToPackage_DropTest.java:[32] import org.eclipse.uml2.uml.internal.impl.PackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.uml2.uml/5.5.0.v20210228-1829/org.eclipse.uml2.uml-5.5.0.v20210228-1829.jar') 104. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/subNodes/SubNode_ClassToPackage_DropTest.java (at line 42) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_SharedAssociation_CreationTest.java:[27] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 106. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_SharedAssociation_CreationTest.java (at line 39) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_InformationItem_CreationTest.java:[26] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 108. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_InformationItem_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/nodes/TopNode_Class_DeleteViewTest.java:[31] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeContainerSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeContainerSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/nodes/TopNode_Class_DeleteViewTest.java:[32] import org.eclipse.sirius.diagram.ui.internal.edit.parts.DNodeContainerEditPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeContainerEditPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram.ui/6.4.2.202103091337/org.eclipse.sirius.diagram.ui-6.4.2.202103091337.jar') 111. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/nodes/TopNode_Class_DeleteViewTest.java (at line 44) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_PackageImport_CreationTest.java:[27] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 113. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_PackageImport_CreationTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/subNodes/SubNode_ClassToPackage_CreationTest.java:[29] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeContainerSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeContainerSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 115. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/subNodes/SubNode_ClassToPackage_CreationTest.java (at line 39) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 116. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/nodes/TopNode_Class_DeleteSemanticTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 117. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/PrimitiveType_TopNode_DropTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/PrimitiveType_TopNode_DropTest.java:[47] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") 119. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_PrimitiveType_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_ElementImport_CreationTest.java:[28] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_ElementImport_CreationTest.java:[31] import org.eclipse.uml2.uml.internal.impl.ClassImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.uml2.uml/5.5.0.v20210228-1829/org.eclipse.uml2.uml-5.5.0.v20210228-1829.jar') 122. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_ElementImport_CreationTest.java (at line 41) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 123. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/subNodes/SubNode_PackageToModel_DropTest.java (at line 42) @SuppressWarnings({ "nls", "restriction" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 124. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/DurationObservation_TopNode_DropTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/DurationObservation_TopNode_DropTest.java:[47] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_GeneralizationSet_CreationTest.java:[27] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 127. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_GeneralizationSet_CreationTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 128. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_Class_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 129. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_Enumeration_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Containment_CreationTest.java:[28] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Containment_CreationTest.java:[30] import org.eclipse.uml2.uml.internal.impl.ClassImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.uml2.uml/5.5.0.v20210228-1829/org.eclipse.uml2.uml-5.5.0.v20210228-1829.jar') 132. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Containment_CreationTest.java (at line 40) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Link_CreationTest.java:[27] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Link_CreationTest.java:[28] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 135. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_Link_CreationTest.java (at line 40) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/edges/Edge_Generalization_DeleteViewTest.java:[30] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/edges/Edge_Generalization_DeleteViewTest.java:[31] import org.eclipse.sirius.diagram.ui.internal.edit.parts.DEdgeEditPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeEditPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram.ui/6.4.2.202103091337/org.eclipse.sirius.diagram.ui-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/edges/Edge_Generalization_DeleteViewTest.java:[34] import org.eclipse.uml2.uml.internal.impl.ClassImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ClassImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.uml2.uml/5.5.0.v20210228-1829/org.eclipse.uml2.uml-5.5.0.v20210228-1829.jar') 139. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/edges/Edge_Generalization_DeleteViewTest.java (at line 44) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 140. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/topNodes/TopNode_DataType_CreationTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/Comment_TopNode_DropTest.java:[26] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DNodeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DNodeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 142. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/drop/topNodes/Comment_TopNode_DropTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_PackageMerge_CreationTest.java:[27] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 144. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_PackageMerge_CreationTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_InterfaceRealization_CreationTest.java:[27] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') 146. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/creation/edges/Edge_InterfaceRealization_CreationTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/edges/Edge_Abstraction_DeleteViewTest.java:[30] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/edges/Edge_Abstraction_DeleteViewTest.java:[31] import org.eclipse.sirius.diagram.ui.internal.edit.parts.DEdgeEditPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeEditPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram.ui/6.4.2.202103091337/org.eclipse.sirius.diagram.ui-6.4.2.202103091337.jar') 149. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/view/edges/Edge_Abstraction_DeleteViewTest.java (at line 43) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/edges/Edge_InformationFlow_DeleteSemanticTest.java:[25] import org.eclipse.sirius.diagram.business.internal.metamodel.spec.DEdgeSpec; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DEdgeSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram/6.4.2.202103091337/org.eclipse.sirius.diagram-6.4.2.202103091337.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/edges/Edge_InformationFlow_DeleteSemanticTest.java:[28] import org.eclipse.uml2.uml.internal.impl.PackageImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.uml2.uml/5.5.0.v20210228-1829/org.eclipse.uml2.uml-5.5.0.v20210228-1829.jar') 152. INFO in /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/org/eclipse/papyrus/uml/siriusdiag/clazz/tests/delete/semantic/edges/Edge_InformationFlow_DeleteSemanticTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 152 problems (0 errors, 74 warnings, 78 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.siriusdiag.clazz.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.siriusdiag.clazz.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.siriusdiag.clazz.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.clazz.tests/target/org.eclipse.papyrus.uml.siriusdiag.clazz.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.siriusdiag.clazz.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.siriusdiag.clazz.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.siriusdiag.clazz.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.siriusdiag.sequence.tests >-- [INFO] Building org.eclipse.papyrus.uml.siriusdiag.sequence.tests 1.0.0-SNAPSHOT [131/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.siriusdiag.sequence.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.siriusdiag.sequence.tests --- [INFO] The project's OSGi version is 1.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.siriusdiag.sequence.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.siriusdiag.sequence.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.siriusdiag.sequence.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.sequence.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.siriusdiag.sequence.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.sequence.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.siriusdiag.sequence.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.siriusdiag.sequence.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.sequence.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.siriusdiag.sequence.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.siriusdiag.sequence.tests --- Dec 07, 2021 5:39:56 AM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Bundle-RequiredExecutionEnvironment. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.sequence.tests/target/org.eclipse.papyrus.uml.siriusdiag.sequence.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.siriusdiag.sequence.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.siriusdiag.sequence.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.siriusdiag.sequence.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.siriusdiag.statemachine.tests >-- [INFO] Building org.eclipse.papyrus.uml.siriusdiag.statemachine.tests 1.0.0-SNAPSHOT [132/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.siriusdiag.statemachine.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.siriusdiag.statemachine.tests --- [INFO] The project's OSGi version is 1.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.siriusdiag.statemachine.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.siriusdiag.statemachine.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.siriusdiag.statemachine.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.statemachine.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.siriusdiag.statemachine.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.statemachine.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.siriusdiag.statemachine.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.statemachine.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.siriusdiag.statemachine.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.statemachine.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.siriusdiag.statemachine.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.siriusdiag.statemachine.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/siriusdiag/org.eclipse.papyrus.uml.siriusdiag.statemachine.tests/target/org.eclipse.papyrus.uml.siriusdiag.statemachine.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.siriusdiag.statemachine.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.siriusdiag.statemachine.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.siriusdiag.statemachine.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.siriusdiag.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.siriusdiag.feature 1.0.0-SNAPSHOT [133/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.siriusdiag.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.siriusdiag.feature --- [INFO] The project's OSGi version is 1.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.siriusdiag.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.siriusdiag.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.siriusdiag.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.siriusdiag.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.siriusdiag.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.siriusdiag.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.siriusdiag.feature/target/org.eclipse.papyrus.tests.uml.siriusdiag.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.siriusdiag.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.siriusdiag.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.siriusdiag.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.main.test >-- [INFO] Building org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT [134/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.main.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.main.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.internationalization.main.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests >-- [INFO] Building org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT [135/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/target/org.eclipse.papyrus.uml.internationalization.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests >-- [INFO] Building org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT [136/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] The project's OSGi version is 2.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/target/org.eclipse.papyrus.uml.internationalization.controlmode.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT [137/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] The project's OSGi version is 1.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/target/org.eclipse.papyrus.tests.uml.internationalization.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests >----- [INFO] Building org.eclipse.papyrus.uml.alf.tests 2.0.0-SNAPSHOT [138/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- xtend-maven-plugin:2.25.0.M1:compile (default) @ org.eclipse.papyrus.uml.alf.tests --- WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/com/google/inject/guice/3.0/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [WARNING] WARNING: SingleTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SingleTest.xtend 24: The type InjectWith is deprecated [WARNING] WARNING: SingleTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SingleTest.xtend 25: The type XtextRunner is deprecated [WARNING] WARNING: SingleTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SingleTest.xtend 38: The type XtextRunner is deprecated [WARNING] WARNING: GenerationTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/generator/GenerationTest.xtend 25: The type XtextRunner is deprecated [WARNING] WARNING: GenerationTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/generator/GenerationTest.xtend 33: The type XtextRunner is deprecated [WARNING] WARNING: GenerationTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/generator/GenerationTest.xtend 69: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: MappingTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MappingTest.xtend 23: The type XtextRunner is deprecated [WARNING] WARNING: MappingTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MappingTest.xtend 32: The type XtextRunner is deprecated [WARNING] WARNING: MappingTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MappingTest.xtend 54: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: Parse.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/Parse.xtend 57: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: SemanticTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SemanticTest.xtend 24: The type InjectWith is deprecated [WARNING] WARNING: SemanticTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SemanticTest.xtend 25: The type XtextRunner is deprecated [WARNING] WARNING: SemanticTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SemanticTest.xtend 38: The type XtextRunner is deprecated [WARNING] WARNING: ParserTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/ParserTest.xtend 57: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: ParserTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/ParserTest.xtend 62: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: ParserTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/ParserTest.xtend 83: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: ParserTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/ParserTest.xtend 85: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: SyntacticTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SyntacticTest.xtend 23: The type InjectWith is deprecated [WARNING] WARNING: SyntacticTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SyntacticTest.xtend 24: The type XtextRunner is deprecated [WARNING] WARNING: SyntacticTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SyntacticTest.xtend 37: The type XtextRunner is deprecated [WARNING] WARNING: MergeTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MergeTest.xtend 37: The type XtextRunner is deprecated [WARNING] WARNING: MergeTest.xtend - /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MergeTest.xtend 45: The type XtextRunner is deprecated [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/AlfCompiler.java:[26] import org.eclipse.papyrus.uml.alf.tests.mapper.AlfMapper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.uml.alf.tests.mapper.AlfMapper is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/CompilerTests.java:[31] import org.eclipse.papyrus.uml.alf.tests.mapper.AlfCompiler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.uml.alf.tests.mapper.AlfCompiler is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/CompilerTests.java:[64] import org.eclipse.xtext.junit4.XtextRunner; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type XtextRunner is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/CompilerTests.java:[70] @RunWith(XtextRunner.class) ^^^^^^^^^^^ The type XtextRunner is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfUiInjectorProvider.java:[6] import org.eclipse.xtext.junit4.IInjectorProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IInjectorProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfUiInjectorProvider.java:[10] public class AlfUiInjectorProvider implements IInjectorProvider { ^^^^^^^^^^^^^^^^^ The type IInjectorProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/generator/AlfGenerator.java:[49] static final private SaveOptions options = SaveOptions.newBuilder().format().noValidation().getOptions(); ^^^^^^^^^^^^^^ The method noValidation() from the type SaveOptions.Builder is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[6] import org.eclipse.xtext.junit4.GlobalRegistries; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type GlobalRegistries is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[7] import org.eclipse.xtext.junit4.GlobalRegistries.GlobalStateMemento; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type GlobalRegistries.GlobalStateMemento is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[8] import org.eclipse.xtext.junit4.IInjectorProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IInjectorProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[9] import org.eclipse.xtext.junit4.IRegistryConfigurator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IRegistryConfigurator is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[13] public class AlfInjectorProvider implements IInjectorProvider, IRegistryConfigurator { ^^^^^^^^^^^^^^^^^ The type IInjectorProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[13] public class AlfInjectorProvider implements IInjectorProvider, IRegistryConfigurator { ^^^^^^^^^^^^^^^^^^^^^ The type IRegistryConfigurator is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[15] protected GlobalStateMemento stateBeforeInjectorCreation; ^^^^^^^^^^^^^^^^^^ The type GlobalRegistries.GlobalStateMemento is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[16] protected GlobalStateMemento stateAfterInjectorCreation; ^^^^^^^^^^^^^^^^^^ The type GlobalRegistries.GlobalStateMemento is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[20] GlobalRegistries.initializeDefaults(); ^^^^^^^^^^^^^^^^ The type GlobalRegistries is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[20] GlobalRegistries.initializeDefaults(); ^^^^^^^^^^^^^^^^^^^^ The method initializeDefaults() from the type GlobalRegistries is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[26] stateBeforeInjectorCreation = GlobalRegistries.makeCopyOfGlobalState(); ^^^^^^^^^^^^^^^^ The type GlobalRegistries is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[26] stateBeforeInjectorCreation = GlobalRegistries.makeCopyOfGlobalState(); ^^^^^^^^^^^^^^^^^^^^^^^ The method makeCopyOfGlobalState() from the type GlobalRegistries is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[28] stateAfterInjectorCreation = GlobalRegistries.makeCopyOfGlobalState(); ^^^^^^^^^^^^^^^^ The type GlobalRegistries is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[28] stateAfterInjectorCreation = GlobalRegistries.makeCopyOfGlobalState(); ^^^^^^^^^^^^^^^^^^^^^^^ The method makeCopyOfGlobalState() from the type GlobalRegistries is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[38] stateBeforeInjectorCreation.restoreGlobalState(); ^^^^^^^^^^^^^^^^^^^^ The method restoreGlobalState() from the type GlobalRegistries.GlobalStateMemento is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[43] stateAfterInjectorCreation.restoreGlobalState(); ^^^^^^^^^^^^^^^^^^^^ The method restoreGlobalState() from the type GlobalRegistries.GlobalStateMemento is deprecated 23 problems (23 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/target/org.eclipse.papyrus.uml.alf.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature >---- [INFO] Building org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT [139/177] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] The project's OSGi version is 1.2.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/target/org.eclipse.papyrus.uml.alf.tests.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.tests.features >------- [INFO] Building Papyrus Tests Features 0.0.1-SNAPSHOT [140/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.features --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.features --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/features/papyrus-tests-features/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.features --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests >-- [INFO] Building org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT [141/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] The project's OSGi version is 1.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/org.eclipse.papyrus.developer.suite.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.developer.suite.tests.AllTests Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.505 s - in org.eclipse.papyrus.developer.suite.tests.AllTests uml2umlDependencyVersionTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.04 s batikDependencyVersionTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.009 s aboutTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.051 s guavaDependencyVersionTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.008 s vendorTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.004 s javaVersionTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.045 s checkPapyrusEMFPluginDependency(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.003 s glazedListDependencyVersionTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.008 s pluginIDTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.99 s checkPapyrusEMFUIPluginDependency(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.001 s incubationTest(org.eclipse.papyrus.bundles.tests.BundlesTests) skipped importPackage(org.eclipse.papyrus.bundles.tests.BundlesTests) skipped natTableDependencyVersionTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.065 s Results: Tests run: 13, Failures: 0, Errors: 0, Skipped: 2 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.developer.suite.tests' with 0 classes [INFO] [INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.bundles.tests >----- [INFO] Building org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT [142/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.bundles.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.bundles.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/bundlestests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.bundles.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests >-- [INFO] Building org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT [143/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] The project's OSGi version is 3.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[56] assertThat(fixture.getEditor().exists(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[60] assertThat(fixture.getEditor().exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[62] assertThat(fixture.slurp("plugin.xml"), hasItem(containsString(""))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[70] assertThat(fixture.slurp("plugin.xml"), hasItem(containsString("point=\"org.eclipse.foo\""))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[83] assertThat(extension, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Element, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[84] assertThat(extension.getNodeName(), is("extension")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[85] assertThat(extension.getAttribute("point"), is("org.eclipse.foo")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[94] assertThat(fixture.slurp("plugin.xml"), hasItem(containsString("id=\"org.eclipse.papyrus.foo.test\""))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[100] assertThat(fixture.getEditor().getMissingFiles(), hasItem("plugin.xml")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[106] assertThat(fixture.getEditor().getMissingNature(), hasItem(IPluginProjectEditor.PLUGIN_NATURE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[109] assertThat(fixture.getEditor().getMissingNature(), not(hasItem(anything()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[112] assertThat(fixture.slurp(".project"), hasItem(containsString(IPluginProjectEditor.PLUGIN_NATURE))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[118] assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem(IPluginProjectEditor.PLUGIN_BUILD_COMMAND)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[121] assertThat(fixture.getEditor().getMissingBuildCommand(), not(hasItem(anything()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[124] assertThat(fixture.slurp(".project"), hasItem(containsString(IPluginProjectEditor.PLUGIN_BUILD_COMMAND))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[58] assertThat(fixture.getEditor().getMissingFiles(), hasItem("feature.xml")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[64] assertThat(fixture.getEditor().getMissingNature(), hasItem("org.eclipse.pde.FeatureNature")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[67] assertThat(fixture.getEditor().getMissingNature(), not(hasItem(anything()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[70] assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.pde.FeatureNature"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[76] assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem("org.eclipse.pde.FeatureBuilder")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[79] assertThat(fixture.getEditor().getMissingBuildCommand(), not(hasItem(anything()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[82] assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.pde.FeatureBuilder"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[92] assertThat(manifest.getAttributes().getLength(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[93] assertThat(manifest.getTextContent().trim(), is("")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[99] assertThat(fixture.getEditor().getId(), is("org.eclipse.papyrus.extra.umlrt.feature")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[105] assertThat(fixture.getEditor().getLabel(), is("Papyrus RT")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[111] assertThat(fixture.getEditor().getVersion(), is("1.2.0.qualifier")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[117] assertThat(fixture.getEditor().getProviderName(), is("Papyrus Project")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[123] assertThat(fixture.getEditor().getOS(), is("macosx")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[129] assertThat(fixture.getEditor().getWS(), is("cocoa,carbon")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[135] assertThat(fixture.getEditor().getNL(), is("en_CA")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[141] assertThat(fixture.getEditor().getArch(), is("x86_64,ppc")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[147] assertThat(fixture.getEditor().getDescriptionText(), containsString("UML for Real-Time")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[153] assertThat(fixture.getEditor().getDescriptionURL(), is("http://localhost/description.html")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[159] assertThat(fixture.getEditor().getCopyrightText(), containsString("2013 CEA LIST")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[165] assertThat(fixture.getEditor().getCopyrightURL(), is("http://www.eclipse.org/legal/epl-2.0")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[171] assertThat(fixture.getEditor().getLicenseText(), containsString("%license")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[177] assertThat(fixture.getEditor().getLicenseURL(), is("http://localhost/license.html")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[190] assertThat(getManifest().getAttribute(name), is(value)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[247] assertThat(description.getAttribute("url"), is(url)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[248] assertThat(description.getTextContent(), is(text)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[274] assertThat(discovery.getAttribute("label"), is("Get stuff here")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[275] assertThat(discovery.getAttribute("url"), is("http:///update")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[285] assertThat(plugin.getAttribute("version"), is("0.0.0")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[286] assertThat(plugin.getAttribute("download-size"), is("0")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[287] assertThat(plugin.getAttribute("install-size"), is("0")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[288] assertThat(plugin.getAttribute("unpack"), is("false")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[299] assertThat(feature.getAttribute("version"), is("0.7.0")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[320] assertThat(feature.getAttribute("version"), is("0.0.0")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[371] .peek(e -> assertThat("not exactly one " + name, ++count[0], is(1))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[74] assertThat(one(manifest, "org.eclipse.jface"), not(containsString(";"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[77] assertThat(one(manifest, "org.eclipse.ui"), containsString(";bundle-version=\"3.6.0\"")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[97] assertThat(one(manifest, "org.eclipse.jface"), containsString(";bundle-version=\"3.10.0\"")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[100] assertThat(one(manifest, "org.eclipse.core.resources"), both(containsString(";bundle-version=\"3.6.0\"")).and( containsString(";visibility:=reexport"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[105] assertThat(one(manifest, "org.eclipse.ui"), both(containsString(";bundle-version=\"[3.2.0,4.0.0)\"")).and( not(containsString(";bundle-version=\"3.6.0\"")))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[113] assertThat(fixture.getEditor().hasDependency("org.eclipse.jface"), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[114] assertThat(fixture.getEditor().hasDependency("org.eclipse.ui"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[115] assertThat(fixture.getEditor().hasDependency("org.eclipse.core.resources"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[129] assertThat(one(manifest, "Eclipse-LazyStart"), is("Eclipse-LazyStart: true")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[130] assertThat(one(manifest, "Bundle-Localization"), is("Bundle-Localization: OSGI-INF/l10n/bundle")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[136] assertThat(fixture.getEditor().getValue("Bundle-Vendor"), is("Papyrus Project")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[137] assertThat(fixture.getEditor().getValue("Eclipse-LazyStart"), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[143] assertThat(fixture.getEditor().getValue("author-info", "Full-Name"), is("Christian W. Damus")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[144] assertThat(fixture.getEditor().getValue("author-info", "Disposition"), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[158] assertThat(one(manifest, "Disposition"), is("Disposition: happy")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[159] assertThat(one(manifest, "Company"), is("Company: self-employed")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[172] assertThat(getManifest(), not(hasItem(containsString("Company:")))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[185] assertThat(getManifest(), not(hasItem(containsString("Bundle-Localization:")))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[193] assertThat(one(getManifest(), "Bundle-SymbolicName:"), regexContains("\\sorg\\.eclipse\\.papyrus\\.something$")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[199] assertThat(one(getManifest(), "Bundle-SymbolicName:"), regexContains("\\sorg\\.eclipse\\.papyrus\\.new\\.name$")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[205] assertThat(fixture.getEditor().getSymbolicBundleName(), is("org.eclipse.papyrus.foo")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[211] assertThat(fixture.getEditor().getBundleName(), is("Papyrus Test Bundle")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[219] assertThat(one(getManifest(), "Bundle-Name:"), regexContains("\\sMy Bundle$")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[225] assertThat(one(getManifest(), "Bundle-Name:"), regexContains("\\sA Better Name$")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[231] assertThat(fixture.getEditor().getBundleVersion(), is("2.0.0.qualifier")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[239] assertThat(one(getManifest(), "Bundle-Version:"), regexContains("\\s0\\.1\\.0\\.qualifier$")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[245] assertThat(one(getManifest(), "Bundle-Version:"), regexContains("\\s2\\.0\\.0$")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[251] assertThat(fixture.getEditor().getBundleVendor(), is("Papyrus Project")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[259] assertThat(one(getManifest(), "Bundle-Vendor:"), regexContains("\\sMe$")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[265] assertThat(one(getManifest(), "Bundle-Vendor:"), regexContains("\\sEclipse Modeling Project$")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[271] assertThat(fixture.getEditor().getBundleLocalization(), is("plugin")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[280] assertThat(one(getManifest(), "Bundle-SymbolicName:"), regexContains("\\.foo;singleton:=true$")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[297] assertThat(one(manifest, "org.eclipse.jface.viewers"), not(containsString(";"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[300] assertThat(one(manifest, "org.eclipse.emf.ecore"), containsString(";version=\"2.10.0\"")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[320] assertThat(one(manifest, "org.eclipse.jface.viewers"), containsString(";version=\"3.10.0\"")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[323] assertThat(one(manifest, "com.ibm.icu.text"), both(containsString(";version=\"54.0.0\"")).and( containsString(";resolution:=optional"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[328] assertThat(one(manifest, "org.eclipse.emf.ecore"), both(containsString(";version=\"[2.12.0,3.0.0)\"")).and( not(containsString(";version=\"2.10.0\"")))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[347] assertThat(one(manifest, "org.eclipse.papyrus.bar"), not(containsString(";"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[350] assertThat(one(manifest, "org.eclipse.papyrus.foo.tests"), containsString(";version=\"2.0.0\"")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[371] assertThat(one(manifest, "org.eclipse.papyrus.bar"), containsString(";version=\"1.2.0\"")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[374] assertThat(one(manifest, "org.eclipse.papyrus.eclipse.project.editors.tests"), both(containsString(";version=\"2.0.0\"")).and( containsString(";x-internal:=true"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[379] assertThat(one(manifest, "org.eclipse.papyrus.foo.tests"), both(containsString(";version=\"1.1.100\"")).and( not(containsString(";version=\"2.0.0\"")))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[389] assertThat(required.size(), is(4)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[390] assertThat(required.get(0).getVersionRange(), is(VersionRange.valueOf("[1.2.0,2.0.0)"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(VersionRange, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[391] assertThat(required.get(1).getName(), is("org.eclipse.papyrus.eclipse.project.editors")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[392] assertThat(required.get(2).isOptional(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[393] assertThat(required.get(3).getName(), is("org.eclipse.core.resources")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[394] assertThat(required.get(3).getVersionRange(), either(nullValue()).or(is(VersionRange.emptyRange))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(VersionRange, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[395] assertThat(required.get(3).isExported(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[403] assertThat(imported.size(), is(2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[404] assertThat(imported.get(0).getName(), is("com.ibm.icu.text")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[405] assertThat(imported.get(0).getVersionRange(), either(nullValue()).or(is(VersionRange.emptyRange))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(VersionRange, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[406] assertThat(imported.get(0).isOptional(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[407] assertThat(imported.get(1).getName(), is("org.eclipse.emf.ecore")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[408] assertThat(imported.get(1).getVersionRange(), is(VersionRange.valueOf("2.10.0"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(VersionRange, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[409] assertThat(imported.get(1).isOptional(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[418] assertThat(one(getManifest(), "org.eclipse.papyrus.junit.utils"), containsString(";visibility:=reexport")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[424] assertThat(one(getManifest(), "org.eclipse.papyrus.junit.utils"), not(containsString("visibility:=reexport"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[436] assertThat(manifest, hasItem("Require-Bundle: org.eclipse.papyrus.junit.utils;bundle-version=\"[1.2.0,2.0.0)\",")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[439] assertThat(manifest, hasItem(" org.eclipse.papyrus.eclipse.project.editors;bundle-version=\"[2.0.0,3.0.0)\"")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[451] assertThat(manifest, hasItem("Import-Package: com.ibm.icu.text;resolution:=optional")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[457] assertThat(fixture.getEditor().exists(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[461] assertThat(fixture.getEditor().exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[468] assertThat(fixture.getEditor().getMissingFiles(), hasItem("META-INF/MANIFEST.MF")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[475] assertThat(fixture.slurp("META-INF/MANIFEST.MF"), hasItem(containsString("Manifest-Version:"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[493] assertThat(headerNames, is(Arrays.asList( "Manifest-Version", "Require-Bundle", "Import-Package", "Export-Package", "Bundle-Vendor", "Bundle-ActivationPolicy", "Bundle-Version", "Bundle-Name", "Bundle-ManifestVersion", "Bundle-SymbolicName", "Bundle-Localization", "Bundle-RequiredExecutionEnvironment", "Name", "Full-Name", "Company", "Committer"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[533] assertThat(headerNames.get(0), is("Name")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[536] assertThat(new HashSet<>(headerNames), is(new HashSet<>(Arrays.asList( "Name", "Attr1", "Other", "Favorite")))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(HashSet, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[561] assertThat(headerNames, not(either(hasItem("Name")) .or(hasItem("Full-Name")).or(hasItem("Company")).or(hasItem("Committer")))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ManifestEditorTest.java:[577] .peek(s -> assertThat("not exactly one " + s, ++count[0], is(1))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[58] assertThat(fixture.getEditor().getMissingFiles(), both(hasItem(".classpath")).and(hasItem("build.properties"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[66] assertThat(fixture.slurp(".classpath"), hasItem(anything())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[67] assertThat(fixture.getProject().getFile("build.properties").isAccessible(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[72] assertThat(fixture.getEditor().getMissingNature(), hasItem(IJavaProjectEditor.JAVA_NATURE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[77] assertThat(fixture.getEditor().hasNature(IJavaProjectEditor.JAVA_NATURE), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[79] assertThat(fixture.getEditor().hasNature(IJavaProjectEditor.JAVA_NATURE), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[83] assertThat(fixture.slurp(".project"), hasItem(containsString(IJavaProjectEditor.JAVA_NATURE))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[88] assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem(IJavaProjectEditor.JAVA_BUILD_COMMAND)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[95] assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.papyrus.foo"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[100] assertThat(fixture.getEditor().hasBuildCommand(IJavaProjectEditor.JAVA_BUILD_COMMAND), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[102] assertThat(fixture.getEditor().hasBuildCommand(IJavaProjectEditor.JAVA_BUILD_COMMAND), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[106] assertThat(fixture.slurp(".project"), hasItem(containsString(IJavaProjectEditor.JAVA_BUILD_COMMAND))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[112] assertThat(fixture.getEditor().exists(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[116] assertThat(fixture.getEditor().exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[123] assertThat(getBuildProperties().getProperty("source..", ""), containsString("src-gen")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[130] assertThat(getBuildOutputProperty(), containsString("classes")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[137] assertThat(getBuildProperties().getProperty("bin.includes", ""), containsString("foo.xml")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[144] assertThat(fixture.getEditor().isRegisteredSourceFolder("src-gen"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[151] assertThat(fixture.getEditor().isRegisteredBinFolder("classes"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[160] assertThat(Arrays.asList(fixture.getEditor().getSourceFolders()), both(hasItem("src")).and(hasItem("src-gen"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[171] assertThat(Arrays.asList(fixture.getEditor().getBinFolders()), both(hasItem("bin")).and(hasItem("bin-gen"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[182] assertThat(Arrays.asList(fixture.getEditor().getElementsInBuild()), both(hasItem("META-INF/MANIFEST.MF")).and(hasItem("plugin.xml")).and(hasItem("plugin.properties"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[192] assertThat(fixture.slurp(".classpath"), hasItem(both(containsString("\"src\"")).and(containsString("src-gen")))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[202] assertThat(fixture.slurp(".classpath"), hasItem(both(containsString("\"src\"")).and(containsString("src-gen")))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[204] assertThat(getBuildProperties().getProperty("source..", ""), containsString("src-gen")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[213] assertThat(fixture.getEditor().isSourceFolderRegistered("src-gen"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ProjectEditorTest.java:[50] assertThat(fixture.getEditor().getMissingFiles(), not(hasItem(".project"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ProjectEditorTest.java:[57] assertThat(lines, hasItem("Hello, world!")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated 148 problems (148 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/target/org.eclipse.papyrus.eclipse.project.editors.tests-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests >-- [INFO] Building org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT [144/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/org.eclipse.papyrus.editors.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.editors.suite.tests.AllTests GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@39f326d6 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2da23e0f (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1403187e (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fee4396 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@575ca45f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12bd2841 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@53fd4420 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: TimingDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2156c157 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6f03c448 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55cb3c5c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@26b3f25b (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: TimingDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ebaa3e8 (visible: true, type: 5, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@586e39e1 (visible: true, type: 2, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7aa9a0ba (visible: true, type: 5, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53a3132f (visible: true, type: 7, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1722bd4e (visible: true, type: 19, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a4e8bf9 (visible: true, type: 7, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ffbdb79 (visible: true, type: 8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bb32f16 (visible: true, type: 8, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@566fd718 (visible: false, type: 82, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45fffd2c (visible: true, type: 80, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b35e309 (visible: true, type: 24, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a13600 (visible: true, type: 80, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c1d14d6 (visible: true, type: 23, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ceb831 (visible: true, type: 20, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3907b0cd (visible: true, type: 23, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45d07b75 (visible: false, type: 83, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5aefdd21 (visible: true, type: 80, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61db65ae (visible: true, type: 24, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d763877 (visible: true, type: 80, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a33872d (visible: true, type: 7, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@767b61a1 (visible: true, type: 19, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fbea944 (visible: true, type: 7, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c30a41b (visible: true, type: 8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66de6e79 (visible: true, type: 8, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64b9156c (visible: false, type: 82, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1563dacc (visible: true, type: 80, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@352a4317 (visible: true, type: 24, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ec6cede (visible: true, type: 80, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@557f78ad (visible: true, type: 29, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@740a0af (visible: true, type: 29, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c4f762c (visible: true, type: 80, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53104db (visible: true, type: 24, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7acba21b (visible: true, type: 80, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61d0584c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5feb2d13 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d0648d8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@eee041a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3891f024 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ae4bdf4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@aa2bf61 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7c9055e6 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27a891 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34ffb529 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50213a2f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4067b2fa (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45a16cac (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bd44868 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b1fd583 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@371c8e30 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fce09c0 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2388f71 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@628cd5ba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43c403ae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@137d45d5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c2e4e2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@44ce908a (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramCreationTestDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7008b710 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@44ce908a (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramCreationTestDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190d959d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@44ce908a (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramCreationTestDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f87d5b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@44ce908a (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramCreationTestDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@731898c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7d734d8e (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4542ede7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ad7ce47 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SeqDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@426754fa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fe06ed0 (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@426754fa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78707f9a (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@426754fa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a09566b (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@426754fa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57a39af6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4542ede7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c7d95bd (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4542ede7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c8a685f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4542ede7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d75a6c4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4542ede7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c4d1267 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4542ede7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2672f44f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4542ede7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f5b7102 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@426754fa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ad7ce47 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SeqDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@426754fa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78707f9a (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@426754fa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ad7ce47 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SeqDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@426754fa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ad7ce47 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SeqDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381b462f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a09566b (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@426754fa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f5b7102 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@426754fa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ad7ce47 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SeqDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381b462f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78707f9a (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@426754fa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ad7ce47 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SeqDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@426754fa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ad7ce47 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SeqDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4093363b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ad7ce47 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SeqDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4093363b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78707f9a (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@426754fa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ad7ce47 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SeqDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@426754fa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ad7ce47 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SeqDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e9f611e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ad7ce47 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SeqDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e9f611e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6e2eaa87 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bc4d725 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71b434f7 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bc4d725 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ea9ce5e (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40495dfa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3b844fcf (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: TestDiagram1, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65e439f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@132b5798 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69f5e3eb (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e6d2e2d (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44a99336 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7dc6d9f8 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a628190 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2a484393 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: TimingDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@794bb6d5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@48b75898 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40b698b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@feb1879 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: TimingDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b374744 (visible: true, type: 5, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3111372c (visible: true, type: 2, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46d457be (visible: true, type: 5, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41b8ff0c (visible: true, type: 7, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c48ac8b (visible: true, type: 19, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bedb390 (visible: true, type: 7, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49c7dbcf (visible: true, type: 8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7db1efac (visible: true, type: 8, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11d619f4 (visible: false, type: 82, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@583dcab9 (visible: true, type: 80, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18943abf (visible: true, type: 24, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f61d33b (visible: true, type: 80, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53b0bfd4 (visible: true, type: 23, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4652630 (visible: true, type: 20, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c672e12 (visible: true, type: 23, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@219070d2 (visible: false, type: 83, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@114f7e6d (visible: true, type: 80, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f13d4 (visible: true, type: 24, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21489218 (visible: true, type: 80, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c133b94 (visible: true, type: 7, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27a6a2eb (visible: true, type: 19, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@167ecf26 (visible: true, type: 7, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16e9da73 (visible: true, type: 8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ff8663c (visible: true, type: 8, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a2b8a99 (visible: false, type: 82, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@465a6105 (visible: true, type: 80, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5543d1c6 (visible: true, type: 24, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fc54fff (visible: true, type: 80, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2241b49e (visible: true, type: 29, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35093802 (visible: true, type: 29, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20c58646 (visible: true, type: 80, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@596133d6 (visible: true, type: 24, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@590bbb2f (visible: true, type: 80, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a3c7b0c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36782474 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a90752d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7797cab5 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23f9abf6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20953f8b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@521c50b6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@58613c02 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b19c690 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15f5d79e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ace6467 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d9ac446 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d189c28 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e4fdc9d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@468f4e6d (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40be4ec1 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2846dcc9 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@740c186b (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35c02fbe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4163675f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77573d62 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196f5319 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5db6da7d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d616fc3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ef43ef4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70ac134a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ddcba3b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26c14a1f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d4b34ad (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a8513a4 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@182b7ee2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73af7f46 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bc05e3f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6021a582 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52050dbf (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43c5c206 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bad6884 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b219b40 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4596a801 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@697bef57 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65ebb4c4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f7ce00d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5db6da7d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d616fc3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ef43ef4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d616fc3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5db6da7d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70ac134a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ddcba3b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26c14a1f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d4b34ad (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65ebb4c4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70ac134a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ddcba3b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26c14a1f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d4b34ad (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a8513a4 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a8513a4 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ef43ef4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@182b7ee2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73af7f46 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bc05e3f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6021a582 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f7ce00d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@182b7ee2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73af7f46 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bc05e3f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6021a582 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52050dbf (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43c5c206 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52050dbf (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43c5c206 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bad6884 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bad6884 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b219b40 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b219b40 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4596a801 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4596a801 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@697bef57 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2402c37e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@697bef57 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3280cc52 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5db6da7d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d616fc3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ef43ef4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70ac134a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ddcba3b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26c14a1f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d4b34ad (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65ebb4c4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a8513a4 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@182b7ee2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73af7f46 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bc05e3f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6021a582 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f7ce00d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52050dbf (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43c5c206 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bad6884 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b219b40 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4596a801 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@697bef57 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b0d153 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5db6da7d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d616fc3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ef43ef4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70ac134a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ddcba3b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26c14a1f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d4b34ad (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65ebb4c4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a8513a4 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@182b7ee2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73af7f46 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bc05e3f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6021a582 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f7ce00d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52050dbf (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43c5c206 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bad6884 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b219b40 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4596a801 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@697bef57 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12a77bf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@359c2e43 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@34102a96 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52c4556d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1abcbd74 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@252ef2f4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2769daa2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10ee8a73 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b5a4957 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46800fa5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7fe4aeb1 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28317dfd (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@84f4a46 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a23cfce (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b72a757 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dc465e1 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25ea677b (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61d44d29 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7123abcc (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43af52d3 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e344e18 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@342b031 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46fd5385 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18a3b548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@8a6bb7b (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@8cf6017 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b12e5c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a6f9780 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55d135d4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3443063d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c94be15 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72b45892 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b3d3b02 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@259f30ac (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62914e6b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a43e668 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30bd80bd (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ae02d53 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a6a628c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@303d4900 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9e7c24d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70ea60f9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4556b663 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@429caad3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@285d1d0f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e94aabb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2816524a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@608bb8fb (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f5db440 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2396cb65 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a9c9242 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bb4fb14 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e626f97 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15620133 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39a4245c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3be6d9b8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@484ac5e0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5140e648 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5299ec5e (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40d9486e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@556d08ea (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@799de166 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b193a1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36e4576a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c1d5e42 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1daa2c35 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24518113 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@672a7893 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5417c859 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a71be6 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@723782ca (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74bc37ff (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a2e09b6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30a7d629 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ff31428 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1358ef95 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cbdbd2c (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@816fb1d (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5774a039 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@91076d (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a2d5430 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4548a33f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@743b3c7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@64604f9a (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@557f5048 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@593cb3d2 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1f9b52dd (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e3510fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c7ef49d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7013d9e9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bce74a4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e0f1f8f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16278f52 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d8091eb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5372988a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e56445d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b72c7bb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@786cefa (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22cb32d5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c5b434c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@342a8693 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c80a884 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a0f9897 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d45427c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39060a2b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31dd3fa3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d532698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@a7e77bd (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ++n�w m�d�l & sp�c��l ch�r$++, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b416e14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@28a121e2 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46fe7cc1 (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21a63d63 (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@e154ad (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: activity, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5bc062f4 (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c63a7cc (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b948a3d (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59148f9b (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4584a092 (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f608e93 (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dacc1b1 (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3535390f (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d7279c7 (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4db75c17 (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2384cacb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@507d4512 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61bd8f0b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a1e5339 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f565636 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@364d0f65 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40320cef (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3500201e (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2d917fea (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dfa2954 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@103df21e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1da499f2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79eed0bd (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55230c9c (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bd07dd0 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63083b28 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1da6ad19 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c0c814c (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6258d06c (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5de80a54 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3394c4c4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b5c27d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b8198f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1c8f74a9 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5897aea4 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37efa6c (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66753440 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dcbc81a (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d196ff0 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dabbe04 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a06cd36 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4165700e (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e2fa617 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51db9 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@258a4d7a (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b1dad81 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c58caf (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57e90d51 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@667fe708 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43f0de56 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@159e24b6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@82f90a0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3069a941 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75d257b8 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4723888b (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e4a2d2c (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30ec37e6 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d0bea76 (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@78f2869a (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5651b154 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e7cbc7e (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e8b694f (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@187aeedd (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21c4a3da (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c86e639 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@848951a (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51386d13 (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@298f6d09 (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@607e973 (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16a82130 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f509444 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@509308fe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21bae37f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bdcdf1c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f2543db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10126078 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20ebd5c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c243789 (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73e42ceb (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3368b7ae (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: activity, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5280aff4 (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20434e36 (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bf563c3 (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f0c777a (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a91831a (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70dbcca7 (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d66da1 (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e200a72 (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f2cb69f (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10c46625 (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3b660886 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c26717d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ce05075 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2093b043 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a2336e0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@486651e8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f13ae36 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2bbabeef (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46636231 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a052936 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29ebeee1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1edd8594 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ff9c0ce (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1497b4ba (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1559b819 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10d7df4e (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4de15758 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@400d146b (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f036a7c (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dcb1c9a (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ce82d5f (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4588baa1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a29d34 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e16dd6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@158700b (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2334b42a (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@203051e5 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c8b0cc5 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b6c3bd7 (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@b718a2b (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d1da940 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3819fb26 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ac6d392 (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33750762 (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7844fcbe (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ccc3129 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74403ddc (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f9d2c58 (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b72d4bc (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4738ea6a (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a3be3 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12254607 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b3e5db1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40027240 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69416d02 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71e90da (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7df9fecf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ae6564b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@28a121e2 (eProxyURI: platform:/resource/testSashFoldersRestored/employment_sashes.notation#_6l9toPJDEeOWJr1T78jdJA)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bbcca96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@e154ad (eProxyURI: platform:/resource/testSashFoldersRestored/employment_sashes.notation#_4hrxoPJXEeOWJr1T78jdJA)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e9bd56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ad0ed9b (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@400150d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d0d3de5 (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@400150d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5af59005 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@400150d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14bee33 (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@400150d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34d5447 (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@400150d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29088dd9 (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@400150d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71280a3d (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@400150d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60bbfa02 (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@400150d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6753a693 (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@400150d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@408d7ec6 (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@400150d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57f68bce (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@400150d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cc13266 (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@400150d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c496501 (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@400150d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@390f7cb (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@447e8bf5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64a00ea5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e50d6e4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67d2d265 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1818b063 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28fb3a8d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a7a564a (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e7126ba (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@48e44e7d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8fbf1cb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c3da980 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e8dd171 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78e92c0c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69419894 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ed108dc (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dbb8cc (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3de7eb6c (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c06206a (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71880aae (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23c331f3 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a436ccf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a2420d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cae9531 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3dfe6de (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b4d9969 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@424d9c6c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ba277a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32a3bbc (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64fae789 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71b24b39 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bafc845 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@527d5292 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a3e0f73 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41e81390 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@316172af (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79308c6c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d773c47 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3681fe9a (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@330e220f (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55b33ee6 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fbe56f9 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63e6c5fc (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4355d838 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dabc426 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f18302e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@200a4382 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4bf44125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@56521a9a (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ec3879 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d3fdfa4 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54be3bb8 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52ceb7d2 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@435e01e2 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@917163e (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@148ee1db (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c10e99e (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9617530 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e89861e (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21cdf9de (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bffdfdf (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c1a1bb (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@621053fe (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31ee245c (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63a69f1b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@433ff23 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45bacaa3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21dae48d (Eclipse:1869): Gtk-WARNING **: 05:41:17.390: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:1869): Gtk-WARNING **: 05:41:17.398: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7f12f9b2 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19d4401a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c063c4a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@117e504c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bac5753 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46504754 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64eb8a0f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79c9e4b8 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ef52e8a (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53299a9a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f186ae7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5de4276b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a9df478 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66114a1c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1538d8e5 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33ca9529 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@262fa251 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ec9a889 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@429cabac (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@943a82 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b3bd3eb (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bcdfc48 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3efe687a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@475035ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@36e76c8b (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@eaefd59 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d631515 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24cff6a5 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50575907 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1caff185 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a16e045 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fc01ebc (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b03f537 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@714eb933 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@120e4d46 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@310bff88 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a4020b8 (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4bc3767c (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5caf134e (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39906398 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e47c106 (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b151b44 (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b8a495d (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f07caf5 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58b5c840 (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3af0133e (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74219a33 (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c7bb53f (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f0de539 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26adff (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dc745b4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@694c1d35 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b11f7a4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f3bc4a5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c05c8d1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f06a55e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26df886 (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@15682e04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2faacb30 (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@15682e04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3d86d9a (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@15682e04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37f78c4e (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@15682e04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a2d2cc5 (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@15682e04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b5a8396 (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@15682e04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@787d8fd3 (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@15682e04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@471b73d6 (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@15682e04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f0de8be (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@15682e04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@733c2014 (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@15682e04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b723d2d (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@15682e04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@423f507 (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@15682e04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b5bc3c9 (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@15682e04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@b182177 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c1b6a4b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16b8952e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f56011a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@357fd9a0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f069691 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56f56627 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@250f861e (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@599cb8d7 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@10ec7db3 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@204e079f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@286f96c1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@662c4be7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7308eeae (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@769d0091 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39dbfa2d (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@caaef9 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15d4dc7e (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ed79145 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c0f8b70 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f63f0a8 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@256b7157 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@575899b1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33629c4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1441fb6b (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46a31654 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@318db836 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60851cb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b5dba8e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70a2b2e6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@475a09e1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d0978c2 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@276c127f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@517adf6c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26da5b38 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7facc0cc (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60c47212 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e9ab2f (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53cb3521 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b506218 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5aa049b (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a2afb43 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@132b1919 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c7bc692 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@237bc38c (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26fdd551 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60b364aa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dad0422 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@51f7d97b (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@487bfc50 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59fae828 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@526729b4 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c64eccd (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25230c4e (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5aa208c9 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2337c83b (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55c3fe4 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ae91180 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b8b2a62 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27931d5c (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ee66722 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b2b776e (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60b4fdf2 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56807d82 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36d2243d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55dddbb8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e56142a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@366c5069 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@dd2aec1 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73582d9c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68569688 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@794f07ba (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bff7cc (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f2c9c38 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66372c35 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61730af4 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@716928a2 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@377ed35a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b51be1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@120a9364 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16d78e53 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ace035e (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4907229 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c122f96 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@243fa6dc (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61b8444d (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bbe5f23 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39dbc206 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@622e9575 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41f8c5a0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@735c9e23 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d8599f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63edff7e (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38cb7db1 (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@301f69d9 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1baa55d5 (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37c1994b (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61965197 (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26cd422c (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62919190 (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70b41185 (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ed2d3bf (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a71fdf5 (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c0804fe (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@485b0187 (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@473b1988 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1381b6cd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22918e93 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54964741 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@647c7a89 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4de16c83 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28dc5e72 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bfef302 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@634761a0 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7a98a005 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bf63fab (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24685055 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c418653 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c11b46 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a7946ef (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cdb6f6b (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d2ec0d5 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50e40f0 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c264579 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47a22c10 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36a290e3 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36bf1906 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5952dfff (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4b562895 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b896b75 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f8361d2 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a19eb07 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ee987a8 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5bf3258c (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@649001bd (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e36b119 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@597cb994 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18b6d02a (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f9596be (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35f549cf (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67c99afb (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@673722b8 (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@257337bf (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76fec003 (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77c9628d (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@352ad6cc (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f039d44 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d96afbd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69e41334 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43ba7665 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5495d503 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32529629 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62709d68 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34c1786a (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7593bee0 (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7dd68b4 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c0b141d (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@523ed432 (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@368fa77f (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a626645 (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@147e622c (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b321bbf (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c3dcf90 (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cc7e536 (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14376d29 (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72031110 (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@37a92754 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12a38eab (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13619df1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39372de (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36d98689 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6efe247e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f6f6935 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dfe767f (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@414e110f (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@21bad968 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c870d04 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8c93356 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@776b60ea (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b394a71 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70205e21 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2617f090 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@372e6ff6 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59a26a07 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59aca009 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17b736bb (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f262858 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55af5c2e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38f89f03 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65bf84ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@10050853 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e67a4f0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3da9d638 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c25b916 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b88f753 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29ec6a27 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d601633 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@145a7b51 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ec09718 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@486fe60d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3243375c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c59d466 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77815a24 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@575185cb (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e0a0c1e (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20fe8d47 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31323618 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f103be9 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d6e7dc1 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78dfe8dd (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b64a06b (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20afc6e7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47e12b18 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e22a26c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@42f13f2f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37ee2788 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@269e961d (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16542d1d (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a745b46 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9bff49c (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ab1db30 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41370560 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@384cf680 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d20fd89 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19a1a5dc (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2aa58b8b (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2395b843 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f8bc6e0 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44d583b8 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ee9d812 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cf90fe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@750a3043 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77c97b9a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@359be548 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7adacc45 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1565ea49 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4773faf2 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a6955a8 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@d73d6b3 (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1601ee32 (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f1f3dbd (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54b34420 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b56b949 (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cbc743c (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b2714e5 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a92f8e3 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3085bb05 (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b95ee80 (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@421b3a0d (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@aa262eb (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2277133 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3faa7dd2 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b7f57a8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6511fc6d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d540bbf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a96445d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ca2197 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@501d4b6a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1108a5b5 (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54237358 (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4612995a (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11cfbb00 (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c2f9adb (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78fca9ce (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e03ea79 (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e74a16b (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7675a6a3 (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@735263f4 (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46ccfaec (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76affb81 (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@423fcc29 (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2e424138 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a417216 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2de3f2c2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@94be03 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d6eeac4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cd8e8aa (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72f4977 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c6364a8 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3484b0a3 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7bd61f6d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75977c4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cf9ce85 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65dfe407 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bf4ab42 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bc15607 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44182a5 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a4023cc (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39fa8eb5 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f91aa16 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6397df (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53ed8ba4 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ed3b0e2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e2dde0a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@464ec3b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76978f5a (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ab2a1a4 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd71c28 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f821525 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3890b9c6 (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ae6f111 (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@397440aa (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52a246ea (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17cf0bf (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56041640 (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d78e123 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59ad594c (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ae58def (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a7fc9ba (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1532ef54 (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4049908 (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b2d4ef0 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a5610da (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ca5f8a9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@223b5853 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23c15eef (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@390ffe7c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@577cb132 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1fea12e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77c34dab (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2673c228 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@110684fa (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2673c228 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4889bae8 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2673c228 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32027712 (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2673c228 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f8ee6af (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2673c228 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b5a4997 (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2673c228 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19bf2a8e (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2673c228 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c81429 (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2673c228 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bec267b (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2673c228 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b2ba810 (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2673c228 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2db31826 (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2673c228 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40dee920 (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2673c228 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1001cf8e (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2673c228 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3b856585 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5471b778 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73b67c92 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55cea874 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59d6bb64 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a91dcb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d7f102a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45f74605 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ed0fdf3 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3fdf2221 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@755768ca (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ffcb4c2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@108986b5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e3b5f4a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25e7c3a7 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@119c6b5e (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e284501 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a14f41e (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@694c853f (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@399e528d (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a3fc32 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70b2a589 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@290162af (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d429921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5bff902d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34506325 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ba10d67 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@147c6881 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@697e4bed (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@424b9256 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76943140 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33a5fcdb (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1e690e1c (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a1b6c8f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20f822f7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58d5d7a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45e9f1d6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13785cde (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7246b550 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ddf2d77 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ab3e02a (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18dc2ce3 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15c70f05 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f179ae (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d3fb851 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c11b9e9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7da7e3ba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c660a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@23576b6b (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@496c865d (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d55a5ed (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a2de9b4 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2696b4cc (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e23cacc (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1debacfe (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e829f46 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@539f8ccc (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6aca6eda (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1286875c (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21d96933 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36a72e0b (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bcff9f8 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f6c8ec (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25ca252a (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cf53628 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48b4093d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ae240fc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32575f3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c800717 (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ac50a8e (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@11b01fdc (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f2637fc (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@568ebbdf (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@702bdd3a (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73dd00a (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d1c02d0 (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54fe3570 (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58f0b3ef (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dad977a (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d5fdade (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ce11365 (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@91afa71 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18763c0e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@830b7b0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72f5d372 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dc13683 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ed63600 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b245e7c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ce2662f (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3717fb46 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@31a20e5f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d85a7f5 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35ea4169 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@505f6529 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c75d452 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@734c34e3 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f919ae1 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aceea04 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18ba0cf0 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f405859 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5250ce02 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4540ae31 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c665ba4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31bb42d8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3662dcda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22b76189 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@517cf92f (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@85d620a (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25c6fed8 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@319fe0b8 (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1774665c (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22e0dbfa (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33a1531b (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@240bdeaf (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@230596b4 (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6df308e9 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10fca159 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@517072f1 (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a100df7 (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41b387c3 (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@286eafad (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b6a0eb3 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ca2221f (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30162812 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b981c5b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79ca7d35 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71c2494f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b7c161f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5194cc2f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3b856585 (eProxyURI: platform:/resource/testActiveEditorRestoredSaveAll/employment.notation#_6l9toPJDEeOWJr1T78jdJA)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7028b304 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28e3ab3f (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c937c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71f22f2d (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c937c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1e92aeb4 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c937c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37e8b0d7 (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c937c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58d37c34 (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c937c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13e8350 (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c937c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ca5a82b (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c937c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b199e72 (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c937c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f59337a (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c937c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f277928 (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c937c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@233d089b (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c937c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a72a42b (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c937c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ec5919f (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c937c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5dd924e6 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d1878e1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24f5d890 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4815f212 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a2f06e4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41031144 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7de4365e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c7f01e2 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56fb3ba6 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@46e1f0e3 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@786c8f18 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fc0f07d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d602c60 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21dec947 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f85c97a (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@167b743b (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31ce8c3c (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35767d85 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@af306aa (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cdef206 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f720f58 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@589967b6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@83226e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b358bc3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@13dd1cc7 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71c0dd6f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35e4f31b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7aaa4d55 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13d50228 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79bf8658 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@764bafd3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16a4de3 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ba36b22 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@767a7788 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@427898aa (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4368215c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ef79d1a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@161a0eec (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@708335fb (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a824cbe (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2716a380 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f9363de (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@454399bf (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7771f6e4 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20a0020f (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33c89b4e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a90a041 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62b5c08d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@afb8595 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46728aca (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@178a8233 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@775be64f (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70afb481 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f747c5 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6568ae5f (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@262e402c (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b3efcf0 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ce5440d (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e7a3693 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a84ce36 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@699cfe9d (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@edc1d12 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65069993 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43f51a77 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51736c78 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14e2e2b6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ec37b0e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30ce4497 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17a11b23 (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@556c936a (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@76c627c2 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3caa9dec (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a1ebd67 (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23c0f7d8 (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e620594 (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40f9a260 (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71928987 (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d0d8f63 (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17ab2be2 (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@448ac74 (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@84d3e89 (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@270f6089 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14025405 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@283878cb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70af280a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73452a47 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43e5a945 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4db7dc59 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cf815be (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@297f7205 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f16c2 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fbc5048 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a445b57 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a1e57bb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32d0761c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@619e0cf2 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15c687ae (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76012ca7 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2faaa024 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b03f914 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a44ebc4 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@eda3902 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1304a57f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73c32321 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4747ae7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59a9902 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e2990a2 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72905621 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2471700d (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@36e6586f (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2024b739 (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4587c360 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2faefefa (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@628ccdeb (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fc2efab (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ebd7b20 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e7e4b4f (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a1f619 (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35572ed4 (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c3cf745 (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@403e086d (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f32442c (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@352d765b (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e3703b5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@380e7a28 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74b9cf19 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@407c8d22 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ec1f965 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16af9e27 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fefbb7b (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56e4e3a7 (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@79f4a069 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c7f3555 (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64baecd9 (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7559df68 (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@646a29a4 (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44916600 (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b060e4f (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2304b935 (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7336cdb7 (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7adc57 (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24542792 (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@260fe819 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ec54597 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@565d3939 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6179cede (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@673c5691 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35c5505a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@387bc1c2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@386fbdc8 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f25f1c (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c51ac82 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f624cbb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7177dd82 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43f541a4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cd43d95 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20d2bca (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1634fc72 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4220964f (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1212a845 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60b1b5d6 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64a807f0 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1da819d (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70b8c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5107078a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ad582dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@86c3a3f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63ac852d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c4a8eb9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6595f69 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e042b49 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b10bef (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d8e5d04 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f0d305f (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@898e50 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42b282d3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f848589 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68eac524 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@792849fe (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f14119d (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38b9ca5b (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a61364c (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25f7f48f (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a608d5d (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a28da57 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d3e2e4d (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@96b89fb (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65404fa8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@767653bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4233902b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@20c4f828 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@688533ac (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73dee271 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@611c6902 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@224898bf (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@788f8bbf (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@436c59ed (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@254a3166 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4292196c (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e1cab69 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27e3c707 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e79b416 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33e20284 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f5e9235 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b754801 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3227c0e3 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@352cf1c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a5fbecb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fe79a98 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5700f3f7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cdca8 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e2078ae (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4879d1e8 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b770b82 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@435cc12 (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@249ee1fe (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24f58cba (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c881955 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bcdc756 (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f61d11e (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@971cbb8 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43436da9 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19f12b0c (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@122a3b2c (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1becdb28 (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73332041 (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@248492e3 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@638c8bdd (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5760e7b0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5beb6035 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28150e30 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3397a23e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46263493 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f43ae67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44c85dcc (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30f98dfa (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@76ccbfb8 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36070649 (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b074d49 (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79c55ebc (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67f9ba7e (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d5b7138 (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60124ce (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36d8152c (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d9d1208 (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@532f3fb6 (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63fdc680 (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@14b7951 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@153748bb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d1c02a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5697d0a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45976a72 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@567786f9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@702148e9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f320d07 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1cb5ec47 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@da146fa (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e6e51f8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7dc5f367 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55bb5732 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@768f15de (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@739e1797 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b95b289 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6463af47 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35a544ba (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fdff386 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66d99d47 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b44d4dd (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51088b8b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74f4fc70 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7371e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25923129 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a10c74a (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32357621 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77715665 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@637413ea (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@581949e (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@144bff77 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7891a2d3 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4da108f6 (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6560f9d8 (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@296ff759 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22374358 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@524ee2e0 (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@358b70c1 (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3252bc88 (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c72f99 (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@637ed521 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3369ef49 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c947f60 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@570e24e6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26f8d08c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13aca6ac (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c56aa5b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68def6e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e316a2a (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71a8f765 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b466ae2 (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71a8f765 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6368a0a0 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71a8f765 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f9bdadf (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71a8f765 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57770919 (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71a8f765 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bc4ea3c (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71a8f765 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b9192ff (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71a8f765 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@364d067d (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71a8f765 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@187393e2 (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71a8f765 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e48e617 (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71a8f765 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c4ce04 (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71a8f765 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cac7b8 (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71a8f765 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c2e6483 (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71a8f765 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@610e266c (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57b71c9a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4eb63daa (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@719994c1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@679121f3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3727d6fb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bc10776 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61b4f1d8 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@175eee03 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@23c059b7 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bcc94f1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4af09c5f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ccfdcf9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cc853fc (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61eedbef (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@171f553e (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59fab333 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@158d58cb (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c5d027c (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4957303e (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f7ec548 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c83c9cf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@435834ff (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4481266a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@d195911 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@729c8c8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f9f28bb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ed99ef4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bebb7c6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33e0b801 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b8d0528 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@694f9bef (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71f6287f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d862a3a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9512f80 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5040ed2f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@331dda1a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75fa327 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bb7c373 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48e88e82 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f2a8558 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23cfeaf5 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2553bb56 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2970b182 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@489c71af (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cbcf686 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12506932 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2503c85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@70b5a7d9 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43f9cbb (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a323e0 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ba5a74a (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1abffbab (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f295911 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@549dd610 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47691c4a (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11b21454 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4893f37 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e404818 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2581edd4 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@601346c3 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@92c1c54 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@161d1c77 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@783395b8 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59025907 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@104374e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16843097 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a8b0b04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d2134ef (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49ff1f41 (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@47732d07 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@431e89e (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b648fc7 (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a7fd418 (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58ea60db (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f8a75fc (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e427447 (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f47fd4f (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64cbd3d2 (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cf2c98d (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@739c2fa (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@212de6cd (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15b8b76f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c848876 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ef9ce92 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fd5b954 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dc54550 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@570f48a5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30ac440e (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47d6c3c6 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@605d47a9 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a4ce78c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@261e6cdb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26c76e46 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14677eb1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@201671d3 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54263892 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@289d9b04 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4770afc5 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cafc939 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@384c00f (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48a30cb4 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16c66dbd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@147f5503 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e55e3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@15f96e69 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f9e5c1d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5805ea79 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@208fbe3a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c9658b1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6600d837 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d075e22 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e5b1664 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@39d782f3 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35f468d9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@572e06a0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@631f4500 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e925fd9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3633e2d8 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ebe9b73 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56524c20 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7797a8a1 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36250d9c (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ad4446a (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75556737 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c149126 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2131ded7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34247ff0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@630dfb84 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@245448f7 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20b7c9e8 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53df359a (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f16a580 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20e1a884 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@179797d9 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c8649e9 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26744f9f (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b77c6e6 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d5724fe (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11b08077 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10783ba2 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@236d72b9 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ebe49f7 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a229e99 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@510c1b7 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cbdcdc8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4657ee5d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5bbf6937 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@350baa96 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a249842 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6eb48552 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59166340 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b7e987a (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3658fe80 (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5955becd (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ae06493 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b9dd587 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ff2acea (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f653af (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f6e4138 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@312a2688 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5adef68e (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@781c2681 (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b1edfa7 (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78b5cf79 (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1416977c (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b580552 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4541633a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a3321c4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@162c9576 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3300bdba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c809746 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb015dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1352d3e1 (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42624c5c (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ec3918e (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@666d5ba6 (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f3d850f (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c232261 (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fc8a87c (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33f7aa29 (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ba159a4 (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68ba3e06 (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@487cd6ad (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44c5b74 (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28d135d (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6edac722 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ff2df12 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4be0a8f6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e5142f1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f256cff (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@514e17eb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26f9abc6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@568a7bce (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4030f512 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@47014611 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fe53514 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@305bf0c8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ae04ecb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a51c51a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a4edf3 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@129cfb6c (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@137fb511 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b318f86 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d5f58d6 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e37b49e (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f3d7364 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f900572 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6347dbcd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f0a148d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@628eed10 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b80050 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2971ca7f (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59cd568a (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6f46af51 (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7c406b9e (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c9c2890 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@509d0f21 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@578b3eff (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1238be69 (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63298cb9 (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12182dca (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13858d5f (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10d8b132 (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8fb625a (visible: false, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7394261d (visible: false, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ac86dcf (visible: false, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3da84222 (visible: false, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37ff76ae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7630eb5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57d26130 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27676ab9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a44ff47 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43aaccda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a8eb065 (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@260a5796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@139f62d5 (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@260a5796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5ee379ff (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@260a5796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@194619df (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@260a5796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@425f25f3 (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@260a5796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51c9a80e (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@260a5796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b80e7ce (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@260a5796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24182a82 (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@260a5796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@eea7649 (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@260a5796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42129c54 (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@260a5796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e3d4163 (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@260a5796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30151432 (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@260a5796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6055c180 (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@260a5796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@13065d09 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5600db25 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30734b5f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e3a7420 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7533586c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@495be451 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28c7adf7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f759afb (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f17ae93 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@57303bbe (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e6a07c5 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68d08c74 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1763e2f2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f77e569 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7831dfa3 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43ff53ef (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4854b1bc (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2736c6ca (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@616cab3c (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12063e6a (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b30e105 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c42f20b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fe5e150 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74cf1c78 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3571572b (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68b4075 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54df8fd9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ce000cd (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7590c0a1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5be3b2b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ebf445a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6317dc75 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4be37c5f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38a75dc3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78df8cab (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6433a1eb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b2b6860 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a9bd310 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24cc61d8 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@517eb4a2 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4caebe59 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38804e8e (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51c1ec0a (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e855f86 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ec9f514 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31d6007b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@297e4738 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@213f9324 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@54bb9a07 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@717b70c4 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@86d24dd (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44b67ed5 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ec97d6f (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73f67ee3 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19bbb53e (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@362aa313 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43b79fcf (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ea7abc8 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ce7e3a7 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3723d9f5 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bf62c60 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@570f9a97 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@281eefac (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7616681 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35d10a27 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ec3a346 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74506ce5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f1bd365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41a34869 (visible: true, type: 7001, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76388e66 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63111d18 (visible: true, type: 2001, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76388e66 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@91979ac (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76388e66 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6618eaf3 (visible: true, type: 7001, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76388e66 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6004721b (visible: true, type: 7002, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76388e66 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e5c2880 (visible: true, type: 7002, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76388e66 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ecee089 (visible: true, type: 7003, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76388e66 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5abba30c (visible: true, type: 7003, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76388e66 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@714803a4 (visible: true, type: 7004, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76388e66 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@270df88a (visible: true, type: 7004, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76388e66 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bcaf200 (visible: true, type: 7010, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76388e66 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d85d690 (visible: true, type: 3071, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76388e66 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@772471fa (visible: true, type: 7010, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76388e66 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@424a7205 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e2d7370 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@222500ca (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c09ae41 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fb25e70 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48cb4059 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e4eb67b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dc22d9f (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4eadc9aa (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ef88af3 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ae78282 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55b322e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b72a60c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@417a37ab (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@475762f2 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c613311 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61cc24a3 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ef5d2b4 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4927cb3c (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e829a20 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40c07dc3 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@381730a7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2067b524 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76c479ed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6245deeb (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c458af6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2aa8a51f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53d0eb4e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7690145a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f1d430e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74195072 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1faec559 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@241437c8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e09daa9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d52051a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2744ef66 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e9cde2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c4a624d (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63d729eb (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26779abe (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@db19a92 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12269f5c (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@120f4dc1 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ea5d5bd (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c0c9259 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d2294d5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bad8a8e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@327c5389 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1ffcf60c (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@430b065f (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2007a23e (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ebea7f1 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52d6749a (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ce41f00 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@741b3a44 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a62b45a (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c7e3d3b (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c353715 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d2d5ca2 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33f1da (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fe1b1d3 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bb64d51 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@623fa2fd (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49913a5a (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@342ab83c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4be4c94b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@723a08ea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f7865cb Tests run: 204, Failures: 0, Errors: 0, Skipped: 19, Time elapsed: 62.451 s - in org.eclipse.papyrus.editors.suite.tests.AllTests addFile(org.eclipse.papyrus.eclipse.project.editors.tests.ProjectEditorTest) Time elapsed: 0.109 s getMissingFiles(org.eclipse.papyrus.eclipse.project.editors.tests.ProjectEditorTest) Time elapsed: 0.024 s getExtensions(org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest) Time elapsed: 0.073 s exists(org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest) Time elapsed: 0.044 s addExtension(org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest) Time elapsed: 0.017 s getMissingBuildCommand(org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest) Time elapsed: 0.013 s getMissingFiles(org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest) Time elapsed: 0.009 s getMissingNature(org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest) Time elapsed: 0.013 s setAttribute(org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest) Time elapsed: 0.044 s isSourceFolderRegistered(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.044 s getSourceFolders(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.012 s exists(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.011 s isRegisteredSourceFolder(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.035 s addBuildCommands(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.015 s createFiles(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.011 s hasNature(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.014 s registerBinFolder(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.01 s addSourceFolderToClasspath(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.053 s getMissingBuildCommand(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.007 s isRegisteredBinFolder(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.026 s registerSourceFolder(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.009 s getMissingFiles(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.007 s getBinFolders(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.019 s addToBuild(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.023 s hasBuildCommand(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.013 s addJavaSourceFolder(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.02 s getMissingNature(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.007 s getElementsInBuild(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.009 s getValueString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.016 s setBundleVersion(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.045 s getBundleVendor(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.018 s headerOrderMaintained_bug489075(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.012 s setSymbolicBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.012 s removeRequiredBundle(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.013 s exists(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.034 s removeImportedPackage(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.012 s addImportPackageString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.014 s setBundleVendor(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.015 s addExportPackageStringString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.014 s addDependencyString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.012 s createFiles(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.034 s addExportPackageString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.015 s getBundleVersion(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.009 s setSingleton(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.011 s addImportPackageStringString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.01 s getSymbolicBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.007 s getImportedPackages(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.01 s setValueStringStringString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.01 s getMissingFiles(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.028 s removeValueStringString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.009 s setValueStringString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.019 s removeValueString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.033 s hasDependency(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.007 s getRequiredBundles(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.007 s setRequiredBundleExported(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.011 s getBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.013 s removeCustomSection_bug489075(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.01 s getValueStringString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.01 s addNewCustomSection_bug489075(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.01 s addDependencyStringString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.01 s setBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.011 s getBundleLocalization(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.007 s getExtensions(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.052 s getValueString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.018 s isSourceFolderRegistered(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.02 s setBundleVersion(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.025 s getBundleVendor(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.027 s getSourceFolders(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.015 s getMissingNature_java(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.008 s setSymbolicBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.11 s removeRequiredBundle(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.02 s getMissingFiles_manifest(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.005 s isRegisteredSourceFolder(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.012 s removeImportedPackage(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.02 s addBuildCommands(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.011 s addImportPackageString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.02 s addFile(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.009 s setBundleVendor(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.025 s getMissingFiles_plugin(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.007 s addExportPackageStringString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.038 s addDependencyString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.017 s addExtension(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.021 s getMissingFiles_project(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.006 s exists_manifest(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.014 s hasNature(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.046 s registerBinFolder(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.012 s addSourceFolderToClasspath(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.025 s addExportPackageString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.018 s getBundleVersion(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.012 s setSingleton(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.022 s addImportPackageStringString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.016 s getSymbolicBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.015 s getImportedPackages(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.012 s setValueStringStringString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.018 s createFiles_java(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.008 s isRegisteredBinFolder(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.012 s registerSourceFolder(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.026 s getBinFolders(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.025 s removeValueStringString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.016 s setValueStringString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.018 s removeValueString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.037 s getMissingFiles_java(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.006 s hasDependency(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.015 s pluginManifestExists(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.016 s getMissingBuildCommand_java(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.008 s addToBuild(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.013 s getRequiredBundles(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.012 s setRequiredBundleExported(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.045 s hasBuildCommand(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.017 s addJavaSourceFolder(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.027 s getBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.014 s getValueStringString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.036 s createFiles_manifest(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.008 s getMissingNature_plugin(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.017 s getMissingBuildCommand_plugin(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.019 s setAttribute(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.019 s getElementsInBuild(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.027 s addDependencyStringString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.019 s setBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.02 s getBundleLocalization(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.013 s exists_java(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.012 s getCopyrightURL(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.009 s getCopyrightText(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.023 s getLicenseURL(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.007 s getLicenseText(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.011 s setCopyright(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.013 s setLicense(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.009 s setVersion(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.011 s createFiles(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.008 s addRequiredFeature(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.012 s addInclude(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.029 s setUpdateURL(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.01 s getMissingBuildCommand(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.01 s addPlugin(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.011 s getArch(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.007 s getId(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.007 s getNL(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.006 s getOS(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.007 s getWS(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.007 s setId(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.009 s setNL(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.026 s setOS(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.009 s setWS(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.01 s getDescriptionURL(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.007 s setDescription(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.009 s addRequiredPlugin(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.013 s getMissingFiles(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.006 s getDescriptionText(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.007 s getProviderName(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.007 s getVersion(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.007 s setLabel(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.022 s getMissingNature(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.015 s getLabel(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.006 s setArch(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.01 s setProviderName(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.01 s testDiagramContentDoesNotLeak(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testValidatedProfiledModelContentDoesNotLeak_noEGenericTypes(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testCleanUpListenersOnItemProviders(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testProfileContentDoesNotLeak_noEGenericTypes(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testModelSetDoesNotLeak(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testValidatedProfiledModelContentDoesNotLeak(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testProfileContentDoesNotLeak(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testPropertySheetContentDoesNotLeak(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testModelExplorerContentDoesNotLeak(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testCreateNewElement(org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest) skipped testCreateNewElement_table(org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest) skipped testCanonicalEditPolicy_bug433206(org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest) skipped testOpenModel(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 7.89 s testDiagramCreation(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.856 s testAvailableAndActivePageWithNatTable(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) skipped testDiagramIndirectDeletion_bug433371(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 1.86 s testAvailableAndActivePage(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.473 s testModelWithDiagramCreation(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.299 s testContainedDiagramDeletion(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.329 s testMultipageEditor(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.506 s testNatTableDeletion(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) skipped testOpenEmptyModel(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.175 s testEmptyModelCreation(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.163 s testContainedNatTableDeletion(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 1.1 s testContainedTableDeletion(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) skipped testDiagramDeletion(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.737 s testTableCreation(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.159 s testUnavailablePageRecovery(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) skipped testEmptyDiModel(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) skipped testInvalidAvailablePage(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) Time elapsed: 0.375 s testCompleteCase(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) Time elapsed: 0.406 s testProxyDiagram(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) Time elapsed: 0.249 s testDeleteDiagramWithInvalidAvailablePage(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) Time elapsed: 0.354 s testProxyTable(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) skipped testInvalidTab(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) Time elapsed: 0.221 s testOpenModelWithSpecialChars(org.eclipse.papyrus.editor.integration.tests.tests.ModelSetTests) Time elapsed: 0.389 s testCreateModelWithSpecialChars(org.eclipse.papyrus.editor.integration.tests.tests.ModelSetTests) Time elapsed: 0.297 s testSashFoldersRestored(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 4.671 s testPropertySheetRestoredShowingCorrectInput(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 7.094 s testPerspectiveLayoutUnperturbed(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 4.444 s testEditPartSelectionRestored(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 4.168 s testActiveEditorRestoredSaveAll(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 3.111 s testModelExplorerExpansionRestored(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 3.648 s testPaletteStateRestored_paletteView(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 3.888 s testReloadIsDeferred(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 2.659 s testPaletteStateRestored(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 3.638 s testModelExplorerReferencedLibrariesRestored(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 2.406 s testActiveDiagramRestored(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) skipped testModelExplorerSelectionRestored(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 2.408 s Results: Tests run: 204, Failures: 0, Errors: 0, Skipped: 19 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.editors.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests >-- [INFO] Building org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT [145/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/org.eclipse.papyrus.infra.core.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.infra.core.suite.tests.AllTests org.eclipse.papyrus.infra.core.resource.ModelMultiException: Problems encountered while loading one of the models. ----- exceptions : ---------- org.eclipse.papyrus.infra.core.resource.uml.UmlModel : org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist. ----------------------------- at org.eclipse.papyrus.infra.core.resource.ModelSet.loadModels(ModelSet.java:589) at org.eclipse.papyrus.junit.utils.rules.AbstractModelFixture.initModelResources(AbstractModelFixture.java:301) at org.eclipse.papyrus.junit.utils.rules.AbstractModelFixture.starting(AbstractModelFixture.java:253) at org.junit.rules.TestWatcher.startingQuietly(TestWatcher.java:113) at org.junit.rules.TestWatcher.access$000(TestWatcher.java:52) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:59) at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:116) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5067) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4573) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1461) at org.eclipse.equinox.launcher.Main.main(Main.java:1434) Caused by: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist. at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.papyrus.infra.core.resource.ModelSet.handleDemandLoadException(ModelSet.java:240) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:406) at org.eclipse.papyrus.infra.core.resource.ModelSet.getResource(ModelSet.java:220) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourceLocator.basicGetResource(ResourceSetImpl.java:751) at org.eclipse.papyrus.infra.editor.welcome.internal.WelcomeModelManager$WelcomeLocator.getResource(WelcomeModelManager.java:233) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:352) at org.eclipse.papyrus.infra.core.resource.ModelSet.getResource(ModelSet.java:220) at org.eclipse.papyrus.infra.core.resource.AbstractBaseModel.loadModel(AbstractBaseModel.java:189) at org.eclipse.papyrus.infra.core.resource.ModelSet.loadModels(ModelSet.java:584) ... 70 more Caused by: org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist. at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330) at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204) at org.eclipse.core.internal.resources.File.getContents(File.java:273) at org.eclipse.core.internal.resources.File.getContents(File.java:266) at org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl$WorkbenchHelper.createPlatformResourceInputStream(PlatformResourceURIHandlerImpl.java:208) at org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.createInputStream(PlatformResourceURIHandlerImpl.java:568) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:358) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1314) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.papyrus.infra.core.resource.ModelSet.demandLoad(ModelSet.java:380) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 78 more Caused by: java.lang.Exception: Resource '/LanguageServiceTest/My.uml' does not exist. at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42) at org.eclipse.core.internal.resources.ResourceException.(ResourceException.java:38) ... 89 more Test privileged runnable.. Done. Test privileged callable.. Done. Tests run: 206, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 31.624 s - in org.eclipse.papyrus.infra.core.suite.tests.AllTests testGetModel(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.03 s testSave(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.689 s testLoadModels(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.013 s testGetTransactionalEditingDomain(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.001 s testCreateResource(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.016 s testImportAfterCreate(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.039 s testCreatesModels(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.001 s testSnippetCalledAfterLoadModels(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.001 s testSnippetCalledAfterCreateModels(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0 s testRegisterModel(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0 s testStartLateSnippet_bug481149(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.003 s testAddModelSetSnippet(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0 s testSaveAs(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.05 s testUnload(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.001 s testSave_onlyModifiedResources1(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.557 s testSave_onlyModifiedResources2(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.03 s testCreateModel(org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest) Time elapsed: 0.002 s testAddModelRoot(org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest) Time elapsed: 0.006 s testGetModelRoot(org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest) Time elapsed: 0.003 s testGetModelRoots(org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest) Time elapsed: 0.004 s testSaveModel(org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest) Time elapsed: 0.003 s testLoadModelIPath(org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest) Time elapsed: 0.005 s testCancelUnnestedCommand(org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest) Time elapsed: 0.008 s testCompleteNestedCommand(org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest) Time elapsed: 0.004 s testCancelTripleNestedCommand(org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest) Time elapsed: 0.011 s testCompleteTripleNestedCommand(org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest) Time elapsed: 0.05 s testCancelNestedCommand(org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest) Time elapsed: 0.004 s testCompleteUnnestedCommand(org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest) Time elapsed: 0.002 s testChangesInPreexistingResources_bug481151(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0.003 s testResourceLoaded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0.001 s testResourceAdded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0 s testUninstallResourceAdapter_bug482949(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0 s testRootAdded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0.001 s testRootRemoved(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0 s testResourceURI(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0 s testResourceUnloaded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0.001 s testResourceRemoved(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0.001 s testChangesInPreexistingResources_bug481151(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.007 s testResourceLoaded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.002 s testResourceAdded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.001 s testUninstallResourceAdapter_bug482949(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0 s testRootAdded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.001 s testRootRemoved(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.002 s testResourceURI(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.002 s testResourceUnloaded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.001 s testResourceRemoved(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.001 s equals(org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest) Time elapsed: 0.001 s getLocation(org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest) Time elapsed: 0 s getName(org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest) Time elapsed: 0 s getNode(org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest) Time elapsed: 0 s hashCode_(org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest) Time elapsed: 0 s contentBasedLanguagesInNewModel(org.eclipse.papyrus.infra.core.language.LanguageServiceTest) Time elapsed: 0.034 s contentTypeBasedLanguages(org.eclipse.papyrus.infra.core.language.LanguageServiceTest) Time elapsed: 0.001 s contentTypeBasedLanguages_uriWithoutExtension(org.eclipse.papyrus.infra.core.language.LanguageServiceTest) Time elapsed: 0.001 s languageBindings(org.eclipse.papyrus.infra.core.language.LanguageServiceTest) Time elapsed: 0 s testPartAutomaticRegistration(org.eclipse.papyrus.infra.core.services.ComposedServiceTest) Time elapsed: 0.003 s testAddServicePart(org.eclipse.papyrus.infra.core.services.ComposedServiceTest) Time elapsed: 0 s testRemoveServicePart(org.eclipse.papyrus.infra.core.services.ComposedServiceTest) Time elapsed: 0 s testGetService(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0.003 s testServiceFactoryWithClassKey(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0.002 s testAdd(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0 s testStartService(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0 s testCallsOrderForDescriptors(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0 s testStartDependantOrder(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0.001 s testPriority(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0 s testServiceFactoryCreation(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0 s testGetServiceByClass(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0 s testAddDirectInstance(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0 s testServiceFactoryWithRequiredInInit(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0.001 s testStartRegistryAndThenAddNewServiceAndStartIt(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0 s testCallsOrder(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0 s serviceStartedOnce(org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest) Time elapsed: 0.007 s uniqueServiceInstances(org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest) Time elapsed: 0.001 s servicesRecreated(org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest) Time elapsed: 0.002 s serviceDisposedOnce(org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest) Time elapsed: 0.001 s parallelAccess(org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest) Time elapsed: 3.237 s serviceNotInitialized(org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest) Time elapsed: 0.001 s testAdaptEMFOptionalPresent(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0.001 s testAdaptEMFOptionalNull(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptAdaptableDefaultNull(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0.001 s testAdaptAdaptableOptionalNull(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptInstanceDefaultPresent(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptAdaptableOptionalPresent(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptInstanceOptionalPresent(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptEMFDefaultPresent(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptAdaptableDefaultPresent(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptInstanceOptionalNull(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptAdaptableDefaultDefault(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s computeFails(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 3.004 s cancel(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 0 s timeOut(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 2.003 s normalCompletion(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 3.001 s listen_success(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 3.001 s timeOutWithSchedulingRule(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 2.003 s listen_failure(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 3.001 s normalCompletionWithSchedulingRule(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 3.001 s executeAndShutDown(org.eclipse.papyrus.infra.core.utils.JobExecutorServiceTest) Time elapsed: 0.002 s executeAndShutDownNow(org.eclipse.papyrus.infra.core.utils.JobExecutorServiceTest) Time elapsed: 0 s testPrivilegedProgressRunnable(org.eclipse.papyrus.infra.core.utils.TransactionHelperTest) Time elapsed: 0.058 s testDisposeTransactionExecutor(org.eclipse.papyrus.infra.core.utils.TransactionHelperTest) Time elapsed: 0.002 s testSimpleTransactionExecutor_readWrite(org.eclipse.papyrus.infra.core.utils.TransactionHelperTest) Time elapsed: 0.003 s testPrivilegedProgressCallable(org.eclipse.papyrus.infra.core.utils.TransactionHelperTest) Time elapsed: 0.003 s testSimpleTransactionExecutor_readOnly(org.eclipse.papyrus.infra.core.utils.TransactionHelperTest) Time elapsed: 0.001 s fillAWT_readAWT(org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests) Time elapsed: 0.172 s fillAWT_readSWT(org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests) Time elapsed: 0.014 s fillSWT_readAWT(org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests) skipped fillSWT_readSWT(org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests) Time elapsed: 0.001 s defaultCopierFactory(org.eclipse.papyrus.infra.core.clipboard.tests.CopierFactoryTest) Time elapsed: 0.009 s oneOffCopierFactory(org.eclipse.papyrus.infra.core.clipboard.tests.CopierFactoryTest) Time elapsed: 0.001 s testCreateFolder(org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest) Time elapsed: 0.004 s testCreateFolder2(org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest) Time elapsed: 0.005 s testCreateFolder_ITabFolderModel_int(org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest) Time elapsed: 0 s testAddTabIPageModel(org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest) Time elapsed: 0.001 s testRefreshTabs(org.eclipse.papyrus.infra.core.sasheditor.editor.SashMultiPageEditorTest) skipped org.eclipse.papyrus.infra.core.sasheditor.editor.SashMultiPageEditorTest skipped org.eclipse.papyrus.infra.core.sasheditor.editor.AllTests skipped testFirePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0.001 s testFirePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0 s testFirePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0 s testRemoveActiveEditorChangedListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0 s testFirePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0 s testFirePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0 s testFirePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0 s testAddActiveEditorChangedListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0 s testFirePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0.078 s testFirePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0 s testFirePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0.056 s testRemoveActiveEditorChangedListener(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) skipped testFirePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0 s testFirePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0.027 s testFirePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0.028 s testPageClosedEventLifeCycle(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0.018 s testPageClosedEventLifeCycleWhenLastPageOfFolder(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0.036 s testAddActiveEditorChangedListener(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) skipped testRefreshTabs(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.022 s testGetActiveEditor(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.01 s testlookupModelPage(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.011 s testFolderList(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.018 s testGetVisiblePages2(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.033 s testVisit(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.01 s testGetActiveEditor2(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.012 s testGetActiveEditorNoPage(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.004 s testFolderList2(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.02 s testSelectPagePageId(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) skipped testRefreshTabs2(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.009 s testGetVisiblePages(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.015 s testSetFolderTabMenuManager_MenuManager(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.034 s testGetVisiblePagesOneFoler(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.01 s testSelectPage(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.017 s testDisposeCallOnNestedEditorRemoval(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest) Time elapsed: 0.406 s testCallingDisposeTwice(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest) skipped testDisposeCallOnMainEditorClose(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest) Time elapsed: 0.166 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerMemoryLeakTest skipped testActivePageHistoryWhenPageIsClosed(org.eclipse.papyrus.infra.core.sasheditor.internal.ActiveHistoryTrackerBehaviorTest) Time elapsed: 0.026 s testEquals(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeEditorInputTest) Time elapsed: 0 s testStartMultipleFakeEditorsOneByOne(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.23 s testStartMultipleFakeEditors(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.3 s testCloseEditor(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.072 s testOpenEditor(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.077 s testOpenEditor_contentProvider(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.137 s testGetSashContainer(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.073 s testOpenEditor_nestedEditorCount(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.146 s testStartMultipleFakeEditorsOneByOneAndDispose(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.18 s testGetISashWindowsContentProvider(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest) Time elapsed: 0.004 s testDiSashModelMngrIPageModelFactory(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest) Time elapsed: 0.002 s testDiSashModelMngrIPageModelFactoryDiSashModel(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest) Time elapsed: 0 s testGetIPageMngr(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest) Time elapsed: 0 s testDiSashModelMngrIPageModelFactoryResource(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest) Time elapsed: 0 s testSetCurrentFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest) skipped testCreateFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest) Time elapsed: 0.015 s testGetRootModel(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest) Time elapsed: 0 s testLifeCycle(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest) Time elapsed: 0 s testCreateFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0.004 s testCloseLastTabFromLastFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0 s testMoveFolderInsideFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0.001 s testMoveFolderAroundFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0 s testCloseLastTab(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0 s testMoveFolderInsideFolderAtSpecifiedIndex(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0 s testModelIsWritable(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0.001 s testClosePage(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0 s testMovePageInsideFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0 s testMovePageBetweenFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0 s testUndoRedoMovePageInsideFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.005 s testCreateFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.002 s testCloseLastTabFromLastFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.001 s testMoveFolderInsideFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.002 s testMoveFolderAroundFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.001 s testCloseLastTab(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.001 s testMoveFolderInsideFolderAtSpecifiedIndex(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.001 s testModelIsWritable(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.001 s testClosePage(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0 s testMovePageInsideFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.001 s testMovePageBetweenFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.002 s testCloseAllOpenedPages(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0.008 s testAllPages(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0 s testAddPage(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0.001 s testCloseLastPageOfTabFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0 s testClosePage(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0 s testCloseOtherOpenedPages(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0.001 s testOpenPage(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0 s testRemovePage(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0 s testQuery(org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest) Time elapsed: 0.001 s testToString(org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest) Time elapsed: 0 s testCreateModelFPP(org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest) Time elapsed: 0 s testStaticCreates(org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest) Time elapsed: 0 s testQueriesWithResult(org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest) Time elapsed: 0 s Results: Tests run: 206, Failures: 0, Errors: 0, Skipped: 10 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.infra.core.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests >-- [INFO] Building org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT [146/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/org.eclipse.papyrus.infra.nattable.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.infra.nattable.suite.tests.AllTests GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6084b7c2 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23810f1c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1088de4f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41daab18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2c10397d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c8f4532 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@24c6e29 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e580455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@57bf4e08 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a9fe4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3c7b8d9c (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1037b3d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@783d1b55 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc11d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@718de588 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68417c46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6097fd30 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6083e37f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1aa928ee (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df4b17b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6fdaddf4 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6d7f92ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@779992a5 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59ac4e77 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@18f36234 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@397cb9da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@30bd79e0 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ccd1b6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6741245f (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7aa9b025 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@54a035a5 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24db5b77 No JFaces support for org.eclipse.jface.viewers.TableTreeViewer Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.98 s - in org.eclipse.papyrus.infra.nattable.suite.tests.AllTests test1_SelectElement(org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest) Time elapsed: 7.386 s test3_SelectMultipleElements(org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest) Time elapsed: 0.435 s test2_SelectElementInvertAxis(org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest) Time elapsed: 0.667 s test4_SelectMultipleElementsInvertAxis(org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest) Time elapsed: 0.344 s testCreationHandlerStatusOnSubSubModel(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest) Time elapsed: 1.315 s testCreationHandlerStatusOnSubSubPackage(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest) Time elapsed: 0.706 s testCreationHandlerStatusOnSubModel(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest) Time elapsed: 0.632 s testCreationAndSynchronization(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest) Time elapsed: 0.859 s testCreationHandlerStatusOnRootModel(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest) Time elapsed: 0.6 s testCreationHandlerStatusOnSubPackage(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest) Time elapsed: 0.579 s testOpenExistingTable(org.eclipse.papyrus.infra.nattable.views.tests.tests.OpenTableTest) Time elapsed: 1.741 s verifyContentsForTable1(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableVerifyContents) Time elapsed: 0.045 s createTable2AndDestroyAnOwnedElement(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationAndSynchronizationTest) Time elapsed: 0.634 s createTableEditorWithSameContextAndOwnerWithoutOpenIt(org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests) Time elapsed: 0.669 s createTableEditorWithDifferentContextAndOwnerWithoutOpenIt(org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests) Time elapsed: 0.58 s createTableEditorWithDifferentContextAndOwnerAndOpenIt(org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests) Time elapsed: 1.211 s createTableEditorWithSameContextAndOwnerAndOpenIt(org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests) Time elapsed: 1.101 s createSortedTable(org.eclipse.papyrus.infra.nattable.common.tests.SortedTableCreationTest) Time elapsed: 0.718 s test_getNamedStyle(org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests) Time elapsed: 0.001 s test_StyleCreation(org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests) Time elapsed: 0 s test_getStyle(org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests) Time elapsed: 0 s test_CellThenRowSelection(org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest) Time elapsed: 0.412 s testRowSelection(org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest) Time elapsed: 0.393 s test_RowThenCellSelection(org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest) Time elapsed: 0.417 s test_RowSelectionWithCTRL(org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest) Time elapsed: 0.452 s isCategory_V1_V1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0.001 s isCategory_H1_V1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_H1_H1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_Empty_H1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_V1_V1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_V1_H1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_H1_H1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_Empty_H1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_V1_H1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_Empty_H1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_Empty_H1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_H1_V1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_Empty_V1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_V1_V1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_H1_V1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_Empty_V1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_V1_V1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_H1_H1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_V1_H1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_Empty_V1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_H1_H1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_V1_H1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0.001 s getDepth_Empty_V1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_H1_V1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getText_selectionOfMultipleTables(org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest) Time elapsed: 1.127 s getText_unnamedTableChangeContextName(org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest) Time elapsed: 0.333 s getText_namedTableNotifications(org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest) Time elapsed: 0.324 s getText_namedTable(org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest) Time elapsed: 0.399 s getText_unnamedTable(org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest) Time elapsed: 0.329 s getText_unnamedTableNotifications(org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest) Time elapsed: 0.305 s Results: Tests run: 55, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.infra.nattable.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests >-- [INFO] Building org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT [147/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/target/org.eclipse.papyrus.infra.architecture.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT [148/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/target/org.eclipse.papyrus.infra.services.labelprovider.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests >-- [INFO] Building org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT [149/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/target/org.eclipse.papyrus.infra.ui.architecture.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests >--- [INFO] Building org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT [150/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/org.eclipse.papyrus.infra.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.infra.suite.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. No JFaces support for org.eclipse.jface.viewers.TableTreeViewer GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@76da81a (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36027abe (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ad10c6e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21fcdb5b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d0b631 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ad7ce47 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50c610ce (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b3b9a06 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4f750184 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b785caa (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57f1382f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@166e3e91 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ff42081 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ded4e7 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29c58769 (visible: false, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@97b8f7f (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@281ffdcd (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3941893d (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50550cc1 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1699f326 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68363554 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4f750184 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e5c5339 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@40d9a580 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7609c7da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@63bd43e2 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2bb113b6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c40eec5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@675f9a59 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dfbe5c8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25b00159 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cf6e2d2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b2e24d0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b65bb96 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52be13e5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63aa344d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@63ae8e1f (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a783c3f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@58e25b04 (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58a0f4db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c564864 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cae2b14 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a7d46f4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19457d60 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@289f80c2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a6b8c93 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@94dbbb4 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@26c60b1b (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@140c825 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d1070d9 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20673d6d (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@107aad7 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@9ea3dbe (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d12dd1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@565e883e (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e7b3dcd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41695708 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64954714 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21dae48d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50cdeefd (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4538add7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7365feb4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e2b6de1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43c2b7e6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@281b9460 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@5133bb2 (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@88b6e9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@33acfa92 (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6991c93d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b6109e3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@608f1ecb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f2b35db (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d52f384 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c8fcce3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@1e6d0ad8 (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13fc5c62 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a04a67f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36da8d99 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7664f928 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dcb3e54 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27241725 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@36d6582a (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cb77a85 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@befba1e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@17df7373 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@210caf8e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2909dc3b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5add474c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72c15a10 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4380af5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f2b19ce (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aa97ea7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e7e30a3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a48debc (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49026eb8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@406b26c (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fe7aa5c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@7eaad4ec (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76655b12 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f6ec35 [EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram [EXPANSION_DIAGRAM]+-->ID - Representation [EXPANSION_DIAGRAM] "Interface_Label" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomRepresentationImpl@7785ca6f (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.NestedInterfaceForInterfaceEditPart, name: Nested Interface Label, viewFactory: org.eclipse.gmf.runtime.diagram.ui.view.factories.optimal.ShapeViewFactory, description: null) [EXPANSION_DIAGRAM] "Implemented Interfaces" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomInducedRepresentationImpl@3d177859 (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.common.editparts.ListCompartmentEditPart, name: Compartment to implement interfaces, viewFactory: org.eclipse.gmf.runtime.diagram.ui.view.factories.optimal.CompartmentViewFactory, description: null) (hint: Implemented Interfaces) [EXPANSION_DIAGRAM] "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@4d19dc09 (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.ClassEditPart, name: Reuse representation of class of the class diagram, viewFactory: org.eclipse.papyrus.infra.gmfdiag.common.utils.ClassifierViewFactory, description: null) (reusedID: Class_Shape) [EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs [EXPANSION_DIAGRAM] "Implemented Interfaces" [Interface_Label] [EXPANSION_DIAGRAM] "Class Diagram" [Class_Shape] [EXPANSION_DIAGRAM] "Class_Shape" [Implemented Interfaces] GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@794e4ab8 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@625efca5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30504909 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@719fc17c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f212e4d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7727e4f7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f7a18aa (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68fa3b1f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b6a152b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@538c8b3f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a3c03cd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@46300f1b (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3167b97 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@6d3b1379 (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7da1b727 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cd1b918 (visible: true, type: Interface_Label, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@71cc7a51 [EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram [EXPANSION_DIAGRAM]+-->ID - Representation [EXPANSION_DIAGRAM] "Interface_BorderItem" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomRepresentationImpl@482c1e49 (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.NestedInterfaceForClassEditPart, name: Interface as BorderItem, viewFactory: org.eclipse.gmf.runtime.diagram.ui.view.factories.optimal.ShapeViewFactory, description: null) [EXPANSION_DIAGRAM] "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@65fb15d (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.ClassEditPart, name: Reuse representation of class of the class diagram, viewFactory: org.eclipse.papyrus.infra.gmfdiag.common.utils.ClassifierViewFactory, description: null) (reusedID: Class_Shape) [EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs [EXPANSION_DIAGRAM] "Class Diagram" [Class_Shape] [EXPANSION_DIAGRAM] "Class_Shape" [Interface_BorderItem] GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7b44aca8 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@bb9f7bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44835b4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@bb9f7bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36c6a47d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@bb9f7bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7218994c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@bb9f7bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69c72fe6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@bb9f7bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a216ded (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@bb9f7bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e2a1f3f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@bb9f7bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2168c995 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@bb9f7bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27397474 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@bb9f7bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ecbc037 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@bb9f7bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@608faa6c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@bb9f7bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f61907 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@bb9f7bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@326e8521 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@bb9f7bd [EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram [EXPANSION_DIAGRAM]+-->ID - Representation [EXPANSION_DIAGRAM] "Implemented Interfaces" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomInducedRepresentationImpl@3933c5eb (editPartQualifiedName: null, name: Compartment to implement interfaces, viewFactory: null, description: null) (hint: Implemented Interfaces) [EXPANSION_DIAGRAM] "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@4fb770e4 (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.ClassEditPart, name: Reuse respresentation of class of the class diagram, viewFactory: org.eclipse.papyrus.infra.gmfdiag.common.utils.ClassifierViewFactory, description: null) (reusedID: Class_Shape) [EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs [EXPANSION_DIAGRAM] "Class Diagram" [Class_Shape] [EXPANSION_DIAGRAM] "Class_Shape" [Implemented Interfaces] GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@600ff7df (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44f12c0e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fa327dc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@163202cf (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@444072b8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bf51bb0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4767e845 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78508e14 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b851cd4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58f57ddf (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b4416c9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@1b6fe2b8 (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77112b3f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@1955a464 (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3847c433 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a152dc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@29dd4a18 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca41a9a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53e440d6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca41a9a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@123c6a38 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca41a9a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44425ea9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca41a9a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@761f4364 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca41a9a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42b42810 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca41a9a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72d14bf2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca41a9a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58c005c7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca41a9a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23a7245d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca41a9a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29203eda (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca41a9a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52b617ca (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca41a9a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36327084 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca41a9a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f791f90 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca41a9a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@47ff29f6 (visible: true, type: Dependency_Link, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca41a9a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5ec9a889 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@197abff8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@366bb48e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@138a559a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cddd017 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cd31c30 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d631515 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50575907 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4af0e218 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@714eb933 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@558c4031 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@69af3497 (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52a8cfe6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@6abbc990 (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29e11a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba7321 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@38315053 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4af4f7d2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14e0057b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@149d33cc (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b3b73a2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62d342f3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6566368e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74e1d672 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@177fa89e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e3ecf14 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76cd003e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@6f78d32e (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@356ff605 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@29eb5dc8 (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41a4e99f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b295bf3 (visible: true, type: Interface_Label, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8379c3d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1718eaff (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32fe44d7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@738e3065 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@603dfe92 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70ba8d57 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d967ca (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32ea68de (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b53a7ef (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@247a4421 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10182de5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13d60fcc (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@772e5413 (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78e93f30 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSCompartmentImpl@4bbecf98 (visible: true, type: Implemented Interfaces, mutable: false) (collapsed: false) (canonical: true, showTitle: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4adf562a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23aa7742 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@19751f97 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: master, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4355a0fd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17c1ec80 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bb4949 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a3f7bfb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52d42672 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@430de939 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e8c05ec (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@784fed98 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b7715f2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66c136db (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@561770a0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@788441d8 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b7944c1 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f349ed2 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@386058ae (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62c500db (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13cfa6c7 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28b0bf5f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c8e849c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db65ca3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@129f64a2 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: slave1, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2eb6f1fd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40d14fa0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f326b89 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c2e278c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68399279 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@570cae89 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e018bb9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@508ee92a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58d2252f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5796dae4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7601190a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a6bad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1088438f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dd5d67c (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44114b3b (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4de9ca02 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@577b31a0 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e4b3cdb (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@367180f4 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c6ba6fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4422f4e2 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: master, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53e3899f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31a87402 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eeae900 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62dc4c82 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a52891c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36775f1e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5010d6a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@240a4bc1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f8da13b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b481a3a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d4d3be1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@332b7440 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7082b738 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15846c87 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@466d7b39 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21ffb6bb (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36f73ec0 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68399b44 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70d3c1eb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2976d7fd (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: slave2, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f1907e9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b1b04fb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10590a22 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48ee86ac (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22078112 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ea4372b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63b7f531 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2781c2b8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dd71b1d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62c8b4c3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72ab8a1c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3891228e (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ef65f66 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@380f06e (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77068239 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@602929c7 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3714aed6 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@268bc1e5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@265f7aab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@292ea498 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ff04f38 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42d313d7 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62a40645 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f1ee62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@625dd707 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: master, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@496930f7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@cb68c9f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a2c12d2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76ab6fc8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16221b75 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7af0b805 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7a9e7332 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e241656 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ad17438 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2499994e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c3544a0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ee6f16a (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a8d9977 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a37b04c (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69ba20a2 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16847610 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63e4b6c7 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2237c9d2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21548fd4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1a001715 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: slave2, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7933dab4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12558e25 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@249c2f0a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59bfa72a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4132efaf (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@436b42af (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@292116ef (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@311024c7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e0874f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2738ce9f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e2ef533 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c072d27 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30664971 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42acef4 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d4644c8 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53bbdd77 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e9385e1 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f853140 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74b38e62 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5740e804 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41b0095d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3657c242 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@be23814 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2527f85f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e6aa006 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cb09348 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67723ca8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@be22004 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e8b3820 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d7a2449 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56aaa982 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5740e804 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299a4122 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cb09348 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a5081b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2eaa791e (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: master, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b681523 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6edb3e51 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e06199d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58432197 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fbcae4c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f58c8eb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@635d434d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3570e21 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cdaa1a7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c292bed (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ccd2e02 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c91d3b2 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a25d101 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2175f3bf (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59f0c9bf (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39423f50 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66cf98c9 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a710b63 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c1c5fd0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fd35f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@62b61c9e (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: slave2, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2491c025 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ea2ed64 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ad6e153 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12ec3dbc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@754047e2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fc60aec (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2b0eeb1f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7600bf25 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c9f11c6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33ab3383 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56b78f4b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56c84821 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c51fe99 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24c67975 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bfbb3f2 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@516757b7 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6238aff (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b18fb03 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49607bd9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17f2425c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@333b0900 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: master, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f9c509f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71192931 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fca487d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59979f30 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22957bc1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1defc5d7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@62660341 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78982f0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22172e60 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49d6cecf (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d0a1dca (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c08ba73 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71592182 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ad5b5cc (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ec8d833 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@706d05ac (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23d0b26e (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cba51ac (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f24c67b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2638ccc4 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: slave2, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ec09737 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67080c56 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@261dcd0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@286c34e7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c60d44d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@687adf0f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75db0dcc (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@388fd079 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3398b932 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f321c4f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cea4c72 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20a5eb0a (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65f9c3c5 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47934876 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5270186 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1835211f (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@537dbdb6 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d44abb8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@747cf213 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69ee97ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71192931 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@62660341 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5452438b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@753c1245 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: master, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ac09282 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@451f0258 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f0197e6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3410c73e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e80c586 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16da8103 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@42350e34 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53efe2e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f5f1c0e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d7ce526 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@538439c9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58d8f856 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48dcced5 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3df76b04 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@369ee8e9 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39c9f1a (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bedb048 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a0189c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e441c11 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ff6fe1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6308f106 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: slave2, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26cddc17 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c9c1def (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39d63b8b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@559727bb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51dee5e0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ee4a75b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e278a50 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a70f508 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b91df0a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78b33552 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f466b78 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ca90930 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d432406 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@be024bd (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f5e65ca (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28df661a (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3794d469 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@114aef1f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@358a6c3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d09f326 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@14dad9fa (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: master, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6333277b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@663574f8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c20bd90 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74055ead (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e51af17 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@628067dd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d88d999 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e8c1697 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55dc9739 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71808e8f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@785ab992 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a9d4075 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c2ed64 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3923c512 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57bc3486 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@443c7cf8 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32118b25 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a0d92f4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e965c1a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f74d699 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7c68444a (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: slave2, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78b25da5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f70fd93 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3730a618 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6371d558 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bba05d5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f37cae7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@55191aa1 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@123e528e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e44040c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29965e5f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@575fa71f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43351571 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46ffc891 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@305b0664 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e4ee9e5 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d3c9dc2 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a3000b9 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8eb68e0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d389f71 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e55c8a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@43c7ec14 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: master, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5feabbde (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53ee7b08 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@503b2c39 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@265ea77f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d24424d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1388ad04 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@50c67d6e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36cfdf2b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@180fb6e3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6632588b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22245889 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11b83768 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7313880 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@342c6095 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@445df4fe (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f810802 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f8d7f21 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2df9080d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5bb4a870 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188d4adf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@e60e130 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: slave2, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c2ea931 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e3c809b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32ee84a4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12c0cbc9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6527728d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38273966 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@9266f87 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@503dd449 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@586e846f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3033645c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b869cd1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fb0645b (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14c38dc1 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22bda9ba (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d70a4c4 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cad604 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21f9099f (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46a472d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38efd5ad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31b9f380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2ae1d396 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1708291c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39dda6c2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1708291c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ae6c427 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1708291c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c53bc37 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1708291c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cb5fb3d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1708291c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ce89066 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1708291c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c3b2b13 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1708291c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19b6b5ff (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1708291c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@405fffa5 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1708291c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a78ee04 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1708291c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68254199 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1708291c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b8fce77 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1708291c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a299375 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1708291c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7a1bc18d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4828bb73 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61605fac (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23eb4b81 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a263163 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@158e8a84 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39393e54 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bd7c6b3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fefbafa (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b8a4425 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12846638 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1168e3df (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53dd997a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fc8dda4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@215993ec (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2511aac7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6feac392 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c1d42f3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f18d30c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628a5a91 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@11384e8 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@548a7796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16fbed05 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@548a7796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@679904a0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@548a7796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ec3caaa (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@548a7796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ab07ff3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@548a7796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2171976b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@548a7796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cc5a1ab (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@548a7796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f56a699 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@548a7796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30bdb476 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@548a7796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1af083a7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@548a7796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ed04872 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@548a7796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a05126c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@548a7796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26485bfc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@548a7796 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3db556fe (visible: true, type: CompositeStructure, mutable: false) (name: CompositeDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57cf5519 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50b7f3b2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57cf5519 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b37952b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57cf5519 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63676a50 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57cf5519 Warning: NLS unused message: "Select in: messages GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4894bc8f (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57cf5519 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7282d301 (visible: true, type: Property_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57cf5519 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4772a3ed (visible: true, type: Property_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57cf5519 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d54d090 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57cf5519 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4395f1b2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57cf5519 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29a225a5 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57cf5519 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ea14a6c (visible: true, type: Property_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57cf5519 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c9435e3 (visible: true, type: Property_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57cf5519 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f7b4fd7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57cf5519 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ae4914b (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26f2d9b2 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6496f86b (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d7e75ab (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d662736 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3759aa16 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d3d06d9 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@540c1947 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32123796 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d17108c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32598f57 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ec7b8c6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f74035f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cdaf0a1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bf48ae9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1468397f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cccefb1 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d977f3a (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@625993ae (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4034ae29 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47c6c9d6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@107c1509 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13939a85 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4abc7cc3 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46c018f2 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37334b3 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6096e510 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e1d7bfe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ae47d48 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65fd2223 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31575a83 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@338843a9 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43137db5 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49da8e8 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cdc3a59 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4076d68e (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e690b34 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20af4a4a (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@140359d7 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bc41354 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@564a4242 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63ed4845 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41ed6bc0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2968e45a (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e30d8d2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@584a3161 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a1929f2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c0ec6d7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3671840b (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7a57d0bd (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cc5d853 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b83f4db (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bc87c2 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a517be8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14868d63 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1edd014f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f80c2bf (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75a53313 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3eabfbdb (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@450332ea (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4c9da87d (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@392cc98f (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68095f95 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4e02df3c (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fb96788 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4fef0e6a (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6391b01d (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@228a85d0 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73505943 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cb98b83 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@335164a1 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@63c0d9f7 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@608df309 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fa9227c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@119bb59c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c89fc9e (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37378727 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4179e3f3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@222ff976 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bb42ea1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b386546 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@115b49e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@640fc821 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59d6a366 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6363d446 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27ea9236 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b1bc80d (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ebad692 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b9ab59d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f82f224 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f5e4984 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31e8f7ce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@563731bd (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b5c5151 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22f47742 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c285a09 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42029c85 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@272b2cce (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c14b0c5 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@455cffb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4be887b0 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c175855 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cc7e8a1 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@187b56b6 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9ef5406 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24b3b8a8 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@417aeea6 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6996d2b4 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2aeba1c6 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34a435b0 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@429a603b (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@957212d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@198e8ccc (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45f9a7f8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@733c980e (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62c7114d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@693f1280 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@746dbe25 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@69e6d629 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c86aeb6 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4628a7da (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a30fe57 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@484a60fb (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13646590 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b7d9bad (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3de44718 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3668ca14 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4383550b (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ea2bdbc (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7535c94f (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f2f22e0 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a0d4556 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5a241a32 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@608ac289 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@770054ac (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48e2045a (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@553bc060 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eaf6014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51f88fc6 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f8c25d2 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@c0003c3 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74e5502f (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5eda3e1f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47b89034 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@125044f0 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67494021 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ff36eae (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c44963d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2686a827 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1042b559 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@316d31a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6578e8bc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48192e2a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36143369 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46cb5523 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66667be0 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17bde6e7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d635760 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41198ea6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d8da13e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53f33cee (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6afd91a7 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14ccaae (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73eaf283 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@730789e7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@857a540 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43d0a61 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@449ed798 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c12ec81 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@df4549e (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a728eed (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f4e932f (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62c1e776 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23e2b790 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74947a4a (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1326b271 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@177efa93 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ef2ee72 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bb0496a (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@710abbde (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5998888a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@294ae8c3 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@368f792f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@adb28f6 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@501b5097 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cee78f9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ceec4b1 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@c70ceff (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52b8bc90 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31877184 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2057d6d5 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@33c2a851 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73fdd59 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@340f90ea (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d63ede4 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fbe5a57 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@501b87d3 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a57ff05 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@da9882d (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ba7d519 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2edd9c8 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3bab96d9 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70fd3288 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4b4b9ee5 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@359a1b6e (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2782b588 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b57cf1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e185f00 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54c07d34 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3ec66ec4 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@430ccea7 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40cf58d0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47ddaacf (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c8d91b1 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56ce5da9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@615afd3e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5654c31b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@598a649e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@248f7ba9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a51086f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51c3c13c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58fdb46 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10a31362 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73dbfec5 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3694a904 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@301bcb7a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5613c8fc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33be740f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dbe39db (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14cd86bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@282568e0 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@eecb9d4 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16d1db99 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f9c5f8b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c010aa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fe356d1 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2448ea15 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@337709ce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@798fe434 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d4223e2 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b51d22b (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f8a530b (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42bf1469 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@266ffe61 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e4fbc98 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5045eded (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a7d1140 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24a5f8ca (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ed072a9 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38993951 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fbe9212 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40107731 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c9772d7 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d5e0f17 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74106b1e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@101462f5 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ff352ff (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a04d196 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c3911d1 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fdc5d68 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@273cd9cc (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a292c8f (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65a32908 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b79940a (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fd9d450 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ca23a51 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cb521a0 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7adb0297 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56774584 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@404c0ee9 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6ab60bb9 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43419f78 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@50ec1f41 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b9c5c1 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@552edb21 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53a339f5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16d0e2b1 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c69c530 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@204a4832 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: default, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dfe9665 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64ccf28a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a6a1a1b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3221183b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e4cce73 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38f5cb (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@711ac256 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bf030ea (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2be0ae54 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10938186 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ae51247 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c1f3943 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@338c21db (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6303c79c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4924f648 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6de61bf9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41fa2a3f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25aa7576 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48456527 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11d2f8ee (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3744934b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ba57157 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f898ad8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@785d3a1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bff7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55decfe2 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36259ae9 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@22feeafd (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: default, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@321f9139 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@239a08ff (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@701ffee8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@307e943d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f4f9b3d (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@644af659 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42186a06 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@410492d9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@577a6931 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a99f51a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e0818b4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7256b53b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51c1e631 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a76d6ca (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64a931ab (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63eb574f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f31d14f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1eb1d362 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@335b92bb (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bb4df59 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@787e878e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73dfcd44 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d0ae877 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ddbaf82 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4122be92 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e37de9b (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cc2d4d (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@707da55 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@351504a7 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e48872d (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d5fee3c (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ca39272 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b6db880 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fff51b8 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76b67e7e (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b710a7c (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d7c5abb (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7324576e (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4db2f499 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62e0da6b (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c64c0e9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cfe97f0 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6144352e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e972d94 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4999eb75 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@18781189 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4d7cd1c4 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4eedafac (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3cdf4c59 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@30222e2d (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6746dcf3 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33b6ec75 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@404c69b9 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2875c4fb (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eef71ab (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7613b8f7 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6803d4a8 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aab2869 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3800774d (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22823567 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a6b7fa2 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a6709da (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a6c1240 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79199607 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33793ec (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4122be92 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e37de9b (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cc2d4d (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@707da55 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@351504a7 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e48872d (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fff51b8 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d7c5abb (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4eedafac (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4d7cd1c4 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@30222e2d (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@18781189 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3cdf4c59 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6803d4a8 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@74877456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32864816 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31d1a16e (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@10a2c5d3 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: default, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6249b264 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56ad60c7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d9c9499 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4257f3da (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2177548c (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51f4e9a7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ae8cb67 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fad53bb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a518de3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e22a5c0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45c9e252 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@baab773 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2eb4db82 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f65e030 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@332347fc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b4c12d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22bf7ac4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79ed319b (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7018418d (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65824ffe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3aeec4f8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e531fc7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52b811de (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70a0f513 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c185fff (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d6bd43b (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fda84b6 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50e6af9a (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f87a26a (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c362fd1 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22e29217 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3712daaf (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51ae4651 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24f3c4df (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75329e65 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73a2f2ec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2192c418 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b0f1dcc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cda4e90 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f7274ee (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@41ecc582 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@14f764bf (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f820ed (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e496bc6 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3834adda (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5de263e8 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@651c58a5 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4d52753e (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6cecc8a4 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74969c1e (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3585bdcc (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b4d5be7 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59826f53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40bc9787 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fccacbc (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@18312ad3 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: default, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bd9c29 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a56fe8c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70200eae (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ba3fdfc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@568cb243 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@330c334e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f75c803 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33c86702 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55daf559 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60c2f7b0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@647a44f8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c413409 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ae705bb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@194c14e4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30045efd (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bd94b37 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7451ab7f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35cc4a36 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a3b9c4d (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@768eef4c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c5f3e5a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e7818fe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6efe867f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@556da4df (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@154cb870 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e526c9f (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79452b1c (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5aed1c92 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ffa5055 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8573914 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@330032cd (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69850ac7 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e0872c4 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58d593d2 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a1a790b (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d7e8828 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4578553b (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15319ab9 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f570b77 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@351a0de8 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59c0a7bf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e0db5e1 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@502b44ab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@641a9f85 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cf36561 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d82146a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@18b8bf22 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2000d92d (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1112848e (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7daaad0e (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2639711a (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7085e28f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a177674 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36c80978 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b6b2ca0 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14bb769f (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3000cffc (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bb70ca6 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21bd7e7f (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f42e656 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b707e0e (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@702e0baf (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43e6375 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44caa3a0 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47c99ac5 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aad6691 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@124d742b (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59e5df5f (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1f44a5ec (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a41074 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22e254e0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e9ae385 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a1d22c (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f1d963e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c568eda (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5672261d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29990ff3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b426f7c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1502319d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d5adf1e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fe049a1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73917f9e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@799e9880 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33eb3a02 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bc9a875 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b164ab9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76fed99e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39b6d1f0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fe057ab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cb3982b (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e1e3835 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c5540f8 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23618daf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e218da0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71b85aed (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51127ed1 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@170208b1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@464f0d66 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20c89a4 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3093611f (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@446268ff (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d431107 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51ecc1f2 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57456696 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c32ec2f (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5737add9 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44e249e (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c7d78b0 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c2540ad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13f3d80e (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a605eb4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@383ab573 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bad65d2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17e2c12d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@c426e19 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6874244f (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66bacd07 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6052d3ba (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53b728cf (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3335dc1b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f04f340 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e66b2ce (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ca4bc9d (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@246d3a97 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f49e2be (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dcff2f9 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@d06d8b (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b4077b3 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ff1f0d3 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b431b92 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19ce8a4f (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@710f1afb (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4869b72e (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68286a8f (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5582967 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17ff03ba (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c8e1514 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6276c235 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9e2bac9 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e36d763 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1a106e83 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b04f6c (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14f33712 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4aaee641 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@797cefc1 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@356a7f9b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ccd4418 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28f6a967 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dcfec5a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dba3a20 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c9eccfd (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32ed70aa (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b13393d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79312176 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1984095e (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a10b9c4 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5668cd2a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@762b3e5 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58add40d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21620b32 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e6f6a05 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b28daca (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16bf6462 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e1d403e (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25721749 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f306f48 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a64e49f (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45ab8c7 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cde35eb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@491c6f0f (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c32d4e (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51b6f033 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38c776a4 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1fd56740 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73cafa8d (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f87fbd6 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@650b9114 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b2b8ef2 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39ab7810 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fb8bff8 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b06cc99 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@426c9e65 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23c4ab07 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d9f7f91 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@971cbb8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2276af9d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5b997ec4 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4aaf2cee (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44f1d668 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@be84afd (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2883e38e (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a68dab3 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c67745d (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dbc708f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@810455b (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42e5e0ee (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17b330e9 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5882e502 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@70b8c8 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43daf14a (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@674f7e59 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d019e7b (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63c94d05 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4092f672 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8513d83 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ad8dea3 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4920a7bc (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d629868 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b152554 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@196ac157 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5bedb7e8 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2139328a (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e54b961 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4660d039 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1325505b (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6653ce78 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43af00aa (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2aec2813 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77eb37bd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e3c649 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@621b3b7a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22233c3b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@111c01e5 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@645f5a4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51311f16 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fa99ef4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b582fac (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dadaaaa (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24aa3775 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e7ca88d (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37506605 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9dbb429 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36d02fd3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21b2988d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35192cfb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bab1eb2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9e52bb5 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d713aa6 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@550dffb (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16defbbd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c0d03b7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f06046 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40e1547 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bdba5a2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c6a5d90 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2953d77c (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20784e03 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@302729b6 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c5c17b3 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73313ae9 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40d74023 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f6548ec (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79979542 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c36c0f6 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a479ae8 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c4a2870 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4da6b165 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f9dbb6e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fbc9fe2 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c27cc9c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a62fd64 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d4082c0 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5cd96781 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5630c294 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fafece0 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8d76a90 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@133d0cc2 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cfa4d50 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3165323c (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dcef243 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5207b1d5 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e3a85a4 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77522171 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4e03d192 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e760ad7 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@334e9e9f (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54e18634 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a662dce (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d6ee785 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@104e71c0 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f687dc1 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71f650e8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@740656a2 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d72fd66 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75267b8 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b2d32ed (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72df5be1 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62e85614 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4930e6b1 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56346b35 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54b42582 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44868fde (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51257a36 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@614b3cef (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7977cdce (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@267ae1c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10a5c1ce (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c00e01d (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1ece1a02 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f29a90a (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52839492 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44f2f58e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5140367c (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f97080c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@247f0bdc (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@466219c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@86a6a97 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fb2777d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dad65c0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ad9c0fc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54462e0e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27fa9857 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78aeca7b (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44f04255 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e3e387e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60b6f03d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cc3bba (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f8548b0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d58998 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53b71a9a (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c434806 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a712d53 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7dba7566 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7afe775f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59fa0741 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22acbd8d (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24f4b03e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@209811f4 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@508d6e5d (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5bcd5c01 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21e08a8a (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@696e2090 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7965e66f (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b5cdf75 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d28d637 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a281271 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e4ac16 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cdceb29 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3226d2ea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5078e25d (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@407bb66c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33bc0381 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b11b994 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66d00be6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59e213b2 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6029ec0 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70bf5796 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f7eaa42 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ad914e5 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@78ef1138 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@452eee7b (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62d77e54 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c0ccc4c (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62b61fe0 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bc4446b (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15e1b66b (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d4fbcef (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b6aa002 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f4720ff (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@47e7dc4c (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7964ffc (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77532943 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22ecf6bf (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b53a22 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4840488f (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@405a1257 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12d034e1 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ba5bf5a (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1aa610b3 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@501e23bc (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d85a8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21437afc (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34117484 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6eec33a4 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b464767 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e380252 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e883df6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59cc6e98 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22a2e26f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d12d186 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c481a0e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34c98fa4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d6805bf (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6acd0e6a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b8ad760 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d5af893 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e459170 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@382705b9 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5751c589 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f7e3141 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18560a0f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45deacbb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63e9c903 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5724f5b7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d040e4f (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ce207ea (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2860433e (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ada0e1a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@172e9bde (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45ad5b52 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@472cefc7 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dcc0484 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d7a4fa7 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5718c71a (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d83c22e (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bc43c6e (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30463cda (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d9b57a4 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cc15ac8 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e4fad9a (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d74a455 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5bc66892 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@555f1c1a (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8bd3945 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40a98d1a (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e17a06a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fd4d9fc (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6748a306 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@628f8ed7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71406c1 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@206d3af6 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@591e5a65 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@401a73a3 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32e5dfa5 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2afd1460 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64f1e84b (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20abb2d4 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d6b1967 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bf801dc (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7092b8c5 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c769f86 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@31d55930 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@252d169e (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3313381f (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29fd0d78 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1eacf6a4 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3893220c (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58b38ff7 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ef96c65 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44e376da (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@762b5fc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@486cde09 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bf1a360 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@13194d0e (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cf5fd54 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56bdd05a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dce9254 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2dc7d490 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20b96dbb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17081296 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76a76ada (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ee144b5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5716a0c5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@146bce99 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48b7df9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@503510a1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51fc71f3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38c43d67 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63dc19bc (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@361989a7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a457790 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ee9e2b5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cb8561c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76a65679 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a206842 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e5f31d8 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3032c8f7 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69791406 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ba8c7b6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75fc7e8 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44fb5ee8 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2761b63 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49b41238 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fbda7b (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19aa1c4d (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@307aa20d (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f710b18 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@161c5027 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@478d8bf0 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c30dfd8 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@480d0b54 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d776625 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@492542f5 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c886d20 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30a11587 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@545c0cb1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3333284f (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b1da973 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2914af34 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@15aca3d3 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@35f5d776 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79365412 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7779ddf7 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77647209 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d155a45 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c72b694 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@766b061b (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59fc8b20 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cb112c9 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bad0a87 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39662a3e (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3165e575 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53e07c25 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ce978c1 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77fd2fce (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c3b3ece (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d01cfa6 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b604d69 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ccd01ce (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58d8fdb9 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3787f099 (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@797caa78 (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@838517f (visible: true, type: Interface_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cee7dd5 (visible: true, type: Interface_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b68483a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b8f5f87 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8b73f69 (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@be2d1a0 (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7dc6145f (visible: true, type: Interface_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@706a6144 (visible: true, type: Interface_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fd3e756 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b28ddc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7424a1c0 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53550f81 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@18503263 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4616d250 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@259f0a1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24016f1e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ecd880d (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@136165a3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66fd77d2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3236b9f9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7dba27e5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@385fadf7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c1bb405 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7613d46c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4be26ab2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40d062f0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b69464d (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18d962b2 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4570848f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24f553a9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b5e67d5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cdf044c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19187cff (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bfd6aaa (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b81677b (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dde1bd3 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@660268ba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a8e0b61 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19d75130 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71ae1fe4 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e3f1f94 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14b20b07 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ac4c8e (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32a539e6 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a220e53 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fa8ace1 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62667fad (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7619071b (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36319617 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1417a59a (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49b3b7a7 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d15064a (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ef83c57 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70c6f4fc (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58da7981 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37bdd173 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31e0c76 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d310e44 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3360c781 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@64df987d (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6658300a (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@481dcb9c (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75f76e3d (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3fafe94f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14b69d3 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18a01eee (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@652a213 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f2bb7bc (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@aac74b2 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b799de7 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6e2bfbff (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7096c309 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@134ac1ed (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@656fd9a6 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f8dc425 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ea92a5c (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@239fa6d7 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@613afa00 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41d2595c (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47ca67f8 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e5c0d43 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c5f741d (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6709c229 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d9344f9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@641d69a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1586a016 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@310d53e2 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@74e03cd7 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2152d592 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@363cd0b0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ef71720 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@270274e5 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bfa91b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19c8ecf5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cd299f8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39b9b769 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37d54703 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4821ccca (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d7f03ff (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2037e85d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6880f4c8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50ee8daf (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a9a1564 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3912ce25 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45acbdb1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26581592 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39ba75a0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bfca52e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f9fc9ac (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7202da4d (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@168e4454 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c86b372 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d60663f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46c1bb91 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c54268 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67f623f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63f5fd33 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ca6f624 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e0335e8 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b7cb7ef (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62ea8fc (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c58e95e (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6928bd82 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d63a607 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@787206ee (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a543963 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1654e640 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15255c1a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d04f443 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75180837 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5664c629 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@604ef8f9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57976682 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@55ad92bd (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@374fc90f (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e6125cc (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@94f9899 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79725a1b (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40d8f0f2 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d4b7b3 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3067a34e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c5377d5 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10dcb46 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5de0d850 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5560f30a (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2db1fe38 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1552719d (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6345aea4 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4e43450e (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d55fff5 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53f6cf9d (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57fb8e16 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@248c1729 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41ed4f3c (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bc9e523 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@681a466b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f16f0a4 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20dc39a1 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4e1cfcd8 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16ff1dff (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9348154 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5996f3c8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75fb80d1 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@332ed912 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@de8a0ce (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9287c65 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71bbc025 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@240599a5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76485dbd (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c375d95 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36dbec01 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29ee1bd7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4099a54e (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@160e1f53 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58e105e6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e2a76ea (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@782e0e87 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1859ed7c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d0435a7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51263591 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10a6ac35 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@742f25e8 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18695c75 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d4ed9c6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@137feb21 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c2988e (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79036e92 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66d42257 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@419c66ba (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c9a1ef8 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9be42fa (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c4d9979 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49953471 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32971a8a (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b9e8aba (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8019165 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13931275 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2559c56f (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ca2b2ff (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ac3ef08 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f7666ed (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fc3e1e6 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d95fdf8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25f08879 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22e8be02 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6a299478 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5184c5b4 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fe8d1dc (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@373a7d63 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@36ac0939 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b84775e (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b70e04e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@264af8a9 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d12e5bf (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@307926b7 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b0bd964 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68fcf70b (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28c4ffab (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ba47fe9 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@484581ea (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5766e794 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@183b40cd (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e178564 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3276d960 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@774fe5a5 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ee76bc9 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f1ea99d (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d2d34e3 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@669b14ee (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a6835fa (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1fc298b4 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c94a2e5 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@267debc6 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64c17dbc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@583dc395 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35f6765b (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1ca8dcd (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1eb443fb (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2746b29b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@291ae777 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26453075 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ec1a21e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e6ff37a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@795e001d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20b19393 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e13014 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b14c3c7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@175b9da9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e9975c9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78a30a7d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@241ebb0b (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fcc1ae8 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@424e62c1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@296d65dd (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e3e8c3d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20bfd1ca (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bd69166 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b8729d0 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19b7cacb (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@705b29fd (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b6db60a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a17d40 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dacfe3f (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a9e506a (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16258d33 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b55c495 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dafa2e8 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@127222f0 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27fc8dec (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13ad5294 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60868066 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50d6771d (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22c8f5c9 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cb7591d (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e3bdc92 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77957225 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4603061b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70385747 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15c3f360 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a992477 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7de11ed6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16cf6232 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@504be1a4 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13f8cd14 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dec6ba0 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e8599ea (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d89ad31 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6541c1df (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20f60344 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f1d4e5a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6af21973 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47efad8a (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31e4a145 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1360b37f (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f0a38ab (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47189d37 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4997fe63 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@36915166 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b917fd1 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@12d128a0 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58071b36 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e7b0232 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19540870 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3792360b (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@749662f (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@479fce62 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13f8cd14 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4110608e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a4fa277 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4db9b808 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5893a423 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4922a055 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f0675ce (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b089b03 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e766910 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@620173b5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a6d9630 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33ae3dda (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@790ad02d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3db50ed2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66c235d2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@383eafcc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17bca9a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a8ca7cb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@637e37ba (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fdbbfb7 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3232832c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@216be7ff (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4395cb32 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42ca29b5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39266495 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2763f0c8 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@314f30a1 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cd7c0db (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3391567a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ee176f9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a106543 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b927ef7 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e9a1da7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57c5fedb (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b0a3ca (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fa3b789 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ce8b257 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ee66a5f (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5511363d (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76fd997 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28ac0971 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32c9300b (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e64398b (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c4002b0 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f1ec790 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d8fe51f (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ac2c5f2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c00734 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@285a58b3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3feae222 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@f74043e (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a3cc57e (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61a54419 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38db4f33 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@508a5e4b (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@66393c6c (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b7d2c44 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66aed755 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60f3ccd8 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@714668a0 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bc9b81e (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28c6fd42 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@dd84139 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@504cf96a (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@774ea59f (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b30f53a (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d7a7cf4 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d327cf6 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38c83d3f (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@152488bc (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56c20877 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28d0d34 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a8a171b (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ae4cb87 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@66393c6c (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@46f92fba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6212d04 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25a7b50e (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@434424bf (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c008a33 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f1c1437 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ea406f9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d8d310c (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d061fa (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3274fa97 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fc54a3f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@637f83e7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ebbbb06 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1aaa624e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38be7209 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36cc19d1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2839534 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@190bbbf8 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d84fbe0 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2715c986 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@424bef78 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d2de573 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3da88175 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50e5f27 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2623307e (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63a599b5 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e7ecf17 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21346d3b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b8045e0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@511913de (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54df8322 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24de1fca (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ea9b3fc (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@619e6305 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2281d323 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34b4d7b5 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e92b07f (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b6b5e3a (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48abbfbd (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@729d9ddd (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@faa5c3b (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c52f406 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5890a74a (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@496d5922 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@126fce05 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15b1f536 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@487d7acb (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73f6aef6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b2d757a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@41265006 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4da325cc (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5af5d6ed (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2239bfa9 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d5c59c2 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d35ebab (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ca8c3fd (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c53753 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19a50d42 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68e20c9f (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1edc6874 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37e56a4e (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@d321945 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a683b8e (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@546d5b53 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63861d6a (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72c04634 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75cdd704 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bd93163 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b998348 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4923a52c (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@786e9d34 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61e6a09e (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@576fbb0e (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ea9b3fc (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4923a52c (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@786e9d34 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4da325cc (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2737789d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ad4e5c0 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7075ba53 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1db12b1f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c3840a3 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@392816c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13dfdf9c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b24aa5b (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@791be2dc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cf53ab9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f866a77 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5846c70a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cde4064 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66c97fcb (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51ae82ba (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45e7a98b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dbf4e32 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35d308ed (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bce5b4 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bf0439f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@439a06a0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56e9f2b8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e32c32a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fb12686 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54e04766 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@481b9680 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4147d361 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6893e06e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@140f4210 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cc62b6c (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d23f81d (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69b868b5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76419de6 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13ce8612 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a539eb2 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5be98f02 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d92557 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@390dd47 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7530fa08 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60ed480e (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@416fa268 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b6a3233 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dd1da2e (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a807669 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cacb878 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c4c7652 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79946b38 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ee8d287 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bc1c382 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@31bdc67a (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6958b76f (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ce0c80a (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@318584d6 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@328e1481 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e24b685 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1137ac32 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59cd0d64 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5209c830 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c4d9c44 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43e6b19e (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e2bf0d0 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4e6b9f97 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ffdb3b2 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75a624b3 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@50b39683 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f9289af (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@522eed46 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41218b9f (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2aad6845 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57bdea6 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e960730 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@111ecc86 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a22be81 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@481b9680 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68ab93a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71d98561 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cae95e (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4b4eafd6 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a3cf8ab (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b8bcc03 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46a6a46b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64771302 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25e6eedb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2481a712 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f21a0dd (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64d2e68d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b97d21c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c9b9f2d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6aa3631d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fa7521d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21462bb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64d74ce2 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fb129c6 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39f05319 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23a81279 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14ac13d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39e0c0d5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@360c0a66 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@607164bf (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@218192bf (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c1d2630 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b85364a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@432d471a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46597522 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bfa06a2 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24380e55 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a9c3598 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ea8c29a (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6153e969 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a3d32d (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@440e1d9c (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79f7e101 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41a413e8 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1493e1c0 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ea6a2d5 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73654330 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a4e3a63 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bdb4a60 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bdec857 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6587186 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@649b81d9 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58adcfb7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e19f8dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@488a610d (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3cd2456c (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@646e3d71 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6432a4e2 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67159b4d (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@35e25902 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4411cc87 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@446e9980 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a484d54 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cfa1710 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a88adcf (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bdfc8fe (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@542d339a (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@681bba77 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ed90147 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4350d8f0 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f10125b (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e62a72f (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25fad144 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6012fbfa (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@440e1d9c (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9a3b7c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36e22369 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49c2448b (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@395cac2d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ada644a (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10e8f30e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fb4b3c8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5295a6e8 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@165d07a3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e0081fa (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35469002 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e35b20 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15f678ef (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b4fb761 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7263f1ce (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79c53e7e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@450bc089 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23a441f3 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@637ac201 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62719eb2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@747530e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19b1696c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13ab51a6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2518b1a0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37cc79ac (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fc16829 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71ab121d (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f1edfc1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5254ea15 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37d13a18 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f60aa2a (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@576676e3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52ce8238 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34e254a3 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2eee8d57 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4958129a (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b5d5df9 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d37ebe5 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b6a98b7 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@691f8489 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ebd7c46 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d65e4cc (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3988582 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5959250c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25a004f1 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7be2b10e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e344ba7 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1176950d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@193144cb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6072fc78 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d0a9d57 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@297e53c9 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f3e0e60 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@581b8a92 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5b0a8182 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d5569dc (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@773fb0c6 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a868631 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3577436d (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fee892a (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c3b02dc (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@60b1ab6a (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35b25661 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e9d20e4 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@46733082 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f15333a (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a5972df (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d932705 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25917832 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5b0a8182 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3156533a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a3b8351 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3129f348 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5de6984 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d49c483 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7beedbd3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26423ca (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4070eebf (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60989661 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d670a62 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36beace3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a51ec1d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17c68fcd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e2d8c5b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@784446eb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d321063 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ff62222 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f96c3a4 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@758d1f21 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fc2d3b6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36dd768c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dc4222f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@345de354 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4176d778 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4176fcd6 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52a7a26f (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7612b15e (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@630fa555 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cde01b8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cecbd40 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7988babb (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@504a92b5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62c50dba (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29648244 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cccf87f (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ed830f (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e69c39 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cc9ea5 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51e6929e (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14d72474 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@303ec059 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13b9ce96 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71aefa23 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@727621dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d82621f (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@518f5d6b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5971dddd (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f1be27e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70afc06 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@31588909 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3aa4b7a5 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f8f3bb0 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c16ccbc (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f60efff (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3bfa5ca0 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48661e35 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@616dcdcb (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8281e29 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2431c6ac (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25a3abe0 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e5d7da8 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b7e8c27 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5982d22 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76fc03b8 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4fcbfb69 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d3e11b2 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2984855a (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35e65fd0 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cdb5354 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cecbd40 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d23ee4a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e2b6b7 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bfd8695 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@258bddb (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54343a5b (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79ec6414 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7de7a384 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6be4a00 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c64a919 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60cae767 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d6d24e7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69ec1475 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e910c5e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5136eb3a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7427ae2b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f3079ea (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ff028e5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6215389f (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d01b781 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1547e144 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f872f86 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15119ea9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3484fe5c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@529238da (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ab36127 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@727c9551 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@392984f5 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ac6ccaf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68c4fc4d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59d9ec7 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b072be0 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a732d0c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c434992 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f3046c8 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f9eb976 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f9a55cb (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@374090c4 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5810fa08 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58665445 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@528cd587 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@665cf4d7 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54b67d28 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32c187f5 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1265b9a6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@494471c3 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cc3b37a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69f8e568 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a744a6c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d3240c5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f52dc58 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@690f0cd6 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@512090bd (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d5606ff (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b8becb8 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5a20d3d0 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@836d33e (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a901c20 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41290216 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e8ebfcd (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c327505 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d45bb95 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2eee4191 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b33cb5e (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1113d0e1 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75b82b66 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14e59e7f (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@24d83b2d (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78fd5106 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7504ac01 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43b2a243 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43b2a243 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4890403a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8f81a54 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8419933 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@43420b7f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1257fe9d (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71dbb76f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66a43ccc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e0b1c2d (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cd13d6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49f9a473 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36ffeb36 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10511546 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e1b18f6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6615a657 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f4e3fa3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78b00edb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53e7b62d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7de90af2 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36fa7564 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@143c07a8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8b52316 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74b97857 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43056f6e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d64b1ac (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@545888e (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e5c5e10 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e364b4 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f80a78e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64e3a899 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49451dbf (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e9fd46d (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d9cf380 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60199474 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c5dbbdc (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b531052 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b5bcf71 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67c21412 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@317186c8 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ec5aabd (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ba1076e (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@189f4876 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22303039 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20f4c792 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e928a91 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c5797ba (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e809d49 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@509789c0 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a3be047 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48f1852c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22f3fcac (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@39433cdf (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@398e6bc6 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64584c5a (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f726275 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34d370ef (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69c178a0 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70f7470f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4996aa5e (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1475e83c (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@458f1feb (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20305548 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@c5586cf (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ddc0f33 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@156c94f9 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@491471b8 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f1ed41a (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29e99d25 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67b9b00c (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e781888 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@8317485 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a5a4cc2 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36e63d54 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@27160fc8 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32b4b4d7 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@233e5714 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@27160fc8 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c07a65e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a99c2a3 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50390976 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6ac6d7a (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c51695c (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@194c2e09 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@740bc28 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16fbbac4 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@253188cd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38592f53 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25bf034f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@403bbdc8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c50c2bf (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@149b7b5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46319142 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c6b124c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22b294e0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e163fb5 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@728b1c37 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fcf6a5f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15d1852b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ed468a2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@239cda41 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a4116fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f05e2d (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@461edd83 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37340f90 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52653b0c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2525fc80 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c06eb2 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a693515 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7465f50f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f5fb5f0 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bc12dd0 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75094d47 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b6e2194 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58a41fc2 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cfdd5ed (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@703090fe (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c25a077 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2437813d (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@135e2e3 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e42e66f (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@101ee37 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58f063fa (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4734b3ec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@567e8681 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1898f927 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47c235f7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@46993de7 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b92545 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5aec4b49 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@314dc64f (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68e9a26c (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e73157e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66d9d2fa (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@341654f4 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cf063ff (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5502689e (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fdda7db (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73ad8b1c (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@43ba636b (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38aea2b7 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@268bebd3 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3677e226 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b6f390a (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2f8762c8 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ad70250 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c07a943 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e145556 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44ff196c (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71d4ee9f (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@467d312c (visible: true, type: Interface_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dc7478d (visible: true, type: Interface_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@737fbb5b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e145556 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d2736a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9fbea8c (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19232f1d (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@535ee80f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@260cba28 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b1b76be (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@664426 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@aeda51f (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3dd28801 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7049ffe (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13202dce (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75e1fe6a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46f957d2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@508ab692 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cb5b61e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f2681dd (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7be325de (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@107a2fb7 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b6609c8 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10e04164 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73e22680 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51aba8dd (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@396127b9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d85661d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@154c8411 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2860f5a5 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47a49080 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c9ae73c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cd786f7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40cfca5a (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5acec2ac (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79e8324 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10f2fd0e (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36be1be (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@150d6f00 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25f3dbb8 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1049b41d (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32519fce (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@211a7cc9 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37f641f8 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31aae221 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74a2e9d2 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bdf198e (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76949716 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d2745c2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d415c34 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@42dd864c (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54948142 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d84eef4 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d3e81cd (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@19329cee (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4994c110 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6813ec56 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cbcd28b (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68dcdf3c (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19e7076a (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f5049be (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34847bb2 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@572c621d (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ea9f0a2 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6875f49e (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56f02a7a (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b0498ce (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14d01204 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58daf92f (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@12149a85 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fb0d2ba (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f4a8448 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@affb9c9 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ce048f4 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a124e5c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17345df3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a823f9 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@249b7200 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cc2df1f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34ccf2d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7acf501e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4def2d3c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31173905 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53fb24b3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2dc40c32 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@458c70c9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47295d4d (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a55bddd (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66a9c30 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39c5ccb6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a9e88a9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e2c8ad2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@972f77f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fccccff (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@586b746 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50117b2f (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43e79254 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dd663 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d1dd171 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c1d28b6 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55c7514e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57d0c8d2 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36fefc4d (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e359120 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@672310c5 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@520b2047 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5afe554f (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38eec8f8 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7755e620 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3780a656 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@548bbf5a (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3314fd3f (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@244f3881 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54daa1a7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5037f5db (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@48b71a63 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cb51603 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16d0bf0d (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55c1f5fc (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4c875e3e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49f160d1 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@994b081 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ca06ccf (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62d46189 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8cc4106 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41b672ef (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@287593a9 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f0abf2e (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@753c4442 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@166ce2a0 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@186e43a4 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@327e2d29 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cf3c81e (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@448f1e77 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9a641f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fa1022e (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c60d156 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@473ee840 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ca7377c (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f22a1fe (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@780b86b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36d2873 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@668a8a34 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@efa3caf (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3411c2b1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50ef84fc (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@596f1604 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@514651a9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17de9874 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b6c7ab9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d46f467 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70e44377 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@253a76a (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55454479 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bef69f4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22af8e36 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2841e13b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b79869d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1784ee41 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6970a415 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c765545 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11ac9755 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48333759 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@820d0d0 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b8a49f1 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2047cdce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ab0771b (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51192d65 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54a5a66e (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@629fec97 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e7226d3 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5934332a (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b931881 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2312d4c1 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34ca2fe0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31a84f5f (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b714d56 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@770f2c8c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e045520 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@275fb52a (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4cc29f97 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@405bd9cc (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48c1c145 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15a572af (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@336680c5 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17a8383 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e7616ca (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@446a4b49 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@260bc0c2 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c8bf602 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@162307ee (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2100d29b (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@770b0d8c (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20dbbc19 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77dc155b (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fce1572 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1f48b9d2 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@315de42d (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e0212ac (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@428ab993 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a954157 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e452b39 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2d18f2cd (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e277cc7 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f695e63 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25abc617 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46e5192a (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@101e848d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43b26bf1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c99aedf (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ed62242 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bb1e67d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@258c3226 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74b6e760 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4904c739 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5571922c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5743ae07 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49163f6b (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@768698b3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55d539d7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54eb14d8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7254d237 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a7cb665 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24596c04 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@172215b3 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dde24ba (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f5f6995 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31e752b4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15fa5bbb (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f8ddfd2 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@110b189a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@322cb92c (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1edfe1e3 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6404e849 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cb8f81e (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62d5f4c1 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@739149d7 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c9ec470 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d5ce0c9 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@630bfb16 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@311d3904 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37da53d4 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76ee76ed (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30a9cbba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2fd3b3c (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@421b69f8 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e43edc0 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@968eb2e (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e53b8d9 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@73ae7cb5 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32f0fe2 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b1817e5 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73f5ff80 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f7d30f4 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e000d59 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11d13a58 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4954ab8c (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@685744c6 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6906c803 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@64302ebd (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1903d0d5 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@76e1ee39 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a9ba40b (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cda6fc1 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@592731fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fab2f5c (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bc9b65e (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@337a1765 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: canonical, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@596c6ef6 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b3ad7a8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60bec92c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2bc30ce8 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f540415 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a8664c5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@346e86d4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21d69b86 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c03c990 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a4b2a06 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@712d136a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33802395 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c39826 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@593d5c88 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4389d13e (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a073aa (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10e5a6e8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e19c0c0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@302a5781 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dfb8e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e1a8ffa (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@286ffa0b (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@111708c (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26fcf2d4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ef9dda9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c284dd (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@413ec8de (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ea03aba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b4c3f72 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c979052 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22e8582f (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@207c3f73 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13dbf18a (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dd3bda6 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c6c6cb1 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@482577 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@516494d3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2df25258 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7075e691 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ca1f8f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20237bd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e901128 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6fb49afe (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2776f2dc (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16bf73fe (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45ebc961 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6db36c3d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36de786b (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@326750a8 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a0b2ba (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1de1085e (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19967e97 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46a325e6 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e1ea9a2 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@156e683b (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d2398cb (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@386cd6d1 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a4f0ec8 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f87c123 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3734b52c (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44ec7d16 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3979ba42 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f3ab89 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5debefc6 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@43c97455 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: default, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bbc014d (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@113ba1af (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@287ebe4b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77a04ff6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7433ad4c (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@205e9062 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6447d981 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63763a5e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ab2f250 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f791e4b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53032687 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@586d44a0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70cd1678 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5adfc20f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b64b8f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7339fabe (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@725c7705 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48539b68 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@369095e9 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@215a8d49 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41dbc732 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34052cbd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@495f678d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73d65b61 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aac945a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75507edc (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7738724f (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@60b40e64 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: default, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11e06b9d (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38ddf194 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b706ab6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e72dc24 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1213172d (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63fc0aee (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74fdfb61 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f77037f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ad992a8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3954a7b1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46334f9f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@422bed35 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e571eb4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@387c8d3e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19fd19de (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10845312 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66eb94db (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@100e5469 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65f47554 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d8c7b54 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f225ee5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12407fbc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66758ab9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@670a787e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c8f4af8 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69125ed (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e201ac8 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d84b2a3 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@426e6ed4 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d429f36 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f6f6ba4 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e5cda17 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3dd95b95 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19f4d625 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67e481b4 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65bcba5c (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79543f97 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@134064e3 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6813680 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72aafd4b (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b4881d (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2195a418 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3534cf (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51a1e8a3 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5fbb768e (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bd48480 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@313a4a7e (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@9d26fa8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62dfb8ba (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2561dce (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5d93f4d9 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: default, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b4559e1 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59ab4f5c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66307eb3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@264537f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7688a726 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34ffa5e0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75dacaa8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27fefd70 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c1088f1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34aa0b1b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1be9873d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ce5a625 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14d77788 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ffbc6d9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27b2f78e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@581121fb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d84e42c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@254b3422 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f41e8bd (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@383b4e28 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63eceded (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@432a24c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62387bbd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52b734e0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d8b857c (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17def718 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@aa2e2db (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13a4e637 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d6850a1 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@70d6f08a (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45e04f73 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ad5998e (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@190f0c2e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63378a95 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76884059 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@975e498 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b90ffbf (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46caa08f (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2696b16 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4e39f8c7 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b5216b1 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cf525ac (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71af79a7 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65ce4b75 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@73c3580c (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@134eb873 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5aaa922 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@532eb6eb (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e721928 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b31f012 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64a9608a (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f26c55b (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53e5c8d8 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75ab638 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e38d53e (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bdab75a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4452995 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61bfe670 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77465ec0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1156c639 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26bee06 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cd0a88f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d0d49d9 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a436fec (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@73bfcaf8 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: default, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59ec8e0d (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45f84d8e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46a207b4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c30d958 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@602d638b (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dbf6c12 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67c926ef (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14983fe5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76afa687 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d8380e1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11052969 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24b0b0bd (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fb399ec (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13118d02 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f9316c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ad0ab1f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@447e82ac (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c8739ba (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43bd54b1 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44d94b65 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b1bc362 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61227aeb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d3f01d3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f156c32 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@664cccad (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38462dea (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36934cbd (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b811a7 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a84a3dd (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@d4fa534 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@576cf925 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ff33072 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@67dedf17 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ed20e3 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67275419 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42bc916d (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d72d525 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2abb4605 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2730d3dd (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@158a3080 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bfd94e4 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4390e9eb (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@64af80e2 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@456971cd (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@30790447 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76d32b35 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30ba80c6 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13078bf1 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50639a42 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40ad0b13 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@366a56a4 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d5c8615 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@636ef3cc (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d95060b (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67bd6f65 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54a46a7e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68d48999 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@264c08c9 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64f3ef81 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1389c007 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b1afc93 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13078bf1 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d5c8615 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68d48999 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1389c007 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31c5cadf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29d49372 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e5695ad (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3f09bd0c (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: default, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40f34e66 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@257c1fd4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50d6bde1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d1ebadc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61526da2 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31fc96cf (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6289927 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@295379be (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ce9eede (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5735f82e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46f33086 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14c31dc7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35788ed1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b2ac3f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2879ab75 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f314cfa (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d7a63ab (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f9fa68 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@653c0ae4 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1deb4466 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22ab2f23 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3caba11e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@566f9c28 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@619edeb8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4673fd1f (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5853e123 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28a6610b (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c8ffaeb (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7240912e (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b990c9d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@450c5947 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@308e18b9 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@762a6176 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@447765e1 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20e0877 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e46eb47 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c6207c6 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f37d5fb (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41b16be5 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@39bb25e0 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@31c262 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@180107ce (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ce26bf6 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45d893a7 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75bd19a5 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24541659 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@505aab41 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4673fd1f (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5853e123 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28a6610b (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c8ffaeb (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7240912e (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@450c5947 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@31c262 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b990c9d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@39bb25e0 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@180107ce (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@241bfb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47b578df (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d4802f8 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4f00cb6b (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: default, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@384cfbeb (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ee24862 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@147b5125 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43a11538 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bd1d3ad (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1275e44b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77eaccbb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@260d8ccb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64267e4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4036ead3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fb91fd9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f797242 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13f2d6b9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54da789f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c562499 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3eb8c28a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6128b3d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10b67546 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4aad4690 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e48b5ad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@628c17c9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54f81418 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52923275 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d60f32d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ea6525b (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41f5040f (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f4e9192 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3dc5a3df (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49cdeaed (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@147eec29 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79e78383 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40a0429d (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@482703eb (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24e6777e (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2090e26a (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5283a58e (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61b58316 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7239e6b6 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48b1b032 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34c4af5c (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5f4797c1 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35994c51 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7ce6df89 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20021a91 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@429f6f66 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e9229b5 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fe2def3 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7be08847 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@33c00bdd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aebba07 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1eed52d0 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7ea8a51a (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: default, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18dd2dfb (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cde3c0d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16a01202 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bc60144 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36a7f21b (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@320a2109 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5452b948 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@339a0fc2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4306b90e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@207fe429 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2baeb91f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b07a2c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19341d93 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68c8b6d4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1de382c6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e74814b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1377e188 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24a2d019 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c125c3f (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@626c2b21 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2706e07e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@499f5b2d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e4ce050 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16151423 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@725c9638 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25158163 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64998247 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@729b1fbd (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@425c2a0c (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1fa36cef (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@74dc5244 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e652433 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a09f514 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4c8d40c4 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73cd40c4 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b42206 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d3f5b7 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@714f6cd4 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dd4f1b7 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7834c1b6 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2c83b712 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3868832d (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d8f867 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3041bba4 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c38ef8a (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ab438ab (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@474f4be8 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1530542 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e4ac889 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@701df88e (visible: true, type: CompositeStructure, mutable: false) (name: main, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eaf061a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72408f8f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eaf061a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48abd2e1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eaf061a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28f569c (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eaf061a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66f56e18 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eaf061a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2acb5a53 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eaf061a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39a3bca0 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eaf061a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27b6fe2 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eaf061a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cc393ed (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eaf061a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b49aa15 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eaf061a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53eae1b6 (visible: true, type: Property_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eaf061a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51f08fbe (visible: true, type: Property_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eaf061a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21ef8d97 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eaf061a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@60e24ef3 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43ab5828 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64d6d110 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@695f7ae4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cb55bd (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4720f663 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20273328 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43e97fa1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61ced4ba (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4049a915 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@619fcae (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18a87db6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47f8a428 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5941e1d4 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@10289620 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dd61331 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b2433c2 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@179335f2 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c103be5 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7746a3ce (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39a1fbfe (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@609448b9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1edec40f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26b6460a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4364cc1f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26b6460a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@295fb1 (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26b6460a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65a909a5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26b6460a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@685e762f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26b6460a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fc6bb4e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26b6460a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26d3ce3c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26b6460a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@17627c84 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26b6460a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a09c96c (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26b6460a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cd2b032 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26b6460a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67731874 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26b6460a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@67dc87bc (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@129d3c3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2e342467 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cb56b8b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6a61c9a6 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: packages, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644e1ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4fadc488 (visible: true, type: UseCase, mutable: false) (name: use cases, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d2537fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@10cd3484 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: components, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55dc6ff4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@41ef2c56 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fead09b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@59cc5d9a (visible: true, type: UseCase, mutable: false) (name: use cases, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@485d0f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@10b979f1 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: components, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c8eb19d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@15d9276 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: packages, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c32b24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@481f7043 (visible: true, type: UseCase, mutable: false) (name: use cases, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e2420f8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3b0a04a6 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: components, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20b50c71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@18e48a66 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: packages, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65969a8b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@744b7ed0 (visible: true, type: UseCase, mutable: false) (name: use cases, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@151cfc4e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@56ceafef (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: components, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1bc2d4a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@25938345 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: packages, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@439bd94c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@58a286e4 (visible: true, type: UseCase, mutable: false) (name: use cases, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@242d3b99 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@48b89cef (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: components, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@312fe2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@c4c84b3 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: packages, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4679d336 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3c48cedf (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@727737c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@61964791 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: components, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11217ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@46058f7d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: packages, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bb66e21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@58062d2e (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: components, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b5563d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7c64b7ce (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: packages, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfacb4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7e73bfde (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: components, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b54f456 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@491625c9 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: packages, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d100be0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6d61a390 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: components, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d0086bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@57d9935d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: packages, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69328285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6bad118f (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: components, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40b88199 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6e4e95a7 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: packages, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53bc244e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@27468b5e (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: CreatedInTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2edbd80d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@247ec004 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: components, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7938657e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@136645da (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: packages, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@283ae2fb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@35d426c (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: CreatedInTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@753633d8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4179d37a (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: components, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8efac0f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7fbd4d76 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: packages, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7bc40511 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@689a9259 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: components, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d9812f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@738cdbfb (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: packages, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c4dd564 platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@629c2a39 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@295e838c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@659fc257 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@295e838c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f79f41 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@295e838c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6042c306 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@295e838c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@412492dd (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4229365e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59a7f246 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@295e838c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b00d72f (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@295e838c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@138ed31 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@295e838c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a2ffa41 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@295e838c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a26ad29 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@295e838c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77087b27 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@295e838c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69687ab3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@295e838c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5467af84 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b98d20e (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@341ee4b9 (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7243402 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ca9cb44 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15b28d6e (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42827b7d (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8a3c6b9 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c0bc01 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61d153a6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e25f348 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6aadd68e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a88de38 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24d8d6b6 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e9c772a (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73abbdd5 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@681cd924 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3de9f785 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22972180 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b6dd9e5 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@122f428d (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29ada8f (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ea10130 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4140de3f (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42ea2363 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68fa3113 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17427640 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f4b4c03 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26bde56a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b99a10c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@643b03a5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57e4cfb8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a4115b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c831a14 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7bd474c (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8953940 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1444d824 (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e0e773c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@555f852b (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5026701b (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4052100a (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cf305cc (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f2e8da1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4119a039 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a0ea01b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15e6ea7a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29bb30d2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59fde161 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4519a7bf (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4710f5a (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67e83c35 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73a3cb5c (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5718e07d (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18cd0e88 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a3b9095 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6182e3c6 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@334d8e78 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@647a5d90 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d5d4dc3 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64e8acce (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71681903 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a7bc801 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@df5df1f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5df9669d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e7f0a65 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bc0c6a1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2382bcf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3b6addf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@51ec6fa0 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1144a782 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c0065a0 (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70c7d828 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a9ded66 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@796f5383 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1918af90 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a1ec3ff (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@464674a1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68bd3673 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@469b92a6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d418bbf (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a1f79fe (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b7051b7 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8b3c63 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ccf5b6 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1525b6b5 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@106b3c9e (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e3bfc44 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18ec94c4 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66af579c (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a59d706 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@65374dde (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@356bfe82 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fbca5e1 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f105d32 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@451ec2eb (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58057d0d (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@358f9cfd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@617b636 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b0c10a0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e82ffd6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5470333c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40097937 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@50d27b69 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@751938d1 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47909a50 (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10195b02 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c7815d3 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@416486e1 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19de13eb (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@599969ee (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bbc7a5b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a535887 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22f9582c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23b5aaa0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18546813 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7045f323 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d3b413b (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a04293b (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@325f5136 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@111bb90 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cf4cc4a (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b6014fc (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53e7b227 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39ee988c (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2b4ce634 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a19f03d (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69e5fa17 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59e08d96 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c937407 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@230240e2 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@414f49c2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77e3f32d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35d95857 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6abae49a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ae42bae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ad9e125 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@534a7851 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a27beb0 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2eef75ba (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b99e79b (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bf7e43d (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ba9b0ae (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@589919c5 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ae2df9f (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13cd420b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a6aa662 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24b9a2cc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d4ec977 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24e2bc53 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ab416e8 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66ce935f (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6740492d (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f4e3585 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c6ed007 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a69b8a1 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14a8df15 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@653a5d6a (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70e2c1f6 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13e8e2e0 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62136e44 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@531a9d63 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e2a0ec (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f84aff5 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@519ec19f (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b70a00c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30c16aff (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42d61327 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d1d32a0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@637d5b3b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@637b0d15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@76c6650 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3354cf97 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@657c9435 (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27630e60 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@117d8dc7 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28b772c9 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@464ccee1 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53c2b4ef (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d91824f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37780621 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a608b4c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7862da83 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a840257 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1de667ca (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1687d22 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ed8f859 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11f6e155 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ff2f528 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36c307c2 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19bc8d14 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@598d6ca7 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67e556e1 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@fcc3fc4 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73b07360 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f5241de (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12261b1c (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e35266c (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39a11f6c (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20362ff9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@632a6a8b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4afbb146 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a2576fc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73300a64 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cc7c311 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3831f175 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1eab499d (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6dbfa23a (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61ce208d (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@218cd40b (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46ab11ae (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@757cc70a (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a5ce216 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30da3926 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dd11871 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16c041f2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40b03ed6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@444cb1e7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5415d858 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cd7c235 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56b79ef0 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1947cf9f (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cd8fda2 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c8aa3e5 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fa79d5a (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d3747b3 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3490a6eb (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3969b25b (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@763a3227 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3be4b41d (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@621b867 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c48fd7c (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@590d0adc (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6041c3ae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d6df8c3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c5f6116 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13b666fc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a658325 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e203dea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@55a01bb5 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@708cd203 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fa9c46f (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c7a3ab7 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5277cb1c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22bb3fe2 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40e9a805 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59151f17 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c9dd088 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@cbdca33 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ee225cf (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c9a4226 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3eeb2063 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22ae6d4 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e4d9339 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50516196 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dabcdb8 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1751e598 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f4d930e (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@95263 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@267c071b (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65ab8150 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7aeb40a3 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cfe0fae (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28a4ad7e (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ea2d37e (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@812417c (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@291dd9ae (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d73cb95 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c937cdf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46590903 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d0ca4ea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e93a04e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ac62d8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@32eae261 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21909b6b (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ad7318a (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47c80815 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c9344d0 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45d3f70e (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e22f8b (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27799721 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ff5dc23 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42e59045 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d22d51d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36ebbff4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e09cf83 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28af0367 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7748aa62 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f17a918 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1724752f (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13845c61 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3aa939c8 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1631f193 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@429d09b5 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e520726 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@263de892 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46e6bc94 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79a386da (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b6d04af (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@185f53cb (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@644e705a (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@725a2c3a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55761c4d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c2515a4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bb9e7a8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3632a384 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@461e1e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@554f400a (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e08eb6f (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a9b9f46 (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67855bbf (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60ea83df (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61328ff4 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5181d16c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ed415e1 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41c95382 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61b44321 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b7243 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@743a3baa (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a8e9b80 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cd92a63 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d668272 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29bbb33d (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@270aecab (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52384dd (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ad35965 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12636793 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cbbd0f (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dfddeae (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7abfb59b (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f5f0654 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@149fcd59 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25229a9d (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66f2104c (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d0c3546 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fddd293 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4672ac9d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@743ee230 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@742b5bd8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1deb4150 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c671601 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2395970b (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a9cc06 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d40c58b (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bc84e71 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ae47aa8 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b3ea136 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d8e5ead (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a9f917c (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5607dc55 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@753d7ceb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18194f7c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4aa69c7a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8172829 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@165e9577 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26443b01 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75153266 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5261153c (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4befb6f1 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31733512 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8def0b7 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ad33748 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76e3ffda (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1df6e385 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75826141 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@414023a1 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41c262dd (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f7a23d7 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e80b85f (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15eb2f87 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f626fc9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66ad7f4f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37e7f047 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@117a149f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@77c56916 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7b61e3ce (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b3c488a (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7408a9b0 (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5239f180 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52149bd3 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25c6ad37 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7aff708a (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6819d6f6 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70dfdc1e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c1237a8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d00450 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@369df1d1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f8a351c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5528b68b (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65515f78 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5837a146 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72370fcc (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@484783ea (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ba154cf (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@256bf5e3 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fdc493f (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3572908c (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@415d4cb7 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63d4a0ff (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dad5f3 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21a4540e (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48fe5a97 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d0d1065 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65b145c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@123f8110 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b67b275 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fc3fb78 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43b6be6e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fe2eb08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4948097c (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@503a868c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@540b423e (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4034e542 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14977519 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ed2b197 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7acd8bee (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@320bf67c (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73ee493d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b010aa8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@258f38da (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b3823f3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4115601 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61915f5a (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45a2763b (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2358507 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27765662 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38b12ed7 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@339e6890 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f27c691 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68b823f5 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f97ec70 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@166c91d3 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3eea35f6 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b17efbd (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5418c723 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8dc053b (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52ee8b71 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48aedd11 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a590636 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a00f1d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@456db8d9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70e9a9df (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@285b9342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@219e354b (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b7376f3 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a24f9a7 (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e6e48bd (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7837ebdb (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@788bb62 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a68d766 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@737eb623 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d7ae89 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@239af16a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44c54d5c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ed68ee9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7427db72 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a460d8e (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b0bc03b (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@763f6618 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@605be49b (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57f1928a (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57f0fbd6 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24334e6a (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3eceef56 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6402722b (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b12239a (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18455a66 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a747a14 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53640e29 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@365085ed (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b5b7fb6 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@537f676e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69f8b1e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1287cafb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42697475 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ed5a6e1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e2f995e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2711b7f2 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76793ecd (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b1ce505 (visible: true, type: Note, mutable: false) (fontColor: 0, fontName: Segoe UI, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: Text, fillColor: 16777215, transparency: 0, gradient: null, lineColor: 6737151, lineWidth: 1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12f19e3a (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@389da7bf (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6458fa0a (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@392baf9a (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ac249ea (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15514843 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7046cb67 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22067bd7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37d2faf1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62b1185f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@274800b9 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d8cc3bb (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5232a096 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76f233f8 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@722cff2d (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b2f3116 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f9afe24 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22fbf930 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b538b81 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@168280fc (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3aa8f506 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c998020 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7583c5c9 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12dde355 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26931297 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71d39f2a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2873e1c7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fbf9952 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@744f238b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67ec0f3f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e43104f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fc51c62 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c69458f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@433959e5 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c69458f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@563b420d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29eaba10 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@11ddcf72 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29eaba10 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@469f2efb (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64ca719d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5b247572 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64ca719d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b8a9137 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e4aaddb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@42f6eab5 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e4aaddb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67619a1a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e4aaddb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b156926 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e4aaddb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e9697b2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e4aaddb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ec2d618 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e4aaddb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70565ded (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ebe763b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@25e6a10f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ebe763b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e088379 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d885556 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3492c5e6 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d885556 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2732a6c3 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@403eab97 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@552354f6 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@403eab97 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ab1dc10 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: 0, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@597c257c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7ac6d9 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@597c257c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dcbb6db (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f92f9b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1ba9aad (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f92f9b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@207112f5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2634b9b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5c846216 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2634b9b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e0285e9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2634b9b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f878973 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2634b9b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c48adca (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2634b9b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79f35ab6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2634b9b7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66429cea (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1da3c1da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1d3d5a38 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1da3c1da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a155f85 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56a4f361 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2c18e98d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: compartments, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45344ebe (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b4525f8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2090ef (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a1df672 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78eb1b22 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13e72033 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@537ed297 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68e0b141 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@514df29d (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@307d796f (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4751f4c1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d2a10c6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7112d8b4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@466bbba9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fe3cdda (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ab66cf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1745bd29 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@371f3e29 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f29ea07 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5654249 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47e188e9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b0fd91f (visible: false, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6aaaf810 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c502497 (visible: false, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44522b3f (visible: false, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@524d9898 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78f60d4d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b165b4b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20429ecc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f1ba99e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20429ecc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@55deed55 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: compartments, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20429ecc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2644c745 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20429ecc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e96247 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20429ecc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@725d5201 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20429ecc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6719b1cf (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20429ecc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20b14609 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20429ecc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@186c42d4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20429ecc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a89c817 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@cc39dc1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12c5d00f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@cc39dc1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@79c88c22 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: compartments, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@cc39dc1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ad621d2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@cc39dc1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@146d00e0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@cc39dc1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a63704a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@cc39dc1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a285489 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa8a20c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bb783c0 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa8a20c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1aa81583 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: compartments, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa8a20c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54dedb67 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa8a20c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@323bcfb0 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa8a20c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bbf22cf (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa8a20c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23d9d856 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa8a20c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@568bb30e (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa8a20c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42312a14 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa8a20c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c2f3872 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@171228bf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@32994df2 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@171228bf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51523e59 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64f7578a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@72cb48f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@64f7578a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d88f883 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: 0, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b4ce3a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1dd66fac (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b4ce3a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bda4ae7 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ebc69f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@59dfa929 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ebc69f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ab9e91c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa1ffa4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@24e0886c (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa1ffa4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d216b17 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa1ffa4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e10e29c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa1ffa4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bc77eb0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa1ffa4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10d8f28d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa1ffa4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f19d63d (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c078d80 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4e8e39b4 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c078d80 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@177ad6ce (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f5e0966 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@19ed57c (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2f5e0966 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b3feb0e (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5111649e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@71eafc89 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5111649e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b608039 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: 0, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16964d9b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1cbfce53 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16964d9b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20ffd492 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6338baf5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@72f44435 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6338baf5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6eeefe6b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cf75eb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@d6ec1ee (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cf75eb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@86da52d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cf75eb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@743daf74 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cf75eb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6aa02ed3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cf75eb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13e6b57e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cf75eb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ae7f1c3 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@19972167 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2ed21f9e (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@19972167 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@78060366 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: main, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a0da6e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e9828e7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@599d24cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1c7f1cb7 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: main, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@599d24cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c1454d7 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@599d24cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24d62429 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@599d24cb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e93a458 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29a839ac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51e69a0c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29a839ac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70b1d722 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29a839ac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@443c4986 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29a839ac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b6f4727 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e67790a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e4850a1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e67790a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31650185 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e67790a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4c9ea0e9 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e67790a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60a4d34f (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45cf4bab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23ce7213 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45cf4bab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@527073c9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45cf4bab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@55b70289 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45cf4bab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e6f2394 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78851cda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b951cc6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78851cda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a202232 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78851cda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5d961d93 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78851cda GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@56199eea (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3adcf03f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15eb4f95 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51084074 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16fc3639 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@443a45a0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e0ab11 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49b2ecec (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1f2a7eea (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51977e23 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34596f06 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4806fba6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20e25e25 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d5778d2 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f5a48a8 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67167333 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35e10117 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58b356c9 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@750915aa (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66880c9 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41d717b2 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d84663b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79ac0a77 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3846f282 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4f3b7e71 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d3c6f13 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10f08c62 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@312000db (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b369f33 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@602674eb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61b7ad95 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@30f8252e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@74cb2c9 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7264e7a0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@241bb5ec (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b6a7195 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68ead4e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a4169aa (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b32421c (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bcfedd0 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29722dd (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a042622 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fc4f74d (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bfdfb13 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26767917 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@686e6c25 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c6707c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a91191e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@24df5774 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14f726ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@649079a (visible: true, type: PapyrusUMLStateMachineDiagram, mutable: false) (name: State Machine Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65271c0e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2d68cb85 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: Activity Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ca72c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c672929 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65271c0e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cc76c81 (visible: true, type: StateMachine_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65271c0e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26b37a75 (visible: true, type: StateMachine_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65271c0e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@132821eb (visible: true, type: Region_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65271c0e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17ce6fa9 (visible: true, type: Region_SubvertexCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65271c0e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c7b36cc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65271c0e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d95026a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65271c0e Tests run: 1082, Failures: 0, Errors: 0, Skipped: 27, Time elapsed: 200.349 s - in org.eclipse.papyrus.infra.suite.tests.AllTests testGetObserved(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.065 s testGetValue(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testGetValueType(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testAddRemoveValueChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.002 s testSetValue(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0 s testSetDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.002 s testAddRemoveStaleListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) skipped testGetRealm(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testDelegatingToDelegator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testIsDisposed(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0 s testWrap(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testAddDisposeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testAddRemoveChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0 s testCreate_withObserving(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.002 s testHashCode(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testCreate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testDispose(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testEquals(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0 s testAutoreleaseDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testIsStale(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) skipped testGetValue(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0.001 s testGetValueType(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testAddRemoveValueChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testSetValue(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0.001 s testSetDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testAddRemoveStaleListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) skipped testGetRealm(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0.001 s testDelegatingToDelegator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testIsDisposed(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testWrap(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testAddDisposeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testAddRemoveChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testCreate_withObserving(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testHashCode(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testCreate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testDispose(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0.001 s testEquals(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testAutoreleaseDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testIsStale(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) skipped testGetObserved(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) skipped testGetObserved(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.011 s testAddRemoveSetChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.002 s testToArray(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.003 s testAdd(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testGetElementType(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testClear(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testSize(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testRetainAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testContainsAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testContains(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testHashCode(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testAddAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testEquals(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testIsEmpty(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testRemove(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testIterator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.02 s testRemoveAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testToArray_Array(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testSetDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testAddRemoveStaleListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) skipped testGetRealm(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testDelegatingToDelegator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testIsDisposed(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testWrap(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testAddDisposeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testAddRemoveChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testCreate_withObserving(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.002 s testCreate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testDispose(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testAutoreleaseDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testIsStale(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) skipped testAddRemoveSetChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testToArray(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testAdd(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testGetElementType(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testClear(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testSize(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testRetainAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testContainsAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testContains(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testHashCode(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testAddAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testEquals(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testIsEmpty(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testRemove(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testIterator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testRemoveAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testToArray_Array(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testSetDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testAddRemoveStaleListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.002 s testGetRealm(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testDelegatingToDelegator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testIsDisposed(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testWrap(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testAddDisposeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testAddRemoveChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testCreate_withObserving(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testCreate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testDispose(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testAutoreleaseDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testIsStale(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testGetObserved(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) skipped testMove(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.003 s testLastIndexOf(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testListIterator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testRemove_int(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testAddListChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testAddAll_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testAdd_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testIndexOf(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testSet_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testGet_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testSubList(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.002 s testListIterator_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testToArray(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testAdd(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testGetElementType(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testClear(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testSize(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testRetainAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testContainsAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testContains(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testHashCode(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testAddAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testEquals(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testIsEmpty(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testRemove(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testIterator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testRemoveAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testToArray_Array(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testSetDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testAddRemoveStaleListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testGetRealm(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testDelegatingToDelegator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testIsDisposed(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testWrap(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testAddDisposeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testAddRemoveChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testCreate_withObserving(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.003 s testCreate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testDispose(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testAutoreleaseDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testIsStale(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testGetObserved(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) skipped testGetObserved(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.008 s testMove(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testLastIndexOf(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testListIterator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testRemove_int(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testAddListChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testAddAll_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testAdd_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testIndexOf(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testSet_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testGet_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testSubList(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testListIterator_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testToArray(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testAdd(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testGetElementType(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testClear(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testSize(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testRetainAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testContainsAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testContains(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testHashCode(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testAddAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testEquals(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testIsEmpty(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testRemove(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testIterator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testRemoveAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testToArray_Array(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testSetDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testAddRemoveStaleListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) skipped testGetRealm(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testDelegatingToDelegator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testIsDisposed(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.026 s testWrap(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testAddDisposeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testAddRemoveChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testCreate_withObserving(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testCreate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testDispose(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testAutoreleaseDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testIsStale(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) skipped testListIterator(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest) Time elapsed: 0.002 s testRelease(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest) Time elapsed: 0 s testAutorelease(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest) Time elapsed: 0.001 s testRetain(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest) Time elapsed: 0 s testIterator(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest) Time elapsed: 0 s testListIterator_int(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest) Time elapsed: 0 s testRetainRelease(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorContainmentTest) Time elapsed: 0.001 s testDispose(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorContainmentTest) Time elapsed: 0 s findClass_exists(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0.622 s findClass_exists_constrained_wrongType(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0.08 s findClass_noneSuch(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0.318 s findClass_exists_withContext(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0 s findClass_exists_nested(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0.019 s findClass_exists_withContext_referencedProject(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0 s findClass_exists_constrained(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0.015 s findClass_exists_withContext_fallback(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0.02 s testAwaitTermination_timesOut(org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest) Time elapsed: 1.016 s testShutdown(org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest) Time elapsed: 0 s testShutdownNow(org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest) Time elapsed: 0 s testAwaitTermination_finishes(org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest) Time elapsed: 0 s testSubmit(org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest) Time elapsed: 0 s testPrivilegedRunnableWithProgress(org.eclipse.papyrus.infra.ui.util.TransactionUIHelperTest) Time elapsed: 0.369 s testIsSaveOnCloseNeeded(org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest) skipped testRemoveIsaveablePart(org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest) skipped testIsSaveAsAllowed(org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest) skipped testRegisterIsaveablePart(org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest) skipped testDoSaveAs(org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest) skipped testDoSave(org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest) skipped testIsDirty(org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest) skipped testRemoveSaveListener(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0.002 s testAddSaveListener(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFireSaveEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFireSaveAsEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFireAboutToSaveEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFireAboutToSaveAsEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFirePostSaveAsEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testAddPostSaveListener(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFirePostSaveEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testRemoveAboutToSaveListener(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testRemovePostSaveListener(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testAddAboutToSaveListener(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFireAllSaveAsEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFireAllSaveEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0.001 s testExistingMethod(org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePageTest) Time elapsed: 0 s getAdaptedValue(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0.024 s getChildren(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0.001 s getElements_object(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0.001 s hasChildren(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0 s getParent(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0 s dispose(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0.002 s getElements(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0 s isValidValue(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0 s getAdaptedValue(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0.003 s getElements_Object(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0.001 s getChildren(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0 s hasChildren(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0 s getParent(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0.001 s dispose(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0 s getElements(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0 s isValidValue(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0.001 s testClientContextExist(org.eclipse.papyrus.infra.services.edit.tests.context.TestClientContext) Time elapsed: 0.004 s testGetAdapter(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService) Time elapsed: 0.005 s testGetDisplayName(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService) Time elapsed: 0 s testCanEdit(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService) Time elapsed: 0.004 s testGetEditCommand(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService) Time elapsed: 0.002 s testIsKnownElementType(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider) Time elapsed: 0 s testGetEditService_EObject(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider) Time elapsed: 0.001 s testGetEditService_IElementType(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider) Time elapsed: 0.001 s testGetEditService_EClass(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider) Time elapsed: 0 s testGetEditService_Unknown(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider) Time elapsed: 0 s testGetContainedTypeEditServices(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider) Time elapsed: 0 s testCreateServiceInstance(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProviderFactory) Time elapsed: 0.01 s testGetCommandProvider(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceUtils) Time elapsed: 0 s testGetCommandEObjectResult(org.eclipse.papyrus.infra.services.edit.tests.utils.TestGMFCommandUtils) Time elapsed: 0.002 s testGetEditCommand(org.eclipse.papyrus.infra.services.edit.tests.commands.TestConfigureFeatureCommandFactory) Time elapsed: 0.002 s testGetEditCommand(org.eclipse.papyrus.infra.services.edit.tests.commands.TestConfigureFeatureListCommandFactory) Time elapsed: 0.002 s testDeleteMarkers(org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest) Time elapsed: 2.606 s testDeleteMarkers_relatedElements_diagram(org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest) Time elapsed: 3.429 s testDeleteMarkers_integration(org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest) Time elapsed: 1.372 s testDeleteMarkers_relatedElements(org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest) Time elapsed: 1.112 s testValidate(org.eclipse.papyrus.infra.services.edit.ui.dialogs.tests.TestElementTypeValidator) Time elapsed: 0.002 s testInvalidContext(org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest) Time elapsed: 0.002 s testDefaultLabelProvider(org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest) Time elapsed: 0.003 s testEMFLabelProvider(org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest) Time elapsed: 0.002 s testUMLLabelProvider(org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest) Time elapsed: 0.001 s testUMLLabelProviderChangeEvents(org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest) Time elapsed: 0.018 s getSemanticRoots(org.eclipse.papyrus.infra.services.semantic.tests.SemanticServiceTest) Time elapsed: 0.022 s getSemanticIModels(org.eclipse.papyrus.infra.services.semantic.tests.SemanticServiceTest) Time elapsed: 0.001 s testReorientReferenceCommand_sourceOldReadOnly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.02 s testMoveCommand_rootFromReadOnly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.014 s testSetCommand_containmentOldContainerReadonly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testDestroyElementCommand[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.032 s testReorientRelationshipCommand_sourceOldReadOnly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.013 s testSetCommand_attribute[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testSetCommand_containmentOldContainerReadonlyMany[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testReorientReferenceCommand_targetNewReadonly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.015 s testReorientRelationshipCommand_targetNewReadOnly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testReorientReferenceCommand_targetOldReadonly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testSetCommand_referenceOppositeAdd[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.033 s testDestroyReferenceCommand_owner[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testCreateCommand[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.024 s testReorientRelationshipCommand_targetOldReadonly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testMoveCommand_fromReadOnly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testReorientReferenceCommand_sourceNewReadonly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testDestroyReferenceCommand_referencedOpposite[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.029 s testSetCommand_referenceOppositeRemove[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.013 s testDuplicateCommand[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testReorientRelationshipCommand_sourceNewReadOnly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testCreateRelationshipCommand[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testMoveCommand_toReadOnly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testReorientReferenceCommand_sourceOldReadOnly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testMoveCommand_rootFromReadOnly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testSetCommand_containmentOldContainerReadonly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.038 s testDestroyElementCommand[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.014 s testReorientRelationshipCommand_sourceOldReadOnly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testSetCommand_attribute[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.07 s testSetCommand_containmentOldContainerReadonlyMany[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testReorientReferenceCommand_targetNewReadonly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testReorientRelationshipCommand_targetNewReadOnly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testReorientReferenceCommand_targetOldReadonly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testSetCommand_referenceOppositeAdd[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testDestroyReferenceCommand_owner[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testCreateCommand[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.034 s testReorientRelationshipCommand_targetOldReadonly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.013 s testMoveCommand_fromReadOnly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testReorientReferenceCommand_sourceNewReadonly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testDestroyReferenceCommand_referencedOpposite[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testSetCommand_referenceOppositeRemove[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testDuplicateCommand[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.041 s testReorientRelationshipCommand_sourceNewReadOnly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testCreateRelationshipCommand[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testMoveCommand_toReadOnly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.013 s testReorientReferenceCommand_sourceOldReadOnly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) skipped testMoveCommand_rootFromReadOnly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.007 s testSetCommand_containmentOldContainerReadonly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.007 s testDestroyElementCommand[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testReorientRelationshipCommand_sourceOldReadOnly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testSetCommand_attribute[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.004 s testSetCommand_containmentOldContainerReadonlyMany[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.03 s testReorientReferenceCommand_targetNewReadonly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) skipped testReorientRelationshipCommand_targetNewReadOnly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.007 s testReorientReferenceCommand_targetOldReadonly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) skipped testSetCommand_referenceOppositeAdd[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.007 s testDestroyReferenceCommand_owner[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testCreateCommand[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.007 s testReorientRelationshipCommand_targetOldReadonly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testMoveCommand_fromReadOnly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testReorientReferenceCommand_sourceNewReadonly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) skipped testDestroyReferenceCommand_referencedOpposite[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testSetCommand_referenceOppositeRemove[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.033 s testDuplicateCommand[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) skipped testReorientRelationshipCommand_sourceNewReadOnly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testCreateRelationshipCommand[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.007 s testMoveCommand_toReadOnly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testReorientReferenceCommand_sourceOldReadOnly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testMoveCommand_rootFromReadOnly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testSetCommand_containmentOldContainerReadonly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.017 s testDestroyElementCommand[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testReorientRelationshipCommand_sourceOldReadOnly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testSetCommand_attribute[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testSetCommand_containmentOldContainerReadonlyMany[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.023 s testReorientReferenceCommand_targetNewReadonly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.016 s testReorientRelationshipCommand_targetNewReadOnly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testReorientReferenceCommand_targetOldReadonly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testSetCommand_referenceOppositeAdd[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testDestroyReferenceCommand_owner[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testCreateCommand[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testReorientRelationshipCommand_targetOldReadonly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testMoveCommand_fromReadOnly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.026 s testReorientReferenceCommand_sourceNewReadonly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testDestroyReferenceCommand_referencedOpposite[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.007 s testSetCommand_referenceOppositeRemove[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testDuplicateCommand[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testReorientRelationshipCommand_sourceNewReadOnly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testCreateRelationshipCommand[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testMoveCommand_toReadOnly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.007 s testDeleteWithCrossReferences:commands(org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest) Time elapsed: 0.658 s testDeleteWithCrossReferences:delete(org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest) Time elapsed: 0 s testDeleteWithCrossReferences:changes(org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest) Time elapsed: 0 s testFind[collection (internal)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0.002 s testFind[collection (external)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[single tree (internal)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[single tree (external)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[resource (internal)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[separate resources (external)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[separate resources (internal)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[resource set (internal)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0.001 s testFind[separate resource sets (external)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[separate resource sets (internal)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testGetServiceRegistryResource(org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForResourceTest) Time elapsed: 0.002 s testGetInstance(org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForResourceTest) Time elapsed: 0 s createWorkspaceAwarePackageRegistry_dynamic_badRegistration(org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest) Time elapsed: 0.326 s createWorkspaceAwarePackageRegistry_dynamic(org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest) Time elapsed: 0.085 s createWorkspaceAwarePackageRegistry_static(org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest) Time elapsed: 0.147 s createWorkspaceAwarePackageRegistry_static_badRegistration(org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest) Time elapsed: 0.078 s createWorkspaceAwareURIConverter(org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest) Time elapsed: 0.253 s createWorkspaceAwareURIConverter_badMapping(org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest) Time elapsed: 0.246 s makeNotShardObservedByOtherHelper[0: useCommands=false](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.686 s makeNotShard[0: useCommands=false](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.199 s makeShardObservedByOtherHelper[0: useCommands=false](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.001 s attemptToUseClosedHelper[0: useCommands=false](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.001 s makeShard[0: useCommands=false](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.001 s makeNotShardObservedByOtherHelper[1: useCommands=true](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.209 s makeNotShard[1: useCommands=true](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.214 s makeShardObservedByOtherHelper[1: useCommands=true](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.016 s attemptToUseClosedHelper[1: useCommands=true](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.001 s makeShard[1: useCommands=true](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.003 s proxyResolutionLoadsShardFromTheTop[0: full index](org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest) Time elapsed: 0.666 s shardLoadsContainersAndDoesntLoseStereotypes[0: full index](org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest) Time elapsed: 0.176 s proxyResolutionLoadsShardFromTheTop[1: on-demand index](org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest) Time elapsed: 0.186 s shardLoadsContainersAndDoesntLoseStereotypes[1: on-demand index](org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest) Time elapsed: 0.179 s subunits(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0.403 s parents(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0 s outgoingReferences_givenURI(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0.001 s incomingReferences_givenURI(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0.001 s roots(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0 s roots_alternate(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0.006 s outgoingReferences(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0.202 s incomingReferences(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0 s isShard(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0.001 s subunits(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0.53 s parents(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0.001 s outgoingReferences_givenURI(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0 s incomingReferences_givenURI(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0 s roots(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0 s roots_alternate(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) skipped outgoingReferences(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0 s incomingReferences(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0 s isShard(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0 s indexRebuiltOnDeletion(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 3.528 s indexRebuiltOnProjectClose(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 0.851 s indexNotifiesOnReindex(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 0.528 s indexRefreshesIfNecessary_bug473154(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 6.549 s indexBuilt(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 0.42 s indexRebuiltOnChanges(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 3.529 s indexRebuiltOnProjectDelete(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 0.617 s indexRecoversFromCancel(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 1.415 s AndExpression_Test1(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0.002 s AndExpression_Test2(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0.001 s AndExpression_Test3(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0.001 s AndExpression_Test4(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test5(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test6(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test7(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0.001 s AndExpression_Test8(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test9(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test10(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test11(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test12(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test13(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test14(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test15(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test16(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test17(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test18(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test19(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test20(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test21(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test22(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test23(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test24(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test25(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test26(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s LiteralFalseExpression_Test1(org.eclipse.papyrus.infra.emf.expressions.tests.LiteralFalseExpressionTests) Time elapsed: 0.001 s LiteralFalseExpression_Test2(org.eclipse.papyrus.infra.emf.expressions.tests.LiteralFalseExpressionTests) Time elapsed: 0 s LiteralTrueExpression_Test1(org.eclipse.papyrus.infra.emf.expressions.tests.LiteralTrueExpressionTests) Time elapsed: 0 s LiteralTrueExpression_Test2(org.eclipse.papyrus.infra.emf.expressions.tests.LiteralTrueExpressionTests) Time elapsed: 0 s NotExpression_Test1_1(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0.002 s NotExpression_Test1_2(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test2_1(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test2_2(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test3_1(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test3_2(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test4_1(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test4_2(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test4_3(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test4_4(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s OrExpression_Test10(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0.001 s OrExpression_Test11(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test12(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test13(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test14(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test15(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test16(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test17(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test18(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test19(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test20(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test21(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test22(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test23(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test24(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test25(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0.001 s OrExpression_Test26(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test1(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test2(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test3(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test4(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test5(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test6(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test7(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test8(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test9(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s ReferenceExpression_Test1(org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests) Time elapsed: 0.001 s ReferenceExpression_Test2(org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests) Time elapsed: 0.001 s ReferenceExpression_Test3(org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests) Time elapsed: 0 s ReferenceExpression_Test4(org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests) Time elapsed: 0 s ReferenceExpression_Test5(org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests) Time elapsed: 0 s singleEAttributeEqualityExpression_Test1(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0.001 s singleEAttributeEqualityExpression_Test2(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0 s singleEAttributeEqualityExpression_Test3(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0 s singleEAttributeEqualityExpression_Test4(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0 s singleEAttributeEqualityExpression_Test5(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0 s singleEAttributeEqualityExpression_Test6(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0 s singleEAttributeEqualityExpression_Test7(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0 s singleEAttributeEqualityExpression_Test8(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0 s handlesWrapperChains(org.eclipse.papyrus.infra.emf.gmf.util.tests.CommandTreeIteratorTest) Time elapsed: 0.004 s testMainModelElementsAreUnhandled(org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest) Time elapsed: 0.083 s testNonExistentResourceIsUnhandled(org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest) Time elapsed: 0.135 s testCrossReferencedPluginModelElementsAreUnhandled(org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest) Time elapsed: 0.065 s testCrossReferencedWorkspaceModelElementsMadeWritable(org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest) Time elapsed: 0.105 s testSubModelElementsAreUnhandled(org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest) Time elapsed: 0.444 s testObjectURIsWithFragment(org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest) Time elapsed: 0.083 s testCrossReferencedWorkspaceModelElementsAreReadOnly(org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest) Time elapsed: 0.074 s labelProviderChangeNotifications(org.eclipse.papyrus.infra.ui.emf.providers.tests.EMFLabelProviderTest) Time elapsed: 0.002 s getText(org.eclipse.papyrus.infra.ui.emf.providers.tests.EMFLabelProviderTest) Time elapsed: 0 s notificationsOnDependentWhenItChanges(org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest) Time elapsed: 0.003 s getText(org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest) Time elapsed: 0 s safeSubscriptionRemovalOnDestroy_bug507241(org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest) Time elapsed: 0.001 s notificationsOnDependentWhenDependencyChanges(org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest) Time elapsed: 0 s testGetTypeRegisteredInplugin(org.eclipse.papyrus.infra.types.tests.ElementTypesRegistryTests) Time elapsed: 0 s testPACKAGE_WITH_COMPONENTSType(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.005 s testSemanticMoveComponentFromWrongPackageToWrongPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.002 s testDeleteComponentFromGoodPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.778 s testSemanticCreateComponentInWrongPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0 s testCyclicAdvices(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.014 s testDeleteComponentFromWrongPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.003 s testSemanticMoveComponentFromWrongPackageToGoodPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.002 s testSemanticCreateComponentInGoodPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.008 s testValidAdvicesOrder(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.011 s testSemanticMoveComponentFromGoodPackageToWrongPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0 s testPACKAGE_WITH_ALL_ELEMENTSType(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0 s testSemanticMoveComponentFromGoodPackageToGoodPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.003 s testGetAllAdviceBindings(org.eclipse.papyrus.infra.types.tests.ElementTypeSetConfigurationTest) Time elapsed: 0.001 s testGetOwnedAdvice(org.eclipse.papyrus.infra.types.tests.SpecializationTypeConfigurationTest) Time elapsed: 0 s testGetOwnedAdvice(org.eclipse.papyrus.infra.types.tests.MetamodelTypeConfigurationTest) Time elapsed: 0 s testGetElementTypeSet(org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest) Time elapsed: 0 s testGetOwningTarget(org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest) Time elapsed: 0 s testSetOwningTarget(org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest) Time elapsed: 0 s testValidateAbstractAdviceBindingConfiguration_apply_to_all_types(org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest) Time elapsed: 0.001 s testGetOwnedAdvice(org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredTypeTest) Time elapsed: 0 s testGetElementTypeSet(org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest) Time elapsed: 0.001 s testGetOwningTarget(org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest) Time elapsed: 0 s testSetOwningTarget(org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest) Time elapsed: 0 s testValidateAbstractAdviceBindingConfiguration_apply_to_all_types(org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest) Time elapsed: 0 s testGetTypeRegisteredInplugin(org.eclipse.papyrus.infra.types.tests.ElementTypesRegistryTests) Time elapsed: 0 s addToAnd(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 2.897 s addToOr(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.08 s negate(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.092 s alreadyInAnd(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.091 s negate_notRule(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.092 s pullUpOrMultiple(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.091 s pullUpAndMultiple(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.086 s alreadyInOr(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.072 s pullUpOr(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.09 s pullUpAnd(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.089 s pullUpNot(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.091 s negate_negatedRule(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.102 s notDirtyAfterExecute_save_execute_undo_undo_redo(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0.004 s notDirtyAfterExecute_save_executeNonDirtying_undo_undo_redo_redo(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0.001 s notDirtyAfterExecuteNonDirtying_undo(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0.001 s dirtyAfterExecute(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0 s notDirtyAfterExecute_save(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0 s notDirtyAfterExecute_undo(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0 s dirtyAfterExecute_save_undo_save_redo(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0 s dirtyAfterExecute_save_undo(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0 s notDirtyAfterExecuteNonDirtying(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0 s notDirtyAfterExecute_save_undo_save(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0.001 s dirtyAfterExecute_save_execute_undo_undo_save_redo(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0 s testCancelUnnestedCommand(org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest) Time elapsed: 0.029 s testCompleteNestedCommand(org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest) Time elapsed: 0.005 s testCancelTripleNestedCommand(org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest) Time elapsed: 0.007 s testCompleteTripleNestedCommand(org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest) Time elapsed: 0.003 s testCancelNestedCommand(org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest) Time elapsed: 0.002 s testCompleteUnnestedCommand(org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest) Time elapsed: 0.002 s genericCompoundsAndWrappers(org.eclipse.papyrus.commands.util.CommandTreeIteratorTest) Time elapsed: 0.005 s gmfCompoundsAndWrappers(org.eclipse.papyrus.commands.util.CommandTreeIteratorTest) Time elapsed: 0 s emfCompoundsAndWrappers(org.eclipse.papyrus.commands.util.CommandTreeIteratorTest) Time elapsed: 0 s gefCompoundsAndWrappers(org.eclipse.papyrus.commands.util.CommandTreeIteratorTest) Time elapsed: 0 s undoChangesFromDiagramCommandStack(org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest) Time elapsed: 0.293 s undoChangesFromOperationHistory(org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest) Time elapsed: 0.192 s undoChangesFromEMFCommandStack(org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest) Time elapsed: 0.189 s load_BadelementTypeDiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel) Time elapsed: 0.023 s load_BadProviderDiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel) Time elapsed: 0.248 s init_DiagramExpansionRegistry(org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel) Time elapsed: 0 s load_BadDiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel) Time elapsed: 0.002 s load_DiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel) Time elapsed: 0 s verifyMetaclassCreationWithCompartment(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment) Time elapsed: 0.906 s verifyClassCreationWithCompartment(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment) Time elapsed: 0.589 s load_DiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment) Time elapsed: 0.5 s load_DiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddChildLabel) Time elapsed: 0.638 s load_DiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddBorderItem) Time elapsed: 0.564 s load_DiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartmentWithKind) Time elapsed: 0.618 s load_DiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddLink) Time elapsed: 0.687 s testDropInsideBadcontainer(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionDropElements) Time elapsed: 0.664 s testDropInsidecontainer(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionDropElements) Time elapsed: 0.696 s testAssistantForLabelNode(org.eclipse.papyrus.infra.gmfdiag.common.tests.AssistantUsage) Time elapsed: 0.853 s testWrap(org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest) Time elapsed: 0.004 s testWrite_command(org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest) Time elapsed: 0.002 s testWrite_gmfCommand(org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest) Time elapsed: 0.002 s testWrite_runnable(org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest) Time elapsed: 0.001 s initialSyncOfEmptyDiagram(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 1.107 s newNodeOfWrongMetaclassNotSynchronized(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 1.053 s createNewNode:create(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 1.21 s createNewNode:undo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s createNewNode:redo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s syncNodeLocation:move(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 1.217 s syncNodeLocation:undo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s syncNodeLocation:redo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s deleteNode:deleteView(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 1.528 s deleteNode:undo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s deleteNode:redo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s syncNodeSize:resize(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 1.061 s syncNodeSize:undo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s syncNodeSize:redo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s overrideSyncNodeSize:move(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 1.315 s overrideSyncNodeSize:override(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 0 s overrideSyncNodeSize:undo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 0 s overrideSyncNodeSize:redo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 0 s overrideSyncNodeLocation:move(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 1.481 s overrideSyncNodeLocation:override(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 0 s overrideSyncNodeLocation:undo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 0 s overrideSyncNodeLocation:redo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 0 s getText_unnamedDiagramNotifications(org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest) Time elapsed: 0.001 s getText_namedDiagramNotifications(org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest) Time elapsed: 0.001 s getText_unnamedDiagram(org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest) Time elapsed: 0 s getText_unnamedDiagramChangeContextName(org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest) Time elapsed: 0 s getText_namedDiagram(org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest) Time elapsed: 0 s createElement(org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.CreateEditBasedElementCommandTest) Time elapsed: 0.21 s copyElement(org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultCopyCommandTest) Time elapsed: 0.157 s pasteElement(org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultPasteCommandTest) Time elapsed: 0.111 s copyElement(org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramCopyCommandTest) Time elapsed: 0.638 s pasteElement(org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramPasteCommandTest) Time elapsed: 0.698 s pasteProperty(org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramPasteCommandTest) Time elapsed: 0.934 s validateModel[0](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.ModelValidationTest) Time elapsed: 0.002 s validateModel[1](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.ModelValidationTest) Time elapsed: 0.003 s validateModel[0](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.001 s validateModel[1](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.005 s validateModel[2](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.001 s validateModel[3](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0 s validateModel[4](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.001 s validateModel[5](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.004 s validateModel[6](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.001 s validateModel[7](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.005 s canonicalEdgesInClassDiagram(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest) Time elapsed: 1.565 s noCanonicalViewInCanonicalView(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest) Time elapsed: 1.348 s canonicalNodesInClassDiagram(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest) Time elapsed: 1.313 s noCanonicalEdgeOnCanonicalView(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest) Time elapsed: 1.32 s controlTestForNothingCanonical(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 0.7 s toggleCanonicalOn:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 1.285 s toggleCanonicalOn:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 0 s toggleCanonicalOn:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 0 s toggleCanonicalInCanonicalNestedViews:on(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 0.829 s toggleCanonicalInCanonicalNestedViews:off(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 0 s toggleCanonicalOff:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 1.147 s toggleCanonicalOff:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 0 s toggleCanonicalOff:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 0 s reorderPropertiesInClass_bug420549:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.254 s reorderPropertiesInClass_bug420549:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s reorderPropertiesInClass_bug420549:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s removeGeneralizationFromClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 2.091 s removeGeneralizationFromClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s removeGeneralizationFromClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addAssociationToClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.791 s addAssociationToClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addAssociationToClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addElementImportToPackage:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.707 s addElementImportToPackage:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addElementImportToPackage:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s removeOperationFromClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.189 s removeOperationFromClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s removeOperationFromClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addInterfaceToPackage:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.249 s addInterfaceToPackage:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addInterfaceToPackage:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s removeClassFromPackage:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.21 s removeClassFromPackage:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s removeClassFromPackage:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addPropertyToClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.216 s addPropertyToClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addPropertyToClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addDependencyToClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.756 s addDependencyToClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addDependencyToClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s deleteGeneralizationViewFromClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 1.602 s deleteGeneralizationViewFromClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteGeneralizationViewFromClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteAssociationViewFromClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 1.69 s deleteAssociationViewFromClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteAssociationViewFromClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteClassViewFromPackage:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 1.702 s deleteClassViewFromPackage:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteClassViewFromPackage:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteOperationViewFromClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 1.267 s deleteOperationViewFromClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteOperationViewFromClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteDataTypeFromPackage:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 1.128 s deleteDataTypeFromPackage:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s deleteDataTypeFromPackage:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s deleteAssociationFromClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 1.378 s deleteAssociationFromClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s deleteAssociationFromClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s deleteLiteralInEnumeration:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 1.141 s deleteLiteralInEnumeration:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s deleteLiteralInEnumeration:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s createPropertyInClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 1.121 s createPropertyInClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s createPropertyInClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s createDependencyInClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 1.76 s createDependencyInClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s createDependencyInClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s createInterfaceInPackage:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 1.168 s createInterfaceInPackage:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s createInterfaceInPackage:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s canonicalEdgesInClassDiagram(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest) Time elapsed: 1.104 s nestedCanonicalNodesByMetaclassSelectorInCanonicalView(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest) Time elapsed: 1.275 s nestedCanonicalEdgesInCanonicalView(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest) Time elapsed: 1.062 s canonicalNodesByMetaclassSelectorInClassDiagram(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest) Time elapsed: 1.101 s canonicalNodesByExplicitStyleClassInClassDiagram(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest) Time elapsed: 1.058 s controlTestForNothingCanonical(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 0.708 s overrideSelectorRule(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 1.485 s overrideExplicitClassRule(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 1.457 s addStyleClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 1.611 s addStyleClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 0 s addStyleClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 0 s addStylesheet:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 0.947 s addStylesheet:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 0 s addStylesheet:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 0 s editStylesheetRefresh:initial(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 1.324 s editStylesheetRefresh:non-canonical(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 0 s editStylesheetRefresh:canonical(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 0 s editStylesheetRefresh:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 0 s editStylesheetRefresh:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 0 s editStylesheetRefresh_closeReopenDiagram_undo:initial(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 1.292 s editStylesheetRefresh_closeReopenDiagram_undo:close-reopen(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 0 s editStylesheetRefresh_closeReopenDiagram_undo:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 0 s associationEndWhenNoAssociationEdge_bug473148(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest) skipped nestedClassifiersDontCauseLoopInCompositeDiagram_bug474489(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest) Time elapsed: 0.828 s associationEndCanonicalPresentation_bug473148(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest) Time elapsed: 0.801 s referenceConnectionNotDeleted_bug472155:initial(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest) Time elapsed: 0.556 s referenceConnectionNotDeleted_bug472155:synch(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest) Time elapsed: 0 s referenceConnectionNotDeleted_bug472155:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest) Time elapsed: 0 s referenceConnectionNotDeleted_bug472155:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest) Time elapsed: 0 s testReadOnlyAxisTransactionOption(org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest) Time elapsed: 0.017 s testReferenceToReadOnlyObjectWithOppositeRolledBackCommand(org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest) Time elapsed: 0.036 s testReferenceToReadOnlyObjectWithOppositeRolledBackOperation(org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest) Time elapsed: 0.031 s testIsReadOnlyEObject(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest) Time elapsed: 0.024 s testSashModelReadOnlyIfPermissionReadOnly(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest) Time elapsed: 0.032 s testAnyReadOnlyURIs(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest) Time elapsed: 0.026 s testCanMakeWritableEObject(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest) Time elapsed: 0.027 s testCanMakeWritableURIs(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest) Time elapsed: 0.028 s testCanMakeWritable(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest) Time elapsed: 0.034 s testAsBoolean(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest) Time elapsed: 0.025 s testIsReadOnly(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest) Time elapsed: 0.026 s testGetSashRow__int_int(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest) Time elapsed: 0.021 s testGetVisibleSections(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest) Time elapsed: 0.004 s testGetSashColumn__int(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest) Time elapsed: 0 s testGetSection__String(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest) Time elapsed: 0.001 s testIsIdentifiedBy__String(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeSectionTest) Time elapsed: 0 s testGetSashRow__int(org.eclipse.papyrus.infra.editor.welcome.tests.SashColumnTest) Time elapsed: 0 s openWelcomePage(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.395 s closeWelcomePage(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.403 s pageRemovalValidator(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 1.009 s emptyModelShowsWelcomePage(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.283 s emptyModelCannotCloseWelcomePage(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.269 s canCloseWelcomePage(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.379 s welcomeModelResource(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.269 s welcomeModelElement(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.258 s getOwner(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.258 s languagesProperty(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.689 s isEditableRestoreActivePage(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.475 s privateLayoutProperty(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.469 s restoreActivePageProperty(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest) skipped isEditable(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.493 s dispose_bug487027(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.434 s viewsProperty(org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.509 s isEditable(org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.426 s createView(org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.625 s dispose_bug487027(org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.592 s deleteView(org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.435 s viewsPropertyExcludesPluginDeployedModels_bug493668(org.eclipse.papyrus.infra.gmfdiag.welcome.tests.NotationObservablePropertyTest) Time elapsed: 0.464 s labelProviderChange(org.eclipse.papyrus.infra.properties.ui.providers.tests.PropertiesHeaderLabelProviderTest) Time elapsed: 0.029 s createWithLocalFactory(org.eclipse.papyrus.infra.properties.ui.tests.EcorePropertyEditorFactoryTest) Time elapsed: 0.008 s testMatches__Object_not(org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest) Time elapsed: 0.002 s testMatches__Object_xor(org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest) Time elapsed: 0 s testMatches__Object(org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest) Time elapsed: 0 s testMatches__Object_or(org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest) Time elapsed: 0 s testValidateAcyclic__DiagnosticChain_Map(org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest) Time elapsed: 0.001 s testMatches__Object(org.eclipse.papyrus.infra.filters.tests.EqualsTest) Time elapsed: 0 s testMatches__Object(org.eclipse.papyrus.infra.filters.tests.FilterReferenceTest) Time elapsed: 0.001 s testMatches__Object(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.AssistedElementTypeFilterTest) Time elapsed: 0.007 s testGetProvider(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.AssistedElementTypeFilterTest) Time elapsed: 0.001 s testGetRelTypesOnSourceAndTarget__IAdaptable_IAdaptable(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.003 s testGetRelTypesForSREOnSource__IAdaptable(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testRemoveProviderChangeListener__IProviderChangeListener(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetTypesForTarget__IAdaptable_IElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.003 s testGetClientContext(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testAddProviderChangeListener__IProviderChangeListener(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testSelectExistingElementForTarget__IAdaptable_IElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetRelTypesOnSource__IAdaptable(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.002 s testGetElementType__String(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetExcludedElementTypes(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetTypesForSource__IAdaptable_IElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.003 s testSelectExistingElementForSource__IAdaptable_IElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetTypesForPopupBar__IAdaptable(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetRelTypesForSREOnTarget__IAdaptable(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetElementTypes(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testIsRelationshipType__IElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetTypes__String_IAdaptable(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetRelationshipTypes(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetRelTypesOnTarget__IAdaptable(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.002 s testProvides__IOperation(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.002 s testGetElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.PopupAssistantTest) Time elapsed: 0 s testGetElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ConnectionAssistantTest) Time elapsed: 0 s testGetElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest) Time elapsed: 0.002 s testMatches__Object(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest) Time elapsed: 0 s testGetProvider(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest) Time elapsed: 0 s sourceForConnectionToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.081 s excludedConnectionFromSource(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.102 s connectionToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.139 s excludedConnectionToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.095 s excludedTargetForConnectionFromSource(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.027 s excludedSourceForConnectionToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.036 s excludedConnectionFromSourceToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.076 s targetForConnectionFromSource(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.041 s popupOnDiagramSurface(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.023 s connectionFromSource(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.066 s popupOnShape(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.027 s excludedPopupOnDiagramSurface(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.021 s connectionFromSourceToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.065 s sourceForConnectionToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest) Time elapsed: 0.058 s connectionToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest) Time elapsed: 0.091 s targetForConnectionFromSource(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest) Time elapsed: 0.027 s popupOnDiagramSurface(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest) Time elapsed: 0.026 s connectionFromSource(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest) Time elapsed: 0.072 s popupOnShape(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest) Time elapsed: 0.03 s connectionFromSourceToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest) Time elapsed: 0.066 s testGetObjectOfPathmapResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1) Time elapsed: 0.062 s testGetObjectOfProfileResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1) Time elapsed: 0.067 s testGetDanglingReferenceFromAControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1) Time elapsed: 0.063 s testGetObjectOfControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1) Time elapsed: 0.045 s testGetDiagramOfControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1) Time elapsed: 0.053 s testGetObjectOfPathmapResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1) Time elapsed: 0.411 s testGetObjectOfProfileResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1) Time elapsed: 0.322 s testGetDanglingReferenceFromAControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1) Time elapsed: 0.298 s testGetObjectOfControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1) Time elapsed: 0.29 s testGetDiagramOfControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1) Time elapsed: 0.324 s testGetObjectOfPathmapResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1) Time elapsed: 0.277 s testGetObjectOfProfileResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1) Time elapsed: 0.316 s testGetDanglingReferenceFromAControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1) Time elapsed: 0.307 s testGetObjectOfControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1) Time elapsed: 0.313 s testGetDiagramOfControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1) Time elapsed: 0.277 s testGetFigureInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithModel1) Time elapsed: 0.047 s testGetReferenceInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithModel1) Time elapsed: 0.018 s testGetFigureInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithPackage0) Time elapsed: 0.019 s testGetReferenceInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithPackage0) Time elapsed: 0.018 s testGetFigureInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithModel1) Time elapsed: 0.014 s testGetReferenceInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithModel1) Time elapsed: 0.022 s testGetFigureInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithPackage0) Time elapsed: 0.014 s testGetReferenceInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithPackage0) Time elapsed: 0.016 s testGetFigureInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithModel1) Time elapsed: 0.021 s testGetReferenceInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithModel1) Time elapsed: 0.075 s testGetFigureInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithPackage0) Time elapsed: 0.019 s testGetReferenceInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithPackage0) Time elapsed: 0.015 s testControlSeveralModelsWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest) Time elapsed: 1.571 s testUndoControlSeveralModelsWithProfileInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest) Time elapsed: 1.167 s testUndoControlModelWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest) Time elapsed: 0.979 s testControlSeveralModelsWithProfileInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest) Time elapsed: 1.157 s testControlModelWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest) Time elapsed: 1.096 s testUndoControlSeveralModelsWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest) Time elapsed: 1.131 s testUncontrolShardSubunit(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 0.464 s testUncontrolOneSubmodel(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 0.906 s testUncontrolSeveralSubmodelsInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 1.006 s testDeleteSubmodel(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 0.805 s testUncontrolSeveralSubmodels(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 1.15 s testUndoUncontrolOneSubmodel(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 0.8 s testUndoUncontrolSeveralSubmodelsWithoutSave(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 0.845 s testUndoUncontrolSeveralSubmodelsInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 1.119 s testUncontrolUpdatesReferencesToRootObject_bug480209(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 0.501 s testUndoUncontrolSeveralSubmodels(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 0.989 s testControlModeUseCase1(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 0.837 s testControlModeUseCase2(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 0.727 s testControlModeUseCase3(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 0.699 s testControlSeveralModels(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 1.081 s testUndoControlOneSubmodel(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 0.847 s testUndoControlSeveralModels(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 1.039 s testControlSeveralModelsInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 1.104 s testUndoControlSeveralModelsInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 0.971 s testControlOneSubmodel(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 0.744 s testUncontrolModelWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest) Time elapsed: 1.118 s testUncontrolSeveralModelsWithProfileInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest) Time elapsed: 1.449 s testUndoUncontrolSeveralModelsWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest) Time elapsed: 1.729 s testUndoUncontrolSeveralModelsWithProfileInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest) Time elapsed: 1.702 s testUncontrolSeveralModelsWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest) Time elapsed: 1.414 s testUndoUncontrolModelWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest) Time elapsed: 1.224 s testControlLegacyModel(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlLegacyModelTest) Time elapsed: 0.509 s canCreateSubModel(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest) Time elapsed: 0.32 s approveUncontrolRequest(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest) Time elapsed: 0.31 s approveControlRequest(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest) Time elapsed: 0.296 s disapproveUncontrolRequest(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest) Time elapsed: 0.316 s disapproveControlRequest(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest) Time elapsed: 0.315 s convertSubmodelToShard(org.eclipse.papyrus.infra.services.controlmode.tests.control.ShardModeTest) Time elapsed: 1.043 s convertShardToSubmodel(org.eclipse.papyrus.infra.services.controlmode.tests.control.ShardModeTest) Time elapsed: 0.672 s testIsCanonicalWithNote(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.587 s testDeleteNotOrphanElement(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.564 s testIsCanonicalViewWithNotOrphan(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.561 s testIsSupportViewWithOrphan(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.52 s testIsCanonicalWithConnection(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.524 s testIsCanonicalViewWithOrphan(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.515 s testDeleteTextNode(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.535 s testDeleteOrphan(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.541 s testIsCanonicalWithNotOrphan(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.494 s testIsSupportViewWithNote(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.519 s testIsSupportViews(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.531 s testIsCanonicalWithOrphan(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.535 s testIsCanonical(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.552 s testIsCanonicalViewWithNote(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.518 s testIsSupportViewWithNotOrphan(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.493 s testCSSClassContentProvider(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSClassProviderTest) Time elapsed: 0.006 s testPackage(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest) Time elapsed: 0.005 s testClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest) Time elapsed: 0.004 s testCSSClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest) Time elapsed: 0.004 s testPriorities(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest) Time elapsed: 0.004 s testInterfaceStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest) Time elapsed: 0.004 s testStyleSheetsPriorities(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest) Time elapsed: 0.004 s testPackage(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest) Time elapsed: 0.003 s testClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest) Time elapsed: 0.004 s testCSSClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest) Time elapsed: 0.003 s testPriorities(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest) Time elapsed: 0.004 s testInterfaceStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest) Time elapsed: 0.004 s testStylesDisabled(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedStyleTest) Time elapsed: 0.002 s testShowAllCompartmentsTitles(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests) Time elapsed: 0.01 s testCaseInsensitiveForEnumeration(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests) skipped testAttributeCompartment(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests) Time elapsed: 0.005 s testCompartmentForceValue(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests) Time elapsed: 0.011 s testAttributeCompartmentForInterface(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests) Time elapsed: 0.004 s testWithoutCSSSupport(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSSupportTest) Time elapsed: 0.002 s testCSSSupport(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSSupportTest) Time elapsed: 0.002 s testProjectStylesheets(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest) Time elapsed: 0.01 s testPackage(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest) Time elapsed: 0.004 s testClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest) Time elapsed: 0.028 s testCSSClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest) Time elapsed: 0.005 s testPriorities(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest) Time elapsed: 0.005 s testInterfaceStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest) Time elapsed: 0.004 s testWorkspaceTheme(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest) Time elapsed: 0.01 s testPackage(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest) Time elapsed: 0.003 s testClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest) Time elapsed: 0.003 s testCSSClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest) Time elapsed: 0.004 s testPriorities(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest) Time elapsed: 0.004 s testInterfaceStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest) Time elapsed: 0.003 s canonicalStyleNotInferred(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest) Time elapsed: 0.025 s canonicalStyleInferred(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest) Time elapsed: 0.042 s overrideInferredStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest) Time elapsed: 0.027 s testUnnamedReference(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest) Time elapsed: 0.004 s testNamedReference(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest) Time elapsed: 0.003 s testEmptyNameReference(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest) Time elapsed: 0.003 s testUntypedReference(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest) Time elapsed: 0.003 s testKindSelectorForCompartment(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSKindSelectorTest) Time elapsed: 0.439 s testKindSelectorForLabel(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSKindSelectorTest) Time elapsed: 0.504 s testLabels(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationLabelProviderTest) Time elapsed: 0.346 s testUseInternationalizationModification(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationChangePreferencesTest) Time elapsed: 0.295 s testLanguageModification(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationChangePreferencesTest) Time elapsed: 0.301 s enablementNotification(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest) Time elapsed: 0.309 s localeNotificationByPreferences(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest) Time elapsed: 0.306 s localeNotification(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest) Time elapsed: 0.308 s removePreferenceListener(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest) Time elapsed: 0.298 s enablementNotificationByPreferences(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest) Time elapsed: 0.333 s getViewCountOn(org.eclipse.papyrus.infra.viewpoints.policy.tests.ViewPrototypeTest) Time elapsed: 0.041 s getOwnedViewCount(org.eclipse.papyrus.infra.viewpoints.policy.tests.ViewPrototypeTest) Time elapsed: 0.037 s testIsInViewpoint(org.eclipse.papyrus.infra.viewpoints.policy.tests.PolicyCheckerTest) Time elapsed: 0.139 s testGetQualifiedName(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDomainTest) Time elapsed: 0 s testGeneralizationCycle__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0.008 s testCreationCommandClassRequired__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testContextGeneralizationIsConsistent__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0.001 s testIsConsistentWith__ArchitectureContext(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testExtensionCycle__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0.001 s testIsExtension(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testConversionCommandClassExists__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testAllGeneralContexts(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testCeationCommandClassExists__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testGeneralNotExtended__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testContextExtensionsAreConsistent__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0.001 s testAllExtendedContexts(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testGetQualifiedName(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testGetQualifiedName(org.eclipse.papyrus.infra.core.architecture.tests.StakeholderTest) Time elapsed: 0 s testGetQualifiedName(org.eclipse.papyrus.infra.core.architecture.tests.ConcernTest) Time elapsed: 0 s testGetQualifiedName(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureViewpointTest) Time elapsed: 0 s testGeneralizationCycle__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testCreationCommandClassRequired__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testContextGeneralizationIsConsistent__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testIsConsistentWith__ArchitectureContext(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0.001 s testExtensionCycle__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testIsExtension(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testConversionCommandClassExists__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testAllGeneralContexts(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testCeationCommandClassExists__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testGeneralNotExtended__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testContextExtensionsAreConsistent__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testAllExtendedContexts(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testGetQualifiedName(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testMergeViewpointsSameName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest) Time elapsed: 0.133 s testMergeContextSameName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest) Time elapsed: 0.132 s testMergeViewpointsDifferentName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest) Time elapsed: 0.112 s testMergeViewpointsRepresentationKinds(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest) Time elapsed: 0.133 s testMergeContextDifferentName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest) Time elapsed: 0.179 s getMetamodel(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.005 s getConversionCommandClass(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.003 s getCreationCommandClass(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.002 s getRepresentationKinds(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0 s getProfiles(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getDomain(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getDefaultViewpoints(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getParent(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getExtensionPrefix(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getCreationCommandClassName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0 s getElementTypes(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getConversionCommandClassName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getQualifiedName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0 s getIcon(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getId(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getDescription(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getStakeholders(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0.001 s getParent(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0 s getConcerns(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0.001 s getQualifiedName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0.001 s getIcon(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0 s getName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0.001 s getId(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0 s getDescription(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0.001 s getConversionCommandClass(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.002 s getCreationCommandClass(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.002 s getDomain(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.001 s getDefaultViewpoints(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0 s getParent(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0 s getExtensionPrefix(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.001 s getCreationCommandClassName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0 s getElementTypes(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.001 s getConversionCommandClassName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0 s getQualifiedName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.001 s getIcon(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.001 s getName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0 s getId(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.001 s getDescription(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0 s getRepresentationKinds(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0.001 s getParent(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0.001 s getConcerns(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0.001 s getContext(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0 s getQualifiedName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0.001 s getIcon(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0 s getName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0.001 s getId(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0.001 s getDescription(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0 s resources(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.225 s mergeViewpoints(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.165 s traces(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.118 s isMerged(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.134 s mergeDiagramParent(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.146 s mergeRepresentationKinds(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.105 s collectViewpoints(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.106 s collectStakeholdersAndConcerns(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.106 s getContexts(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.104 s mergeContextName(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.103 s resources(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.119 s mergeViewpoints(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.104 s merged(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.116 s traces(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.147 s mergeDiagramParent(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.131 s mergeRepresentationKinds(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.169 s collectViewpoints(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.122 s stakeholdersAndConcernsCollected(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.14 s getContexts(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.113 s mergeContextName(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.107 s mergeViewpoints(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest) Time elapsed: 0.106 s contexts(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest) Time elapsed: 0.104 s mergeRepresentationKinds(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest) Time elapsed: 0.106 s mergeDefaultViewpoints(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest) Time elapsed: 0.104 s extensionContentNotInherited(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest) Time elapsed: 0.105 s extensionContextsElided(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest) Time elapsed: 0.113 s inheritedContentMergedByExtension(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest) Time elapsed: 0.116 s emptyDomainsElided(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest) Time elapsed: 0.126 s stakeholdersAndConcerns(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest) Time elapsed: 0.193 s addContextToExtendedDomain(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerAddContextTest) Time elapsed: 0.118 s switchViewpoints(org.eclipse.papyrus.infra.ui.architecture.tests.editors.SwitchViewpointsTest) Time elapsed: 1.048 s revealDiagramsAndTables(org.eclipse.papyrus.infra.ui.architecture.tests.editors.ModelExplorerViewpointFilterTest) Time elapsed: 0.413 s checkIcons(org.eclipse.papyrus.infra.ui.architecture.tests.editors.GrayedIconTest) Time elapsed: 0.325 s Results: Tests run: 1082, Failures: 0, Errors: 0, Skipped: 27 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.infra.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests >-- [INFO] Building org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT [151/177] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/target/org.eclipse.papyrus.infra.newchild.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT [152/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/org.eclipse.papyrus.toolsmiths.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.toolsmiths.suite.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.emf.compare.EMFCompare). log4j:WARN Please initialize the log4j system properly. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.papyrus.toolsmiths.validation.common.internal.utils.PluginErrorReporter (file:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202112070348/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202112070348.jar) to field java.lang.reflect.Field.modifiers WARNING: Please consider reporting this to the maintainers of org.eclipse.papyrus.toolsmiths.validation.common.internal.utils.PluginErrorReporter WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 129.652 s - in org.eclipse.papyrus.toolsmiths.suite.tests.AllTests ProfileAutomaticMigrationTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest) Time elapsed: 0.003 s PackageAutomaticMigrationTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest) Time elapsed: 0.001 s StereotypeAutomaticMigrationTest_Stereotype_delete_Property(org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest) Time elapsed: 0 s PropertyAutomaticMigrationTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest) Time elapsed: 0.001 s StereotypeAutomaticMigrationTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest) Time elapsed: 0.001 s GeneralizationAutomaticMigrationTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest) Time elapsed: 0 s atomicListTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeIsAbstractFromStereotypeTest) Time elapsed: 0.001 s atomicListMoveProfileIntoNonApplyProfileTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest) Time elapsed: 0.044 s atomicListMoveStereotypeIntoNonApplyProfileTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest) Time elapsed: 0.026 s atomicListMovePackageIntoAlreadyApplyProfileTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest) Time elapsed: 0.025 s atomicListMoveStereotypeIntoAlreadyApplyProfileTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest) Time elapsed: 0.041 s atomicListMovePackageIntoNonApplyProfileTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest) Time elapsed: 0.025 s atomicListMoveProfileIntoAlreadyApplyProfileTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest) Time elapsed: 0.025 s UpperMultiplicityTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest) Time elapsed: 0.001 s atomicListTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest) Time elapsed: 0 s LowerMultiplicityTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest) Time elapsed: 0 s DeleteEnumerationLiteralTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest) Time elapsed: 0.001 s MoveEnumerationLiteralTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest) Time elapsed: 0 s atomicListTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest) Time elapsed: 0.001 s atomicListTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeIsStaticFromPropertyTest) Time elapsed: 0.001 s atomicListTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.AddPropertyToStereotypeTest) Time elapsed: 0.001 s unresolvedNonBundleDeployedURI(org.eclipse.papyrus.toolsmiths.validation.common.tests.ModelDependenciesCheckerTest) Time elapsed: 10.79 s noSpuriousDependencyProblemsFromDynamicProfileDefinition(org.eclipse.papyrus.toolsmiths.validation.common.tests.ModelDependenciesCheckerTest) Time elapsed: 3.137 s getFilesFromProject(org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest) Time elapsed: 0.571 s existFileFromProject_closed(org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest) Time elapsed: 0.419 s existFileFromProject(org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest) Time elapsed: 1.268 s getFilesFromProject_closed(org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest) Time elapsed: 0.238 s noIntermediateExtensionPointConfigurations(org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingExtensionMarkerResolutionTest) Time elapsed: 3.007 s addMissingExtension(org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingExtensionMarkerResolutionTest) Time elapsed: 0.279 s addMissingAttribute(org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingAttributeMarkerResolutionTest) Time elapsed: 0.293 s ok(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginBuilderTest) Time elapsed: 4.406 s noSuchModelFile(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginXMLBuilderTest) Time elapsed: 1.924 s noExtension(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginXMLBuilderTest) Time elapsed: 2.657 s unresolvedIconResourceURI(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 3.117 s explicitMergeNotWarned(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 7.396 s implicitMergeWarning(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 4.803 s invalidIconResourceURI(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 2.493 s unusedRepresentationKind(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 2.318 s multipleClientContexts(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 1.565 s clientContextIDMismatch(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 2.502 s unresolvedGrayedIconResourceURI(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 2.291 s representationKindReferenced(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 2.243 s unresolvedCreationCommandClass(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic) Time elapsed: 5.682 s creationCommandClassBinaryTypeResolved(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic) Time elapsed: 4.776 s invalidCreationCommandClass(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic) Time elapsed: 4.347 s missingArchitectureFrameworkDependency(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest) Time elapsed: 4.292 s iconBundle(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest) Time elapsed: 1.47 s creationCommandClassBundle(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest) Time elapsed: 6.042 s creationCommandClassBinaryTypeResolved(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest) Time elapsed: 4.505 s allReferencedByFolder(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest) Time elapsed: 1.643 s missingReferencedResource(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest) Time elapsed: 1.826 s missingArchitecture(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest) Time elapsed: 1.54 s missingIcon(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest) Time elapsed: 1.637 s allReferencesSpecific(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest) Time elapsed: 1.714 s testProfilePluginValidation(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginValidationTest) Time elapsed: 0.59 s dependencyValidationFails(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 0.545 s extensionValidationPasses(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 0.567 s modelValidationPasses(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 1.102 s buildPropertiesValidationFails(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 0.959 s dependencyValidationPasses(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 1.295 s extensionValidationFails(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 0.837 s modelValidationFails(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 0.438 s iconBundleDependency(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 0.853 s buildPropertiesValidationPasses(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 0.643 s clientContextIDViaGMF(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest) Time elapsed: 0.661 s clientContextIDViaArchitectureCongtext(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest) Time elapsed: 1.205 s noClientContext(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest) Time elapsed: 0.53 s noSuchModelFile(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest) Time elapsed: 0.95 s noExtension(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest) Time elapsed: 0.721 s noExtensionButArchitectureReference(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest) Time elapsed: 1.141 s unknownClientContextID(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest) Time elapsed: 0.825 s unresolvedFeatureName(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice) Time elapsed: 0.784 s ok(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice) Time elapsed: 1.015 s unresolvedStereotypeQualifiedName(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice) Time elapsed: 0.974 s unqualifiedStereotypeQualifiedName(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice) Time elapsed: 0.777 s unresolvedProfileQualifiedName(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice) Time elapsed: 0.726 s unresolvedIconReference(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$General) Time elapsed: 0.729 s unresolvedMetamodelNSURI(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$General) Time elapsed: 0.825 s unresolvedProfileURI(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice) Time elapsed: 0.946 s ok(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice) Time elapsed: 1.021 s unresolvedStereotypeQualifiedName(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice) Time elapsed: 0.742 s unresolvedFeatureName(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice) Time elapsed: 0.636 s ok(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice) Time elapsed: 0.809 s unresolvedStereotypeQualifiedName(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice) Time elapsed: 1.039 s allReferencedByFolder(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest) Time elapsed: 1.239 s missingReferencedIcon(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest) Time elapsed: 0.864 s missingReferencedResource(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest) Time elapsed: 0.693 s allReferencesExplicit(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest) Time elapsed: 0.73 s testProfilePluginValidation(org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginValidationTest) Time elapsed: 1.9 s Results: Tests run: 89, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.toolsmiths.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT [153/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/target/org.eclipse.papyrus.uml.diagram.communication.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.0-SNAPSHOT [154/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionUse.java:[25] import org.eclipse.papyrus.uml.diagram.timing.custom.utils.EditPartUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditPartUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202112070336/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionUse.java:[79] final CustomInteractionUseNameEditPart callBehaviorNameEditPart = (CustomInteractionUseNameEditPart)EditPartUtils.findFirstChildEditPartWithId(interactionUse, CustomInteractionUseNameEditPart.VISUAL_ID); ^^^^^^^^^^^^^ Discouraged access: The type 'EditPartUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202112070336/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionUse.java:[79] final CustomInteractionUseNameEditPart callBehaviorNameEditPart = (CustomInteractionUseNameEditPart)EditPartUtils.findFirstChildEditPartWithId(interactionUse, CustomInteractionUseNameEditPart.VISUAL_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'EditPartUtils.findFirstChildEditPartWithId(EditPart, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202112070336/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionOverviewDiagramActivityTN.java:[31] import org.eclipse.papyrus.uml.diagram.timing.custom.utils.EditPartUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditPartUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202112070336/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionOverviewDiagramActivityTN.java:[101] final ActivityNameEditPart activityNameEditPart = (ActivityNameEditPart) EditPartUtils.findFirstChildEditPartWithId(activityEditPart, ActivityNameEditPart.VISUAL_ID); ^^^^^^^^^^^^^ Discouraged access: The type 'EditPartUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202112070336/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202112070336.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionOverviewDiagramActivityTN.java:[101] final ActivityNameEditPart activityNameEditPart = (ActivityNameEditPart) EditPartUtils.findFirstChildEditPartWithId(activityEditPart, ActivityNameEditPart.VISUAL_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'EditPartUtils.findFirstChildEditPartWithId(EditPart, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202112070336/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202112070336.jar') 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/target/org.eclipse.papyrus.uml.diagram.interactionoverview.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT [155/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/src/org/eclipse/papyrus/uml/diagram/statemachine/custom/helpers/tests/ZoneTest.java:[60] assertThat(smDiagram.eResource(), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Resource, Matcher) from the type Assert is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/target/org.eclipse.papyrus.uml.diagram.statemachine.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT [156/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/org.eclipse.papyrus.uml.diagram.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.uml.diagram.suite.tests.AllTests No JFaces support for org.eclipse.jface.viewers.TableTreeViewer GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7651bbe7 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c559902 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63250b34 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3211a741 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25372c4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66cf9643 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fb2924b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66a1528a (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f22e9af (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@256d166d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60f9f4a1 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b61bb8a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39c871f9 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54c69714 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1da2a600 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@702dba36 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b2c53ab (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41f12dc1 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3239a0b6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e389beb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6a4ed4ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24800d27 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@23614f53 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c587813 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d1a7058 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bdfc109 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6404ffed (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5191b8b2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5efbc91d (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cb77194 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@725b5cb3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f10301d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8c4c1ce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d02f21c (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4e1d6b1c (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5817c928 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71c02725 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ff96337 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cc09abb (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25f6b2dc (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@225eb04a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5f531788 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c97b837 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2844460 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f0b114e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55ade66c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22fcf167 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bf17a6d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37ccf0f9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a606d33 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f64fa81 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c5964d7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7214ca28 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@446ab36c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d28206f (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28208f25 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a3fd72a (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5740cde0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cb34a68 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27d628a9 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e8d69c2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d68d433 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56754c60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b683889 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@57ad1f1 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77e6a6b0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13be18fa (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2095ba0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ae552a6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b6d2c2f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cf499c2 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41209570 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2282fe5a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@698ec8b2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bcca21c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@792ae923 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5dcbc5f (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@368016e6 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@615628b6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@538e1783 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c6f579c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e1f2d02 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78085d17 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@65eaa35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@82ef88a (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3de24082 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a4ff0dc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ae6c099 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20b3aa7e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50612c0c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1456d732 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c2da901 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46b35232 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c5aac6b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62dd6f23 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25845a69 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ace9990 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3111e606 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75562acb (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1846b6d2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e3211a6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@327b325 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a623cd3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6117b311 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a78c81b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1fe70e47 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@b401151 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ae1eebe (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a562434 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1406ec34 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9df1cd (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d123f9b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d38e886 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c586f44 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14d0f8b9 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20dd6864 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f288acf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@264fda78 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63c89c7a (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@419c74fb (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@142829a6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f9aa00c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fae91a9 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1da935d6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c5b85f1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a2f0f87 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6de071b4 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ef5a1bc (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@751a847b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@777b762c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3578a685 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ee97943 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3264ecbb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fd117b7 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c209866 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77d33ca3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4debb0d0 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f04d325 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ee5b7d3 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d06e0d8 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ae493ec (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@412db2c7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@410f13a9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2afebbad (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22c8e1dd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13a9afce (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3794b15 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d93380c (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2c223a2d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ebe6fc0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bce1406 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b8d0d7f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4552b229 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7217b4da (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e56d225 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35c304ca (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c062dff (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@103a70ef (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73d0c02a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35433544 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5957e971 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@163e6e4e (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69e7f50b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d5dfa2c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@448d8549 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d40a1d6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34638ab2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a2399aa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@539492d6 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@354e3a7f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c86806e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18c75003 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64a372bb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8c461cc (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a3055a5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e89373 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42c44ce2 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e9d509b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e0e07e2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10674cdd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b469cfb (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2a072faf (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5178bd7c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d90442f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d54d1fd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@618d1ed1 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4af7b09f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ec01d05 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@10c26e1b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@15542b7e (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4320ead9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@315ae875 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d95c616 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51ac1702 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66487896 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@473b122 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@747a37fb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e61dc8b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16b67cf4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4139167c (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@296be0b1 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7cd5bf20 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30fba443 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a2f1968 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f3fafe9 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a3c9c45 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@145cf47c (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@415848de (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63a93a06 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10afd7b7 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47c9e82 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6aaf9723 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70d17a50 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@647ac367 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5859314b (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c863236 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@565a8ea6 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cfb78a4 (visible: true, type: DurationObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2abe7eae (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@403c46d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2aa7dd52 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49d3a24a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44309812 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a1bf2a1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30011e7a (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@251c30cb (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d205618 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@378da43a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39d72507 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b82c639 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f12aa92 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9db630a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@550acec6 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b80ba68 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f5186e9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7097a125 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@398e5894 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@731e572f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b6e6905 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f3055b4 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4172d4c2 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f12191e (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3607eaba (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2171f9cb (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@683906ab (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@736d058b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64ed3153 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c4c86ad (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d1ac308 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@765083d8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d4f2da (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49f09aef (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4852bc90 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22254477 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@280c75de (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15ce13cb (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c9b374c (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53193961 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51af103b (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cbdf0a0 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3eb14faa (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@707f1c5d (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e3ebba (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@718abb3f (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62fd1f4e (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b3fe65f (visible: true, type: DurationObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@eb488a0 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61602e6c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@679518a4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c0b3373 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7eb095df (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c28fe73 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@886095c (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35389e5c (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@494b7be5 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@295d4aa0 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b9a953b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7db92efd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c4ace24 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2433e2b6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@142a353d (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d7fd5e0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@33be68c6 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9b05ac9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17bd946c (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26280902 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@542fa8ec (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1917f78c (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d77938b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76224fd9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44b33eae (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ebb4730 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@217aaee0 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32bb47ac (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4049a874 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31cabf82 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f163047 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@da7e5e9 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5331bc7c (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ab91a2 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51de9172 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@427358d (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@555c980d (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@786afdd9 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f6eb680 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c99abe8 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17e2996 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@696c4685 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72d90198 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2dec32f5 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e2046ba (visible: true, type: DurationObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f873127 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@325d8ca7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cf649c9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63761509 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4afc10e0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@230fa597 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2706349 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@407718 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8a4ab69 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@146c0ce0 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23c5b6e7 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d07c9c7 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3181452a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@154e1d6c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f84beba (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55e2c173 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a27c3f1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@231cff89 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7b5c92c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7817f9ee (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@176c8f77 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55db40a5 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1fa0e4ae (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bdcce2d (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15ef418f (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e5839e9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a23403d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ef46ec8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3085db20 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6db3a852 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c2dbf35 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e0988cb (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fa80107 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bfc362b (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d81bd47 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ce8ac5f (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f6347d9 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@228cd7 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5767dfcd (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71136d44 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@126890f4 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cd89bd (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@787bbd31 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7be04714 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63598288 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bdbc0f5 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3067b7fa (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a39678d (visible: true, type: DurationObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@125325b2 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4300a084 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55b10304 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@392a17a3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fa85d63 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77b72e36 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b79d456 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54d75050 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6423fbe0 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62d3155f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2943a7ce (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f6e481a (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2836769e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43fb9d6e (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41ea7ace (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@308abb32 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ee6e6c6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a1deb84 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18ddf9aa (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@273b3a82 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2117cda3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16f219ff (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f8515a9 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@155dde4c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22be3452 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d618364 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@421a86de (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35aa768 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c3581e6 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ecdb997 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bbcad3 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d5aa165 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2240565c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62cd98ac (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32f0f022 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54a67264 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c2848d0 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d1940d8 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@69da6d45 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48dc6b0b (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46e1e005 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23cad8d (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29f7ff62 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68bdf624 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a071d49 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@670635ea (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40e3ea9f (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19869951 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f4c8a7 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fd048af (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@300c5ef7 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@787e9a78 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7583b50 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e1c9e5 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a17e2d5 (visible: true, type: DurationObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@465e9618 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b32f73d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fc1bf08 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55c5bb3c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c35d3e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3527abad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2686c202 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c018c12 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59b5b82 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6231b55d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b60a80e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1d36fcd9 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1147d3e7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78256738 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@666d76fd (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d2ed58b (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70baeffa (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2af332cb (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ffef065 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a6d89ce (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fb4607e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3552b33d (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66550167 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@236c0334 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d4e4a62 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5779e954 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43f756c (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c777afc (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1799f9ab (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71ff2ac (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ca5d957 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e1f986b (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3140fcd1 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59edb46c (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68db806a (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a5809ad (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3eccd3dd (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a95de0d (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b07cf87 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cda4c3d (visible: true, type: DurationObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a6c3acb (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@99bd03b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ab71488 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47cb0a82 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a8a24ef (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cf610dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a8583e8 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ff57a48 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5887ebae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@74ad6e3 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e91fb61 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d1e2977 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16414e71 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3db6ee6b (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6650209 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58beec8c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18497c16 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26eb29cf (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@354d177e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39b3820a (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f30f1ad (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3c188123 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78aae2c8 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@385010b9 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@269e09fd (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e4f2749 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76bd7c46 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ccfe4e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66e76af3 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5aa7d871 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@570b9feb (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66582811 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4101960f (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56fbc382 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79a72559 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a3d61ab (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@134c6b8e (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bbe2468 (visible: true, type: DurationObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40927bbb (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2511a4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@665135 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19772776 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fff3651 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31fa192d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@918f626 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f0d752b (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a8bbb14 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bf57e55 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1f25976c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@66de3ec5 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63f3e412 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41bfb650 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25dd01cf (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16b66b74 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ca7dd2d (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69079d6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d00f294 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a099148 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@445bbc01 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e1c40d2 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1fc38497 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@417bb21d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48b55459 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4350991e (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6baf29c0 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27b620b8 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ef93596 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ece4380 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@655b214a (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f84f52d (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e152cac (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66ef4ea (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19e6f5e6 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2eaaf248 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c8699de (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@261fa07d (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@331ee59b (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f603745 (visible: true, type: DurationObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f1a21af (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f97d52 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f37fd86 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6194c6ee (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@313f6e44 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cde20d7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45a20857 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e4aa8fe (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6da8cafe (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1719361b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d9d627b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1f488115 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@175536ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3eff64b3 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@489ce972 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1494a0d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73895c3d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b109470 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7249ee09 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2bb25816 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ef0e27d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b847017 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b5b20da (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e06140b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2535998 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52e76f6b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10fcb8e9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f94b29e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a8b9ffb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34f6df66 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c1bfa8c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b9310ae (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34f9451a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b77a4d9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b4835e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b82037b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c479a03 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e04125 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2087ab72 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49a14445 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f4e5e7f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47ad7747 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44c426f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ce7a88a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@164ec33b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bc865b9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26eca852 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@664ecef5 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b20e500 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43fc5f2c (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@573816d1 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70fa893e (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26a6867 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64fbfec9 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@539ce0d8 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e796be7 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1932ff1a (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19252d25 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43fcdf73 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@451a3a43 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3793b8b3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4e191e7b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59a2fabd (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@db22907 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ba83c31 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48dc0a8c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e17b743 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@327d8c29 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b29bc6f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@430758f2 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65b455a9 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d643832 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b881422 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fba55f9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e65e3e8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e9d899f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1554046e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25853f96 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ba26be (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47f6acdf (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e4cc342 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@de17025 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38504d6 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78858503 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@599d0eac (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a8cf95d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b151c95 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c6e67f3 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ab62dc3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75733e9f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26ec5c4b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c1df9bd (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3641a34c (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53c837dc (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@776602b6 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57448ff4 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6893818e (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f0df16a (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ecebd0b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6956736c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4472c2a5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d9722d2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2273af61 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3765f7c9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51bfd421 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a2e467e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@132ce404 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@594d294b (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2790cd70 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2810037a (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@103959d6 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bacc60b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f0221e2 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d390547 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d80a1c1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a05f077 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bd29af6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@48b38148 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@20a0b939 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@678629c5 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dbb9376 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@211976ab (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fdb38b1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e1eb0d9 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d14323c (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b6d514 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43652e02 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38202b5b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6606850f (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d4fe869 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13b49e3 (visible: false, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c849ad6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@613035f6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26fb2ff5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16f0e377 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63069d58 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2fe2ff37 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c78fbd8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25df6012 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d56c0f3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74546631 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54ce5468 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@643c95e0 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bfb46b3 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61efa468 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ba39761 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e473d7d (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4be84d66 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24d50b7c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20429941 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@545b2dda (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74f0a934 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f73b4b8 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9923893 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78c53a6a (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1738d0a7 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@199675f0 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c70807c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38e409e7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2dcba16c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e3b4619 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ff5b525 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3eadfb67 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e93ff6b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@616bc314 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4147f90f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20226985 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@183066ac (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c5b881f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@250b5854 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e77f906 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75a19226 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e545bd1 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21f4fc5c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69eba500 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57d1e442 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8d8db1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@772fc3cf (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39e1cabd (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@617eff49 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71461ae0 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c887500 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17522fa0 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@112f71f4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54558396 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c45f477 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23428b6e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@50f08aed (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1f34bd29 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33abc5f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@148db75f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ead4317 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c3ba252 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39c7ada6 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3802210a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68df49b0 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59fc92fe (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cf26738 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e488b40 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@783942f6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77cc6150 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e2be8f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66f8f96 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c7d4749 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f2062f3 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43a60535 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35878776 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@196dfede (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b857561 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a6f9a89 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32e3a8d4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d9381b7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d952c17 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@366b836e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@11cba242 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cf260ff (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37f2614b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@570ba412 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3850f5a1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@366a1672 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c6624d6 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20c3f5fc (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@560e6e7d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a1473a0 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39534056 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@314c147d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ba40b4d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68d71be7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69c93955 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63d8dfef (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a104ccb (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3307bef1 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@380d4481 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@92a9730 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2259767c (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4250f582 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11adc8bc (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@151a2ea3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37abd12d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7a83fd03 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@9745d44 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38680b74 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22c19044 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27738431 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50421136 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fe32dc4 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55e6740f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66f150f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43f181f4 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46f374e4 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48a187cc (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b10a2c6 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ea00453 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@613aa194 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b7b41e6 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ecbc1bc (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dd5e52d (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c361193 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21eccfd7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c777aba (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44d21e2d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@26b019c4 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f59e851 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7577aa0f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b602cf1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50e60ac3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a1f5600 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ac20992 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3640d77f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a3c8342 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1eb00339 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14b6c0eb (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a9fb05e (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24c1801a (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@204f16fb (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@380dfa85 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@266a6ad2 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42fdbc44 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b4b0fee (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13df7c3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2484b506 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67929165 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a2a74a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2c967725 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ae1e133 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6520a9f7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@518f9059 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@712917fc (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7eff9b28 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b8d1740 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79786b1e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8c8ca13 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d950dee (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5262ff9b (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c575290 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33776537 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@100c131a (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cf7d05e (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@492ff718 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49c0d485 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@335310c2 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ae041e9 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@168df5d4 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4633369b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3852046d (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7327ed6c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6578fbbd (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2716c1cf (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@731a2d02 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@790761d8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@264c461e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@50bbdd56 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c2f66a1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47cab16c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ecb99e4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64693960 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48b08c31 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@537c0cf9 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bf00b71 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e65bc94 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dd3c222 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d4bdea5 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ae7ee82 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46b45cc2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79bab2ea (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6776a36d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e937dfc (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15ff7cef (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7002ad2b (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74dbff62 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a2ac782 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@779c96c2 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@680d03ff (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4753b54c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@726287a7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@135f5b5a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@506b64eb (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f98e51a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c5f79f4 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@138db266 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b554894 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1deef424 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@227042c3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b67e77d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ec6ac0e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bdf0dc9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ebf6017 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@705d5bff (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f9b9845 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20330b6d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7652745b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@307a7ffe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b74fcde (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@138edec3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44450024 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31f14dac (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@317058ea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a4238a8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71faea60 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c7ecdfb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67fb3b68 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ce31056 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79be2f6d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6382dc0b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f6a4778 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4750e3db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6124e9f4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6584acc7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e8a4df7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ca96e8f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3797e9e0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12f298d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b0c3415 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ecbd678 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f14b352 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1958cac7 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26c48a28 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38b6f9f9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66c6ca2b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4088f453 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fc54e5d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79a29730 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@680dfb66 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b6891ad (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bb4f227 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d05e96d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a51cc91 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@724b1f5d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51715a7b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60f10a91 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65c6814a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42c5e42d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6664ecc0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cad9973 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67942a90 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@535fa2b2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77fa2327 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a96ea3a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bceb3a8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@775f4ab (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c102b39 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35c5ea02 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4efa4ede (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@351504a7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56f47451 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62e0da6b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21d23722 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@731760b9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d9564f1 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4415d9bd (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ba8d06e (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e5b1aa8 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d599353 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c2b50ea (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4862c4d3 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c8fbc08 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39e9b110 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@646251d1 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19b4ec7d (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fd1eb61 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f73f4b3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7120372d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f20f41f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1be83adc (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5187ab03 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54835c3d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6445252a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1330df30 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17cb16b6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9d18c88 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@796fbd4e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26bb2b40 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72f419e7 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@742b1aaf (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a969c46 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c1e3c55 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@338f286b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c8dffcb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f86e86c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e35ebc (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41c34848 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@367d816c (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8f8d184 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e6ee962 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7122815b (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63a57430 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7dce5263 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46e01f9f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a1f16c8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3afd058d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ffd95ad (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ac44d50 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5092d173 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e848b55 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@571ddfc (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5223066f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b35131e (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47e93544 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6144352e (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@787ad7b0 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@540ec31d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2850a27d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@501b25fd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b8d53ee (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@60d7aaee (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bd9b7f7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fa7fb18 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37c30c5a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c28e94c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24a021a8 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ed28c3e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76070168 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e8a332c (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dd40d31 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@196716f5 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@794665bc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17b7c735 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18ca91ab (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@97e083f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c71ceba (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@449e10c6 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8960848 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d4f7c4d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@403940c5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62bed607 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34d669ee (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ce0da6f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60e419ef (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fd3f62c (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b92e533 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e32a18c (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fdb7f0d (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19a590b2 (visible: false, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7faf303e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15fccb76 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28c4193d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a024917 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71825c9d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@585db1a6 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1901eb59 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22d9073f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@502ebdb6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@531eb426 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@697977 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@119f6647 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ad4abc9 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6259b4a5 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3538193c (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a6709da (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dc1acbd (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@565af59a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55ff42eb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@125fe63e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d7398cd (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6263da9d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43eb05e2 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65223a0 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18781189 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6746dcf3 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29fd397d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51e02ab0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4788a6c3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12d33ec3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5dcdca0a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6e17afd (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58a52298 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14eafdda (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@689ae3aa (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@617da010 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eef71ab (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7613b8f7 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40dae280 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64ad00be (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bec80e3 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e6ef9af (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f0d35d7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58dbe5db (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f6d8dc0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b7c5c2e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@223091de (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ad4898e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6177f3f9 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24cd9c91 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@440f7eca (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19e5b323 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77ddff62 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a70abde (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4be2e647 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a5df02a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@391c0f62 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@457ca1db (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4efa6b3f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a70322 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fc3278f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29d2c4b6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a6c1240 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79199607 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a53191f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24b9ee94 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@92203fc (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cc75944 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6af80688 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@700163c8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5600da99 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b187898 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bdc2807 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@440c9580 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e78163f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b7174ed (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35dd241e (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14cf6b35 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4396c4a1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@131df025 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72b11449 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73d6c110 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@606c0878 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@eb2484b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fc286e1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ea1311a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51ba663 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@438d62bb (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b95aa2f (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@593f6b30 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f428a68 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a74aa9 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39d88ad (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5963383 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73e8a153 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5902bac3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16c31a6d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@556b2e87 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@247e6a18 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3caff002 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77ba9776 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ec0cbcf (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2527603d (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ecf5bf (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@144428e3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@636ba13 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@525c0c59 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@91b38d8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@600eb58f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@143ce539 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68ed9bea (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56659c7a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53033e7a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4947f4fa (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b7b1a9c (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23787c18 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8fbf113 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fa460c3 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22823567 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1962c015 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30ac81bb (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a79394a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@170e3f92 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49cb513 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@223796c8 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e036c04 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@443825bc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70e6f255 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23ce6226 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ab068aa (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7adeb435 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77f53fdb (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@277c0fce (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32cf267f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4952a6e0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cc2d4d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64ef3e40 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3700ad01 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2570fca8 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8501ee2 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14ef0e67 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7006ecf8 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@509ccdaa (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@774a2ecb (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fd8a50a (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@317ae2a3 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c783e9b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@485424de (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3832a333 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28edc874 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2925276f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b550355 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1e7136f2 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68a4db43 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ab39835 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a2765ed (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5195b262 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1941362c (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ef971e8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29880c55 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21cd84cf (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1eceeed9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15200421 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@94a4985 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ab6d08a (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27156e22 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14a7d71c (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@255d3f8d (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fa93708 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4aa3b798 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4090684f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e0721e9 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dd56c84 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3947c5b1 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43c2f4a2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75446408 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57042acd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e48872d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@282a3369 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d53cc42 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3944bc5b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d5fee3c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ca39272 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b6db880 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c6528a6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32e72f57 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b86ed63 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@282c125b (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a5291ef (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a6cfff3 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57c5b5b3 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fff51b8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76b67e7e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b710a7c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aeb818c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23bb358d (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39947549 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55ab4a22 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1583209d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22d11ede (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31275a06 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d7c5abb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7324576e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4db2f499 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@637e3746 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e449b8c (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@92989ce (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73955e65 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1862166e (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56a38f5b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22ced751 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@350b91bf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e151c0a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35d60f58 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@346db564 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7936e1d2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7459a0d4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@554314b9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60c44d3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7281dec6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76ac046c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72eaa33e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c23ccb9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d7be3a7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@637dcd1a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b6b7aa1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16389dba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e60fbed (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@405ede76 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6258cd7a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30270eee (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dca42c6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57b37fd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bb12eb6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26ed4bea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3eca490b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@257ba282 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@419b739d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62b0c9e2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48137e4b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7719966a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@537716f4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71a5cd48 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29b3e2ab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3a5e7411 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d7d43d6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55388fe9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2846440 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65824ffe (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@482504ec (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72c48be1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@764a6fb2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37a05389 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4827fe05 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24b328a0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ad8131a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6003c117 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b80127f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bd4bf6a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1aedb12b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bb804d3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59fb9ed7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3464fdd0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c3dc88d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15f0709d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@748d3002 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79485219 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19fb053c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70a806ff (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@604a430c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a72d2a6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14b766c1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67d2f9fe (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fedce96 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a053b1a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50af3a35 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4602a62e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fc7555b (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dd54856 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32e52073 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24fa04e3 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35e31a9d (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1eca0d5f (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a7d91bb (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fd7dbb7 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4cb9b9cf (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b2de589 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cf70bba (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59c96d33 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@412458fb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25dfae24 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6db149fe (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e3bbe1 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@10a501d5 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32682c3b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@568cc07b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34566a5c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6663bdb6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d5aad6a (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ab65d78 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28191df9 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@690cac11 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f8725b1 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9221fab (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c2e928a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a466ebc (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9593bb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3319e5a2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22a8ee9e (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5082656 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58a2f1a8 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17953e3d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c2eef58 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dd4eb4f (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6da6a4f4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e323d8e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d2e37ba (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19fe1402 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d9063c4 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b64b223 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48f9efdd (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12ccfe58 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@677cfb6b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@728cb415 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54f5087c (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ddef620 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ad9f5d4 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4466191f (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a802cc3 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d685a93 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c263111 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1da64f4b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f3e1f5f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ea5e1ff (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c167716 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7582dff1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e531fc7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41b1b943 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55898728 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@116ee381 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39dc31ab (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ffbf835 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d9fa4f2 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1feb3c5a (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1101161 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22720f00 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@736ca02c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77d1a66b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@658c545b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@393fdb10 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f95dc3a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29cfb5c7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ea3fa37 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a3ce2c2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69f1a1c8 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57487763 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b95e790 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59d90f2f (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@109e7a58 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3336a116 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58ff42c9 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15c42d44 (visible: false, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54efa03d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3113f760 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3231adc7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@462a361 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6bf7589 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@58b513aa (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4684b430 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d47f325 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@653e8dd8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ed0e7ac (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41ecc582 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f820ed (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@259d30fd (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ffb7d03 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e55b5ee (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4741a40a (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f88c907 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c988e39 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ec0f0fe (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a6d5203 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1686c677 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@421d87ef (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@481a0f69 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@139a2a5d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41cce49d (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39d9eee9 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e384a16 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@456f8b34 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@506c730b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@143d9ea (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2678f670 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5ec975da (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73c3793a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ba2db6c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@247064e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c4aff0e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66292739 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fcb9f3a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15ec1cf (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37688906 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67574845 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f21b2c4 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e579b83 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fc6bc25 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@522524d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@291ea5db (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@467d759c (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d63802c (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@256d14e4 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28f9a73d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67627ef8 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aa3c264 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12b15334 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72a87086 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@131b24f2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ca1e999 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3cb8e517 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@17065fdc (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70d475d1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@741c7a74 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77ebaba2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2338bfe2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@291ac137 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@677a77aa (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63fddfd3 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7413f9f8 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68adc08b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43b11f7f (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@183e36a4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@191dc71f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d0fa42d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ef704a4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bcb50f5 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20d08813 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44806fd6 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41d26508 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d569487 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d873b83 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65d893cc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a22f309 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ae252cc (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5df5d528 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@748b1791 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@781f9c3a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71577216 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16a869 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56cd20ac (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f893b0f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e9703ba (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e75392d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74b2ddd9 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@635c1248 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57dd5056 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f912e17 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4aa4d50c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6754ae46 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2becfba6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@189aecb9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60610c37 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f81ce90 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2313d8ea (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b6e3b66 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5644f3df (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32f02a0f (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a4e27cb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2136b008 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5bbdfde1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c6cb650 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d5b62dc (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72963438 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@233e7ace (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@314f9354 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d86d8ab (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21932758 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29345fb8 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5afbf8e3 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45798223 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2baa0de6 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7592ec12 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a194ab1 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f5c5210 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a272e7c (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57e198f4 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61c16053 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45386fd2 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@478f85f1 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c5c49db (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dee1517 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65cab132 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fa2622a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3007df4 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4e3b064 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e4a83e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78dd0b10 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51a1716 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dbe22f5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75386354 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3540b6ee (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33b755d (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7af89c74 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bc44f1f (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62499dd5 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9eff20b (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fa20819 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20523e73 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a402195 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28a4d4b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34f28c12 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74e16b07 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28246ade (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b34bb49 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51745f6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5793602c (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e803b42 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1886d668 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c7cea15 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ed7f72 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5fbe0fce (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b087002 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2388e62c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@173f0e88 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77e300ff (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39f2fb9b (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e3d2f65 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36c89188 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5581c24e (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ad07027 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@702a9228 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4948cc3b (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17f8bc0f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d4b2033 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7128fbe7 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c91130e (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@131665a3 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21cf70f0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c185fff (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d6bd43b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fda84b6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ab762c0 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40d08e5e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@458662f3 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50e6af9a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48b9913e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f87a26a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c362fd1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7863e952 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5441f6cc (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66ea879 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61617f (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28de34ba (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d566e07 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22e29217 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10894e79 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3712daaf (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51ae4651 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27bc629d (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29cfa5b8 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dc2fb41 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6042bcab (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b335885 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ddcaa26 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24f3c4df (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57111b17 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b8ca59f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28e0c86e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bd5ccd8 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40a7830a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65b4175 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@755b3fa (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2eb0c5dc (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@788c7e5c (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7dc6052c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b56cda6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c1ab885 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57910036 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ca15fc3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ed75809 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20cd0b7c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@540c1ec6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71b6d443 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a20987 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c2b76c3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37033272 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5540bba2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20d36a7b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ffe2922 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@259e1737 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@686b85db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7744324e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74068e44 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c5defeb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18a3ef83 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d2f5edf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@282180e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@730efaeb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54ae990a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1287e9c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16d965fd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b114cf6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4879368 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@555c5cde (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63e8d2e3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b14f585 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@756af29 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@738313ee (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cb70e36 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ef122db (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d79f7be (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d14338f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@591da30a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@631c3921 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@707ab868 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c264afd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c39b148 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@649cde8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51892ac9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@344d9b39 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@131a6c31 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d14f5d5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f95643 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67eeb84a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@521befeb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4039e6eb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5334cb4f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c1691ff (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@728db20e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68b23d10 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fa30b0e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31771396 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a9ba20d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9c0da2f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@cf06ce6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36295894 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ff2a8de (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52b8ccff (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b2c8481 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15950b7a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75274374 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@205941ab (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6dc5db15 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@246aad7a (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e025a9d (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36f72565 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75baca32 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73915cb5 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dcc2406 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27aa3ff7 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e396b27 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62a3b66c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@199f6978 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d9981b1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63213d2d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@560ba511 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2bd2eb04 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f22bbb8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5413d4da (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50a9e0eb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f54c8ff (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b45ba16 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37296c5c (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@aa2ec09 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e4ee28a (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74837b0c (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36eaf6cb (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48b5eebe (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9126734 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e40ff89 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52766883 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@667bc387 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d85d7b9 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49ec0d9c (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2604b5ce (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@620da772 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5814540e (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b7c5d3f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a4769f1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6be46a3a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9b1482a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@357cedf5 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c098fe8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@692b6d7d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a1e5245 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20dbeb70 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21b0362f (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c88afdc (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ee8ac55 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@204ea803 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a105a82 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ece6033 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cd29e47 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d547da2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@727dc60d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d0b9efc (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d11115e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@381b3298 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@327dac4c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d465be6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b057ac9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72a108ae (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d28c4e3 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52483e25 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@757ca673 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b229c78 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@566cb466 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@179122b2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46532899 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b50800d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5316fb3a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7904a3c6 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ad88022 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@581a3cf9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@391fa3d7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21fe0ca3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@503e0055 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60ca3372 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6db69976 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6526f559 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39bba35d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48b415ae (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37d7846b (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d1b94f5 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61fc5834 (visible: false, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f5b61f9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c666596 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c86a0d5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aaef6c8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@326b3006 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@b04b8b1 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50503cd1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@189e73ce (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5df68b64 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48b589bc (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21f11cce (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c124db5 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@570cf6cf (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ed4572d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c89f7a0 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@365baf27 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@678bdbc0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56b68727 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19c7e933 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76e18342 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46697b06 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@353e2b8f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a46762f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33db34f6 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a684096 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76b28721 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23e4683d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1474c940 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f571baf (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@267e25f6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7cf02371 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@45b792d2 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dbf07f5 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ef7d9df (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@493b8f70 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30aa917e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@121abd7c (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5202c54c (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68a23615 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dbed5e6 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f340de8 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ffee043 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5759c349 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67512bd8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a878c0e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34e8e5a9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@95b9080 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@217c8770 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@daef48b (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c896e8b (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ba4af50 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c4b6ce5 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f9a3cda (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c50cc3d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c8ac8bc (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e4bf6a6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6bc6332e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3296349b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dcbc124 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@387353a8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bd02f5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ab55857 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b950dc5 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4839a33a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d46af7 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49d9b7ec (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c814040 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@335d4c9b (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16dfecd3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@724b6fa2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@717f3ff1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f676676 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@104e26ae (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31a9b70e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@530244e7 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4afa0a59 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a0da0a3 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68f254a9 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a8cac80 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41b3dc30 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@347e9526 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c0b6227 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68f6af87 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2ec97b31 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ab32ff0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11d21187 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35a2910f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@101a7d19 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@828bfa (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34389ab4 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d261aaf (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6edd7eb (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e202b32 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40e9bb75 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41053c98 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d69eccf (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53d6b612 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@325a8094 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c97a219 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bffb801 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f0cba1e (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f7a2b5a (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69cf5f84 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5368e620 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@108c56b9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59b14506 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@293447fb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26e637d3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@42fa11f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a2026d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@134499c1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e6073c5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32304635 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4af1e60 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@572166eb (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ac906aa (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45214deb (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33f59e1f (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dae46d3 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ff18b69 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fe319e2 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f0b1b73 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b053d5f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25bb7225 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e25e403 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@760de4b1 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d6c46d2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@199aefec (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57b0d2c6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4911dd7d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@42c2650c (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71b364f3 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@750aaeb7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70db1f29 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41dd33b9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a0abed7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d0c8a4c (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f907cf9 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27bc3d71 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4655b42 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@704da047 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12464418 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c7ece4c (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51507b4f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41d8aced (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@147dcd09 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b680366 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4daa1bba (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b637ce9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f075b6c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c9c4338 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c724415 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4da8142e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b4b088c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4da430ca (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@103f8cc5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a7ff7d8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68f3c2bc (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1012d98 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53585e2d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@644f1a5e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@772cae04 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8ea433 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@343639fc (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@698a39db (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70887266 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@309020cd (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aa00ed1 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@788b57e1 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b24303c (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@681adb1a (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ce6b978 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d25ffb0 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33eabef (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f341277 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@313fda33 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f36763b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ddcb311 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@55613b43 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@33865344 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e6a678b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24e66456 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22726379 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@617fb957 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d4a43c8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23b2a0e3 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69d957cc (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f67b319 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b29ccae (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46f97ef1 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17213c12 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a380646 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47fe2763 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5302340b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45676a93 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@be3470d (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3796e9dd (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60f32ef3 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@378180b8 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f34893c (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77d132a1 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3543024f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39f1a96c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f2b4710 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d5b7447 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53e34de6 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@355af4f1 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41172735 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27cd5c6a (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77435387 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c449c25 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c52f378 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c949111 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4711d754 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@db48358 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@edde29 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@110ab4f3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e9775aa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@163209ac (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@639d35a5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45497af (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d224254 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f1ee206 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a5bd5c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4805832b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@470fefec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a17a908 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e683c6c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3808082 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@318aac2b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c2480f9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4858568c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c2b717e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3748a0c3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69a76673 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4479d496 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1219a468 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d973f4e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b62ad50 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@134963b8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57a5bbf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fba5131 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@233c455d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@550b8014 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2d8fb823 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@666bcabe (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e6b7a72 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c03cd38 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@600e469d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23f53c29 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b3efcf0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53579165 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f5e7e92 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c64b65 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2278ff63 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53f884da (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73449e81 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@173c6b86 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@584981cf (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@212a351a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7908f553 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c7f9695 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21946920 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36073aeb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4cf0e5ca (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f6696b9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a67f2f2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f71595b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@678db98a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ace2eb2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b3069ad (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fa8d53f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79c12e17 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ca7effd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56383728 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27b74b3b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73907e5d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d9eb22b (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1fc7175f (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28073a03 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56598e3a (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5980476d (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31f9317c (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d210640 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ba03fe9 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38a6461a (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3467b657 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ce5160e (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27ea0123 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29baf3eb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@605a8c35 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13292ac6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75584446 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@55a76a79 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@312ef59b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d2eda6b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68bfdd9c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71afcf14 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ef9b5fb (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23a4036d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47ec3020 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2db92dc4 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@578e0a21 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32d959aa (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@758c9a1b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46fd6d6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@372afdc5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@796f1059 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b0845fb (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44fb460 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@233b550e (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@484da6e (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@386fc2a5 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b129515 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6adfc9d3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f71af54 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60fd320c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e023210 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68e65b75 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@afb8595 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74d8baf9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f747c5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fafd49d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2df45415 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c770bcd (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79cb66ee (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@354b290d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6773a3d4 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19443651 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@595c5c4f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c332849 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14f47938 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@edc1d12 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b55bf9e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65069993 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45ee29ae (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@238724e7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d6e2521 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1010aad2 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dd5d5d5 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e19493f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b2cbbbb (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@754d2a13 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76fb5dc3 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a9d6369 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66d53b0d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3182104e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32f10028 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@782d2fd9 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@30b0bcd0 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b5b3e5 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@354f972f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36d6163f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@463f1bf5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2626d170 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@512498f7 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33691be1 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48bc2b3f (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1979a29f (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@247d5984 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36621ca7 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7561a57d (visible: false, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28c7a8e3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a026f08 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1debb68d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55c5a25b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c90a17b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1e1ade17 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f981707 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ade79d6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15016156 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@634f5a17 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77a2304f (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aa60e28 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c4073b7 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@372b7a8 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17bfaa90 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@789e7187 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18f6491 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57fc33cc (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11848944 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a653ab4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@768ecf59 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4485c087 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@215efba7 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3284bc81 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b423b24 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4798af5b (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34210a76 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c8d2c8b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5adc320d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d70d691 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6fbd8795 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@58841926 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b31e2c0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e1e7b4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66c205f0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bf9cfae (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5499b336 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64bbc7a8 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e207a47 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dbd1ef7 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c0bf3bd (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5683d9e9 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@447227aa (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48e4c6c8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5addea27 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d4b7ad1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@639b7558 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d4e96ea (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4df2691e (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1793ff0c (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63bcab0d (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bd3e030 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65588af8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30a66d0c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e8e071e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21d7989 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@64838cf5 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@69ed3133 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ebc42f4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b56fd3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47076034 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20bea032 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@753e4e92 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d83e442 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7252afdc (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a770c30 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5106e52a (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@593872f1 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fde14c2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a031b23 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bf98b55 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71aabb52 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5186809a (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b597e89 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e5a71c5 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f782a1d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64795756 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68ba5e85 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@573c6b6a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@682c24c0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52aacfe (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@750f475c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@37f09eb8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6912b788 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15cca0c9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31ab91b1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46ea5d25 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@116fa9c1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1db31f06 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c7d85c6 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a05bc6f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64d50b60 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1223e4e3 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d0838af (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@294fdb81 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55758a4e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49f1f989 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b26be9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f2d5279 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fc83bbf (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16c159a9 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19db323d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25e88313 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35c78ab7 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e686e1f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@612443b2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76f25fd9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f230459 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@539c4a11 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@360a80b7 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fd4172f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dd81cc2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cf62dc0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13f5bf1f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@210395f7 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74ad59a6 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11e08fa2 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a49391d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@244a8721 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1510b00c (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6051f43b (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ab2d87e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6781dda2 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67f55037 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c1ece61 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@628c5e8 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@455e7a14 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bda80dd (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41f33dcf (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23125c9b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@537e1592 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2c7b8431 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3aa15d04 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2003e5fb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23eaa4f4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@213b2255 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ebae3ba (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b54333e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41ebe4ce (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fcdb2e3 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@421289f6 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50e5a8fd (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@435b7fb6 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fb41207 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a02346 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e816d9d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7500a09a (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@625c6f5a (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1da8cd04 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bef7db3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c52a1d4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30ce4497 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4d2cc1d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d392924 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@758b57ae (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@684f0e3d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27e01a52 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@295da024 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f11f7d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e438907 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60696aa1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3edae349 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72dc0325 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49e67608 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49d80ae (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28a492a6 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68a6a5f7 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1323b126 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e3f6961 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b1e9c5a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11de21fd (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cb29fc6 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68768a4d (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ac3e4e2 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3415093f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39e9ecb7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72653a6d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3694cc66 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2367bfa5 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79f23fcd (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c0d6167 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3375d025 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@727488ae (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72342058 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63796053 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c2b4d42 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11ce14e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a07a107 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@286a92d8 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b4af33 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49666767 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b81de0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6665d2f1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60bca09e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b0cc129 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c3656f (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b78645a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f35c978 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f7398a0 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@256a7aeb (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a41161a (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2224be9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48e3d3ac (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b1094f9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41513fce (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@651bab3f (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4951df34 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64da2c7b (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5328ee3c (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37d0464e (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a6e7e88 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e78e29c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5317c3a1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f4f21ba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5aed1c92 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39dc19c1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50d67801 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f8cc158 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@406152ad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fe8d63b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a742b84 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ec9b13d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b200a49 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f4f7fcd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a36c708 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56c15c23 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3303f976 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ac5b1c5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f915816 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@314c7266 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a048efd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e07be3d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7198fe8c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19e32b9e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bd067b5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32a543c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34184f73 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44551d27 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dddaba6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b9837e3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fd71139 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e51d184 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5221c51d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@533a9194 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2189e689 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76f79a72 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f061120 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52b6c2f8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ce4b9a1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70ce040b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@670d15d0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d32e8b6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11d06c82 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a6c13ef (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fe11cfd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59d525c9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f10dd0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47b3998a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71b7462f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@417de0b3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ddf1de0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e179229 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25f6e9d9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51f3318a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f284ddb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@243e312a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12d6ebaf (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c559953 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@88638e5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27b2d0db (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b0d96f5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dea66dc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24f99f75 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ce6f797 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58d7a410 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29990ff3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@377bbefb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8f008d7 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@515bc313 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@124d742b (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@106e971f (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f7b1aea (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b164ab9 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ea3bc94 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15e8ccb6 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ae83d67 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40799158 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38a14781 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@338c2aa8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22825a3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71b1f32c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4be573fd (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79dc4706 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7c7c07e7 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a9ade16 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d6c172d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2db90ae4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dbc9359 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@254952fb (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69b4a32e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d7a6751 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27e4a9c6 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42e15605 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dbb8b1 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b40b9dc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b76d3d8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cc65ba1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72622620 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23c8130f (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f302d4d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30dc796a (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b429005 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18357c5 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fb497dd (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@555eb389 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4125c5c7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a5cd548 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3de601f6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@30c25ab3 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f2332b0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43f6b129 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34d5b78c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c1f7f8f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e4690f3 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55f031d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d010bc1 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6020107f (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1457e0a1 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cbfbe76 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48c32674 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42e93cca (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@331f8138 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15bfcca6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77f1335a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ae1f1de (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78c1a382 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@624d432b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3028560c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d6c7471 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71ba1a96 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@412eae60 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1879a37e (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5faccd83 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2418cd (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3818e810 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38c8adaf (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6337e86e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19c9711 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@39553da (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5ed15b0e (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@119d4c7b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b6a0a49 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f4ce510 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@123609a1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6624e52c (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b52fb9d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@473e1263 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68984031 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@397cc63a (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@137b312 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b49ca98 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3030419a (visible: false, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5903a685 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@184b0e9f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a0cbe00 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f301700 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13ca6332 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@306ea189 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a5d9eed (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3abace91 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a356d6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16e13f58 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18d921b5 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44eac3 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a34a7f5 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a56ce9c (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a3df722 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@663a1275 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@158e50ea (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15167df6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b2a01d6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ed94fa9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@406ef677 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@574d529a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@570240d (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@382d76e7 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d953ae7 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@236f8052 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1817081c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1309795e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19ad8117 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5676f27c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@74eb41f8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e296b48 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@536d4427 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75f8f7b9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5eedc523 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@228e11e7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@138a35d9 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e014c19 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@622de58d (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e58d14d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@aa3e4eb (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@213b7ff5 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@701d7001 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@534a0647 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b7ae457 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f6890fd (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fec37b4 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35180a54 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e118aa4 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7374441b (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53aa6234 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@591e0fbd (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e9b315 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20df605a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58e5b0f7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dfa68e9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@58b90e53 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2db41560 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1db07754 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78e25ee9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@774bf9fa (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50225e68 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@777dcf94 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38471ef3 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31042fd6 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21604765 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bfdb2e8 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ade4ea6 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7065e624 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51ea6b29 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f94f716 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@568033ed (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@689ba985 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3264c219 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a148fda (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60369ac5 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47fce79f (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@508f23d6 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75b86103 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1571cc8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1091f6fd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37d7a61b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@f11a89f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2b4240f6 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53f84946 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ea10d7c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@399260e3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@578f257 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6827af0c (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6883333b (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fdeb66d (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ef0b812 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f979226 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11934a54 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a505fbf (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3921da08 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c2941d0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ee42df5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@355a6f36 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cd132fb (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13687c3b (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28934110 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@610d0766 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@395badb3 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ebd3e12 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@426e5ba9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79e3b1a7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9f9ed6a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29278813 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@743ff10b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e42d456 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6215ed69 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bea9380 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16e95594 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5604a1c4 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75b36948 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3949f972 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42429b1d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@156228da (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b75b7e3 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ccfdabe (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b55d19d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@454a48f1 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18937fba (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d6733ca (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59aba74e (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44e4ac8a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@703e0ab8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cd317aa (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@557974da (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@21708438 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@687ff8c6 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65dd1e89 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@417bc5c2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58e658d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64666fbe (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20501184 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7893420d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d1bae7a (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13da23ca (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5451cd05 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3be7a694 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e6ea3ec (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f5537e5 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13e1f631 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3146752c (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f8b2f71 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e5e1cd2 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6faaccab (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cdffd48 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@521a457e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1da386f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5a8a7b32 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d2e8057 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bee69f2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d50b157 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b944587 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@30b7b4b2 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a48c22b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7196b090 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2924d01a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cddc3b4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@129fe4b2 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55e3141d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10ab7130 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c914770 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17209f72 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67f47193 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28cd825b (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76671878 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2aed9466 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38c35f12 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12a08886 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69dbb8ee (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@624ba5de (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61696c97 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53c26d56 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b20585e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d3e9f56 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b5dcaaa (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ad91ddd (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@715bbd80 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@117919d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3eeb4edb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ac34f5b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2eed63e (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44db5b2e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bc64d34 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29bfc311 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5205b732 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@239e8ac4 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ffa860a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e83bcb8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e9ae385 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50831a17 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@aaba9db (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c3e8e95 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dc54fbf (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ae3d344 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@465bf636 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d1b4017 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61cd2a51 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d7ed6e6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a31a7d2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33eb3a02 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eca9148 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b48ee80 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70c75ef2 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e076082 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f654a8a (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46b160f5 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e488c2e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e9ab5a4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66867fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73f7206d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25a010b6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59d6cd40 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@331d1881 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@376ca591 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39075b99 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69153569 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32d7d9ed (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@137c8a77 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@abbb5bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f549648 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a621151 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48e22a05 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b2fcbb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50e0ece1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40592d24 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@662c59f3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59bfacc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43629d13 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a51ecce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22aa7deb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3411cc36 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@428404ce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74f8c5e4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65d55e83 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1107af6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@203da8f6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@190ddcdc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ec39df0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dd16bf8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2108fd6f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f60465c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@561ff834 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78add0f1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@677ed912 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8ce8f09 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31da0c1c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50f589ce (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e502b8b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3204c14a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ba2db8c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@178bdf81 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5acaf59f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14c7da92 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bf5847 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46328ee3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4428ffb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1846e837 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@434ce675 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c50cd37 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2899fc65 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c0d0c2c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61ed903f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42c23b9f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68d04366 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@250218d0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@261700b7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d927480 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ed24e74 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fd0ea26 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23917b51 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5069798b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d591a90 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9a55b9c (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43d6225f (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10c4c593 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d23b550 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@752d0b0f (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71d88fa5 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1223b1f9 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@263c44cd (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dc8054d (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@209d6e36 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bc9906e (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c7a2e2d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@642e05ef (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61f4cf6a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33f8dd22 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d5f9ae8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@cc5f45b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@558edbf4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53a6059e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d36a602 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@556949d5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77fa3e25 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d46e475 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4aa2b35d (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52c2b291 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c241883 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fb922ec (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3400d2a8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b22b877 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ad03925 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26f68120 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24a7f97b (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bee0a37 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@435d0872 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7555e68b (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54319cb0 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f3cfe95 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9dc9893 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6683840c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e390820 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50c59f90 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4272c583 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b8e4bff (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ae91fbb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7776c2ec (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66f92709 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8ede4a4 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e3af3bc (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d9f6613 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d331231 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42dac890 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e49fefc (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ea5a085 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25c0ecca (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4125820c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24bb6e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c5a50e9 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e13548d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c6e01a4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23fca1f2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54492d6d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cd1da03 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@781f7685 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@142f716f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cba5d2d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cdd95f (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44700f9c (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c695c27 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e28786e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68a31f2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59c63779 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@847f46e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@55642ab2 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d9ee11e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c0d09d9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2226c487 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@594d170a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@148a2f65 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20fea5e7 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b737393 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@585ee051 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@148af6f3 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b5980e9 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b81c155 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23fe45ae (visible: false, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c7a2e1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35abfdc1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20d0b490 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e1ad63c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4d6d28e9 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1be534f9 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26ab338b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a0ad4f4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@220e1eeb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a3ba202 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@167321c1 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74ea6f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d71b045 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24065ebb (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e4eed92 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@757c7975 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ea133cb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dab099f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7221d5f6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6245b39b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4535f20f (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e25e5e3 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3897c724 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b5be7eb (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2011d68d (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53d42254 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b56f040 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@452f83b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48053270 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b495172 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4f8585f1 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@f3545bb (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50ecf1de (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27bdd507 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a253cd3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39653581 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6384271b (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fadbb3a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e9a535b (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40f84ffc (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70b5b50c (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52596a16 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72e00e9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@196d319e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36b6cda (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d423c59 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a992b86 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55003d95 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@737b7299 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60ca3c2b (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@553d6d97 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42ee32cf (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8d1be67 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32a7677d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d92c92d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ee91a10 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71fef95a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4539443c (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@471cfc05 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5de737e1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73ee2a1a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5372f2bc (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56ed1fad (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@342f3825 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cb3424a (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@158ac0b (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c37bc40 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1efb978b (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43e57535 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5863c0f1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@742b7347 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@296fd647 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b38509c (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35d02120 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63a29076 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51f3fdfd (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@203c68e1 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7baf568f (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@633744a2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2871835b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b0e114a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2969796f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@610d412f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2709dc50 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40209e85 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23bc98cc (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2eb12edf (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@778d02e6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f815c39 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c647ab2 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@427ea278 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21dd1031 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b00e8a3 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16275a4f (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34d308e2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cc9b3c4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11b9a16f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@791b6674 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60f57bbf (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33bb885b (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@115a894b (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25425ad8 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73745027 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@293af1e3 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@186f95c2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e6e95e0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2be8ee62 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@142404f0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1876c466 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6dacba06 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c2dcffa (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ae72c49 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fcd12b8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dbf4fef (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@225dde67 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57e50201 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c5f830d (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@103a519b (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cf17e54 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7846a026 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@433c4e54 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73b39bd5 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b0bc05b (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77d8eb58 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d6710a5 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48883009 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4797476a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4964045d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58739403 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ec62fa9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4c31e0f4 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4d11ed1d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@535d0c62 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b9b9a73 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@313079b8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@459b8616 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53ac7c42 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b3b4f5b (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@683013af (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b8c05f4 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a7a26f4 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dc1e850 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f70b392 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dab995 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6927027b (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4954c297 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55301c55 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1197de26 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67b91a23 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b0eb175 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67add7dd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@144fcb50 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@17091b57 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62e51e17 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d919a20 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e0962ad (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47888560 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@61359d9e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b0ac165 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a6a4816 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@553985e6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d6ca8da (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61262f77 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bf8ce30 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@477b401a (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f3db7df (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f99a49d (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@444f920 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d4a4864 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6074cf2b (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c6ddc (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2be16ae4 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b62e70b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a64c0d6 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35818347 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ba64c88 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@688717fe (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6889e1b4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4c556532 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72d2f887 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6a864286 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@379d6314 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@97f940a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3025fbb7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cb4d60d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d55e1c6 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70faea4d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f1811ec (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76287ce (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@609ad1aa (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44a51c22 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f5730f7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f37da1b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@795e6f0e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55d9548 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fd744c1 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ddd7df3 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ffd6a0a (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40121ade (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dcb9fd9 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b0515b7 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a55cf48 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f76e690 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67a4e736 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9d4d112 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63233ca (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@482e1cdb (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2521db01 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@633a3097 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a41b9 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f21eafb (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ab2b030 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c0e0b98 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2466e09 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c100a70 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3176975e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70a37b47 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50c4d13f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@396a5489 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23cfb452 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43e289d9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76b718a2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30ddd10c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75ca6884 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2619aed8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a9d666a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a16c44e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42121034 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37f899ff (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30718e0b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@722cf999 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ff5ff47 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e780def (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b4a719f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6df024aa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22c0a2af (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51c87e60 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3179fddd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a58327b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fd98f6e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e560df7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@793ed14f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7980522 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ce20449 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1c36084 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25cf09ef (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61c8963 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65122db8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f0aa1df (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67ff42f0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bd3d336 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45d501f8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@699c2be7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e82bd1d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79632a16 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@367a129 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65e8762e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10913a97 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14edd663 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d2d777 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fcc9c9e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30ea13b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13ad4b84 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18153780 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73138da8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b54f08a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56f0b873 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40db1296 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@311cae59 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3648f2f6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28da83c4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@658ffd15 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3622e603 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b76fa79 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c7be4ad (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41e548f6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dc53317 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@726272d3 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20b42fff (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74410f3d (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4025b49d (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@497593ba (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5981117d (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bb2199a (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ef9eb6b (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c02656c (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63d35ad9 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d997680 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33adfebe (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@199cc8a1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23e7fae3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45610054 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c5b4600 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@74018ea3 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a7c8969 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@111b8d69 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16ee0469 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@400469c6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@423cfb88 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e952053 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dfd5ee3 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43a6647a (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c0d2338 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1af0998b (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@267e884a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53036720 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b264154 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36362d7d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10b45796 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@275133f0 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6de731b5 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a81c347 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ffaffd1 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72c9e52a (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4383d762 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72a1a97e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48d71f1c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ccab5d0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75c65d4a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3913a2e9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fe0e8ff (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@532f26fd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7923f4db (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14b40ddc (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2af37b6a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59f665f1 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56864c1a (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1379495b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a6421c5 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3aa4a83a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63b2c155 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c169305 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50855fc6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6262e015 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65dd6007 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b95a43e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a2e3c81 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51d7cd92 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d5bdcd0 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@393b3d36 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f12e855 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d29e2fa (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39233953 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b33df44 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d6228b1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16d85b11 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27646ed4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e02fa75 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@194f2ce7 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7618e77b (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76b0b341 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49185cd8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c0c4052 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@425630f8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b24d364 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f957651 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a7127f1 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7443107a (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60af46ed (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d3dc029 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@787b195e (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24a19256 (visible: false, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@341b75c1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@390a8e05 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23240ce7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57a41bf7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f60fbd7 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@571a1fab (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38869759 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dee9177 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ac9b9e6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@471d09ef (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43ddf383 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f72cdd6 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b6ebc8d (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c33cf03 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56c93066 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7429150c (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3985f507 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fb6716b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68007f3f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@761f7f03 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26c17ed7 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ee614cf (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ffb730f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ab98366 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@89629ea (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6193c273 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ce83168 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@502292d9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e071758 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@441cc5a0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@329a552d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4dd7f138 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32272e9d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7458c6d5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68ef1da4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e14cfd3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@154c3825 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49c0b4cc (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dea2be3 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6766b23 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e77e403 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@271ea26d (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3be3b2bc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f052897 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3065868 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6570cc5f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3435748c (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18a99ad5 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@750b6e11 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3672d779 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dd1df47 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53794d92 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b879e51 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8dde5a4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54695c19 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77d6e0c6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2a7f7bca (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@42ab8cbd (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@666e2c56 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ca8b642 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24600ca6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53d1464b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45dd7d46 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17c0b3ad (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68a95969 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d0a6442 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8e0e9f0 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@668d9918 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e79241 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c88d578 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f6dfd33 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35cdead4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a2e862b (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5632fe26 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@360396d0 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6985e7eb (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19d3cacb (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48c7c516 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8295079 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6abfaf82 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bef2879 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6273b628 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2eeb21e9 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59c06fc4 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a5b05fc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4664680b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@536c8268 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@632c161d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4aa167b9 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13949efb (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@255a3e8f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2574230e (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dfd061d (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b800059 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47bf5c58 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9530f1e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66e54f4b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17bda633 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fe8689 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@93465c0 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@246d9b50 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52b3bc87 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4de08ca9 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@647c6d84 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a1597a8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@595e864a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38b33280 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6621b0ab (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7387f18e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@136192dd (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16a6fcd8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@611326eb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d761920 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f7830a3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@abf0af4 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@738c7f8f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4aaacdd7 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@518ac752 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@209a2b03 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45507c2b (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ddf8279 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14af8d13 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48ac1028 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b0af52a (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1630d041 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2259b439 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45f77faa (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ed43131 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f803d0d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22c1c261 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49275f5a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@62811aed (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51e52442 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@187b033d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19ce9754 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70a67b1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@747b57a8 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48885e28 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15cec327 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d460252 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45705377 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@548ccc52 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8266a5f (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f17a106 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ee46e13 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32be2af1 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7626db0d (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68e1f7d3 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bfe9cd7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e39047b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@347f863d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@604119d9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d97707f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48f95b51 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@661b21f1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ad1b3ee (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a8cd610 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6cb9deee (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bf3a616 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@785351af (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d08cdf7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74196873 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50267a13 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17b3c6f7 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@532c272d (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69d3a038 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2991347 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ca5e561 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@442fd829 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@be7b5c7 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b7b7408 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a28c0a7 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4452f64a (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a69c488 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cb66b0d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f1e6816 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@503f1ace (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32251c0e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7bd016b5 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59954207 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6219f4aa (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bdd6ee1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@509a3412 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2540dc0c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6825cfd4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6410af47 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@80724a7 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cba82bb (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a97776d (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@186fe0ca (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@350ddb54 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@692c175d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44d31033 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@264e22cb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2628f32c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cfd0f13 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cdd0e57 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77e87408 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37bd3a04 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@297e1df9 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@266ad81e (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6709dec6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@596132f4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34e84f3d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6405d98 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@357d1547 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e854b2a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f68ecd (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36009cae (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7198e071 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@599dab33 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f9d1689 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b03cc4e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2068f8fd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41a4fbf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12cbc03b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1566b07 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6df0bc52 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@131df880 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46973b63 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f50b689 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12ed9fe3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27cc8825 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c950309 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@289323e1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32180b9d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66690e30 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ae1383e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d5450fe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67cd1520 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70b67a5d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22fb7f45 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@539caad9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a8bc5bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45ffda90 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e4f967d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@348713a9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1febf307 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c204400 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f6293a9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58011ed2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7df3cb1c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@195fedfd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27a4b5e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@551628cd (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@df867b5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@910cf92 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30e394ff (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bfcb5ed (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@303322ee (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71886d39 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@788485c6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a4a565d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42a3c473 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a5b8aee (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@302decfe (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@795dd549 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e787088 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1df1dc15 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18f5c7c5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fdf945 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69a79e3c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18684ebc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ba17f49 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6afe485f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@271a9f94 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49d59b3a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28ac771e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14e09438 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46dd6923 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e093005 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38d5c067 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40520dcd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62bdb256 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5121a13 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@424628e2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1601fa0e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61ac1143 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7001adb1 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cfd0b7a (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a25cf3b (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bda18a7 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a980c88 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46ba0b55 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5759687 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7274193a (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5adf1473 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54113c5 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65dfca80 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@81fb42c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@637a14f4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52752ff1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7c807897 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b187697 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@575d440d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63438000 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fe7d0bd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@324a347c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@553afec (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f9566ea (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@789a1e69 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2873c87 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3df5ac98 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d73df1f (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@784f9379 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a5154f2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@632f8fb9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fb2fb86 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50a5c4ab (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e276fbf (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8cd06d3 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62819db3 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c667317 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67bc89d6 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fc486df (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e3ce73c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@198b47bb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31e3a84a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@775b3f3f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53d2efcf (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b76b89d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f031a4b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34f69bc3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50db546b (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6363ea41 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@471dee1f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16a2df03 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f27e8cc (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d8f7e42 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@524076e7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e0e2645 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f2cae45 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5524a3e5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75c15fc2 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cad285a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7abedbe1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3529dee0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3adbda56 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b2ce867 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dcc73fa (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7edfb328 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61d2a0e4 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@401f4fc4 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@719e00b5 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ea1f60a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ed7baba (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@109325ac (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dec2760 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@587e25d8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4eb2161d (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4863fc0a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40f4ba8c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52a3dd45 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d6684ef (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4340047b (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a4ba9f8 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31a342bb (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79c1b746 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@656a2f6b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@384f61f9 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49ed3ec7 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44dcee5c (visible: false, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62236bd2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7758e35f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@556cc9a8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c33d2f2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3baa28d9 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4bbb3927 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4eb6b1f4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ac7ef9b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c32694c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30122463 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d05e95d (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ae8ea3f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@458e2ab (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40f6433 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f32edd4 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75173166 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d808f56 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bbddbd3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15e6287d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3673ff33 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f8334ed (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51948aa1 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b276ed1 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3499b9af (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68337327 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4407dab6 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@529559c1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63049edf (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cbc0dae (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4980f57b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16992376 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2156f0be (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5af1c56c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17b6ce5b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@655affbf (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c8f5a90 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14e00cff (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d56ef9e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@698868b (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e0eb240 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61180304 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a0b907b (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52758752 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f5e7ebe (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59abbc05 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28360511 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@212c55a8 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@111c6dc2 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@449b2819 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a07568e (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d300b32 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fe75ebf (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e8b9e7c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ea22f6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3868581d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@636200ed (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@752a71f0 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7edd3c8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@173773ea (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57b8dc70 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f3b0b97 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@378049ae (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b527cb6 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52b8a587 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c349e3c (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a09b801 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19ea1088 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16e34de1 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5020697e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@212aa02a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3504db5d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f38f54a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d8a2197 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b8c118e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e0ce3f8 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10d2a839 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c2e7128 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cb1f69f (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13fafeb1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5754c07 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e609053 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b975ee0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d3f77af (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@221365a3 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70576393 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@339082ec (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ff3a845 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53b620f5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@348fc0c2 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75b8d904 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39ff1d76 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@87971e4 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5851e4d1 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77499090 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b8b398b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5af6fe80 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25d8643a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2081981b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@776358a2 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@754c3007 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21808a03 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4916d43b (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b5459d1 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@292386bf (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dccea99 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@afff57 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74dcd4ac (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65ffcd1f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5f499ab8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3af82770 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23ac98df (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@228435e5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5792456b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@740e3145 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a876afc (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65f1375 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1acf7c8e (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@118c642f (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ea74ac9 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79daaecd (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@656ca4f4 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cc00efb (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27acee1f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dde4811 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b7695b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ed7bf4d (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f2b0217 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@344ec581 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@265d5f07 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@de20779 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@474efbce (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6f269d88 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4679b14e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35eeb4c5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@347d3aa2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ad96f03 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64f5a2e (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b0d1ea2 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77cfb7f7 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60f86842 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9581065 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@579e804 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22f7eddb (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@239b943f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@650e34e6 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cccfdfb (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34efb8cc (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@613e73f5 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55cf245d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@332b9878 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@90c65f6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3be86395 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d9d37c6 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e7782c9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@511f75bb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55c67ce6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@216f15c7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@20e570ce (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c36a7da (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36bb696 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36bfb440 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4757a83e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@178893e7 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c72ea3e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@244a4b1e (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17d7e7a4 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ab19db2 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74256b84 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c4707cc (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29df2deb (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47337f59 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e00837a (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c6f6b7 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44085ac (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3155356c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4606cafa (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d53d5eb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a159c3f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@439fdae2 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16eaf685 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3625f9da (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e6d4d81 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41eafbae (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@741821ba (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34748ebd (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65e25949 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64662821 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e343f1a (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18157a06 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@130ea32f (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c896e9b (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1514674c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@444e12a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cc3d241 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c8173fe (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@661dee9a (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5139198a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67c3c436 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53ddaaf9 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6332f15b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c6f60dc (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ec481f3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ed9df50 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6924ac6f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@750bc12d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17839721 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ced72d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7551e94 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@408371dd (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@440914e4 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2312e81c (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@595c6098 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d4a01a7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4245b803 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@553dafb0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48ed2a5f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@83ba4d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c969e78 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@483784 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59e86570 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48d7aec4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e45b62f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d1bc32a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e375717 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b71c06f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@148c3c89 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20da6501 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15cf4dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3924cf3e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40902ba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31d0a2f6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5da06b90 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c13532a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dc02c82 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ee5fcad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@668c0ca6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ee12236 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a0ec1be (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49bf5fe0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3538445d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6235f992 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@93363c6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ba2a176 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@54753139 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@19c97fbc (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32657b41 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@566f0de2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69c88737 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@682deb9e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13745960 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67e419bc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@524ebbf7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@532f23cb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a05dd0a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15633e3f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1cd2a0c7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@728bd514 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2db6e822 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b700828 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50f890b2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6aee9188 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f36a35a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7046e5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@734eddf5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3759b095 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ebc6c9e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a0f9720 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f295c0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f76ee9e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2471468b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a0b38c7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62a743cd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2df2d0b4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@646330df (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3946d8c8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f5513bd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a7eec96 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1be60d7 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f3289e (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74cb8e4e (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6341d075 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e38b64d (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51927963 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12582d02 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b870f83 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2bae015f (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d7a8341 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@686cd5c8 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@410ba6f3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16570569 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b372f4e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fe0855d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3bd7aa78 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@69b78a41 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@586b9ab1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1603f4ad (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fe265ec (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50d997a9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@607195b5 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c46376b (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66f43821 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64fa3c85 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f27efa0 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3697f601 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fed6a9d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bef35d9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@521690a8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24afe265 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54f2c6a (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2db6c36a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d6ee19 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c6da2d6 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@123b6c17 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38a76f49 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42d0272a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c2b3571 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73326dc8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25bb7455 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@288d97dc (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@170ac149 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6258a775 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12d8992 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ece6342 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d9dc62a (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72622b24 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65ea5dbd (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49696a2e (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@635f293c (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@410eb3a5 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9fd285e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62f41eea (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49914a93 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3841302b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c95b5f4 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@430d7d28 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21d5dd40 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66ffc57a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@678888f3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68c5ecd6 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56cf68ae (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6060b6ec (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42787e26 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22a7eada (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33eb52e8 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c87f1af (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a089b8f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@217354aa (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@335e1d94 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2f53cca0 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4839a772 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@733ec5c7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32893839 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4599001d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41b3b6e0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a37ba7d (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9f8d217 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fe8be37 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72c7bcae (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c64c08b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17470459 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@177f910b (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6167fb7c (visible: false, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@121a559f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f4508c0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@690046f5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6364976 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4c87fb47 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@35bda698 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60abc4ba (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f37a459 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f03e3ec (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@427d06ea (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67c8dfa2 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e79a629 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@115e3ff5 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b36e1a1 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dc3a971 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@522d0584 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a0ab3d0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a2c94a0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60bc684f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@550c2a3f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75a092be (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1db03e30 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7565399e (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aa6d321 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61b36fb6 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5421b96c (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ba6bf85 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68d778bf (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@495354c0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d7eaee9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3485ce5 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@33dbc670 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@372d5032 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a96b544 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ae3df01 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ebc4ec9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cd176fd (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c9f32e5 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a60093a (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65faf6d6 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dbdc848 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@207aff08 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@233dc699 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58e206ad (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74195a1a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c691556 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77c247fc (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@291489a6 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2189707b (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b5d8d4a (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c748020 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66ecab47 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@681684e0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@309447d8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ae0e2e9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fa50215 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e00b46f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6052b7a3 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@273a8757 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9661009 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7692a41a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69db7b22 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fe4e2c5 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ae671f6 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4984373f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ef889d7 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@176a744f (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b70f28f (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a4d1380 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f42b351 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44185957 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5946a229 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@db03a8a (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78a11cf6 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1534cb9 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56503134 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a0e0e3a (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d0b9073 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57715438 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2517a20f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45aa73a5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4da72547 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49386f5f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7510f1c5 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fbd84cc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@477993fd (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17163477 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63de70b4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d79c275 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cb307db (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@572c355 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75428ba7 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e067fec (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60d0c6e0 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14a0a300 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15c04d78 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@362952b5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e972e3f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b8372af (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a2d4f2c (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78971ac8 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@329edc17 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42652256 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41581df1 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@acd2c03 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56a6e5f5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5292860a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40f3ff41 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@116b7727 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3242f285 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@708ef4c2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c56e9e1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@789eb601 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cf9b142 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f85a77 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@400941aa (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3427e709 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57748ce7 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fe0b050 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47fd6c07 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cf38e73 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71158f8a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b31a07e (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a0f115a (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10960e3b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@208fcd5d (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bde67f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5160a948 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b8a9d68 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d0b0728 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5fb27a64 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e61bd56 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@664ba7e3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a41631 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3df273af (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43615fa1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f90b70a (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5eddc97d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2862342b (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ba48653 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57773e00 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52a5bca1 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3131eff6 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c0cb6a9 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3174212a (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@372e17a3 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9e238f6 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62bd9563 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fbb2d57 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49872f8b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@406ba896 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@614635af (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@c053648 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c17708a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@271dffe1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25662e55 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4793ecf3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a667827 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d49ea17 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ce14e4e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@598b483a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e10858b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dcbec25 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4906feca (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aaa483a (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a719753 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52611dff (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71494c87 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@420fb405 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3309e305 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13f25086 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d275be3 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e775075 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61316f99 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3865aa2e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c39107d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66750c1a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c5e3c1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6273fe5d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@709ab37 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6b0f9548 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d5b645d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5870a3d5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57f17d24 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73025983 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77c2cd63 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@601451e2 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a9591cf (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c24bdb6 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@780ba532 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@425959c4 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69c4b4d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b90cebb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@581d6786 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53fdd622 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1304f8fb (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5553fa25 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21af759e (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@456f33fb (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26f48459 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3157ad45 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cb9ccdc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@200065ee (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11a70b62 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e092029 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@286b42a3 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cfe233b (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ef8e4c5 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55e9c721 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@542e7f7d (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39e82c11 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69f0724a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c0515bb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bfa225c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9d439a9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2308a873 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bf18075 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5366f2c1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@239a7bd1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22abe173 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1da1a899 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@239a101a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d2e9dfa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26396f9f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@454c4327 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54d6e157 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24839d25 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27d493f8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71b85793 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39bc4f74 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ef16400 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5593d91c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d3fafd0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b3f1bc4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@348c055 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15aaecc1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e0931be (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69f59529 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a583f76 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79096284 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41555992 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@559b3c74 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58033b02 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@734c732d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@769c7932 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bacf452 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48f2721c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dc2ad38 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31dfdc68 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d47215e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a473e99 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61d82544 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@373fe7d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4905d25e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1124c6cc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ffd0b09 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38bd1856 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@706c0712 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68da5b43 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11aca975 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@216f9ac6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ee22e7b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@216a077f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c79b068 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3be59c85 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f0f2cc6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dfbf08d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66c26e6d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e8be929 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69e7e57c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f83d1ed (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72a18314 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f930af4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71e5b410 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42b51e39 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44df3efd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c778bbd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@666d0050 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69fe7b0 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59f9d519 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6135a124 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@132cda3f (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b2061 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9a43211 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@173b274c (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46a50aab (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52319742 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@501301ec (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a0cf8a7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a4c843e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@94882fc (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fdaa23a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b539a6d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@bc185a7 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@339ec396 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cecb57f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@191f895c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@759e0124 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@685d1997 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3433f97 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24f569da (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@db2fee2 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40f2e6d (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@374ee386 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52e9a4ad (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f1497b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4840fdd3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b0b6cb9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20fe78fa (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63b72d88 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37b6ed3d (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2604fba6 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21073ad1 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@769aeb7d (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24f498b9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ed1f25f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b38b9a2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@154cbef8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1a27a13c (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@730c52c8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79aef9da (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73d399e4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c7931cf (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@448274e8 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9f6929a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@798de8da (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27d9fa46 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@604cbe60 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@244b1b17 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42542c53 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b8c465 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4287be9e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bf4ca1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e6ad6d6 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ad50370 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c7fe3c5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@763d6a42 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45c9eac8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fc9564f (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46ed67e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29643cb1 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@320c2315 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@450285c7 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48baa8c7 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e737378 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@627665d7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b12c1fa (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b6a291e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@683cc65c (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7ae86d01 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b455d9d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6523eed6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f8cf1aa (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cd5a703 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bcbfd4c (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4325c1a3 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e5e7ac8 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d9ab136 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73adb75e (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d86ee22 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79fd629e (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@697c0fca (visible: false, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6194da54 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dd52882 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e653880 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d8e74b4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2725cc00 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@199db945 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f1fee54 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1950a694 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@409b5109 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1858a4b1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43da1854 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26e7bf7b (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41166148 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37357f7c (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f80715d (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4496711d (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45362142 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d2d07f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b559ac9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2443e91c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54227f46 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33f5672d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a44a631 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9cbd0e4 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e73ee48 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7747ca8 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b3e2fc6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10e0a5ac (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d382e19 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@290d10e9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3aec95a9 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@26eee381 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e169f79 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d1115f8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d2bbf59 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a330a6b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7be9e356 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65ab660f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ff351bd (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f209993 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16d5c94c (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46bedcd (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@254fb1d4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12faa82d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29122915 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78626771 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ab63f06 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45f5151f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fc34748 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25c33eea (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@543bf8a8 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c2cc49e (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c24e150 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a18b57a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e2864c9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@266204b7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5182ba3c (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34cc2e06 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2585168 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ced3f53 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@667e47f7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18d378ee (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@721b5ba3 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5145aa9b (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dbc2e9f (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c6fe311 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2067708f (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37022b4f (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56933fa2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2efc8739 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38372189 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33ef8525 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2eb7269c (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@167acc1d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@548731f2 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63275307 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56efb8a7 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47f6a3e4 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e5ea82b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6304c836 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30238853 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@542a9929 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4e4ca613 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6fea60c (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e6c39d3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@280ccf67 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ded2923 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57837a7e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38a36480 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7307d4a6 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b747005 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cefa813 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@680848ec (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fc3e212 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@515b0d31 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@455f9912 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33670ca2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d8b7694 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c48ac22 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@566db4cd (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c0027ee (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d4aa833 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@206e54be (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b7bc731 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26a864da (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f89ad09 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35c2060b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14c80a4c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d498d24 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e120d47 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d72f9f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b007620 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5027fdcd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a95b242 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@558faf93 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77e28452 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c697971 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c65dd2c (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cfc7db5 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c40c45d (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ebc9d1b (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48787f87 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3466fce4 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@783194cc (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16f01e2c (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b0deab (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69687a7c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dc5e432 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@102669df (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6015d893 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29b0503b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54c968cc (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62cb1ee8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2dc80ab2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b0ab320 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@654f7e7a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a5e8a4c (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@258a3525 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70626f53 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11dde10a (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@787d7e72 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35f341f5 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5aea7e75 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78e28d41 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ee2d6c4 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51f0086f (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e7537ec (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@120e2993 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a461a65 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8b80b2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bbb70bc (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7789927b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53456f69 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72507f59 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44263e11 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18d2f29c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d3fbef8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4af17e2d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@85f92f9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@120ff4c3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45842e1d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@285b3455 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@468ab6b1 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28245c1e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14402542 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65602d41 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20873432 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67f4e49a (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52dadb0 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62aeb26d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@591036c6 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74b836c0 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b2ad1b1 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@300844f (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@628fec97 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62df775f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@380b798d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d000175 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29c1a429 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f3bb946 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1e31c796 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Rectilinear, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a9a79a2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52f52d6c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3030526c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a1af3b5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8d5c5d (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38682810 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3915ca98 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a65d68f (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c709c76 (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29cddb38 (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68b99702 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17f131c6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67e396a4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@638b531d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a9f85b6 (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@594c0dbb (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23373745 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a98c81 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aa0599f (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18f4b02e (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d254856 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e2142e0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b86b946 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e05e581 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@138066fe (visible: false, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44ac6ff4 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7af23e75 (visible: false, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ae8f374 (visible: false, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22e1b27b (visible: false, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@755b31fd (visible: false, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c8b7e62 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ac4cc4e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55f86d02 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b28a681 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7df0019c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2da88a24 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66f169dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4337e7e9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1524f76b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bb0913a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fe11505 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a4fe2a3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f603295 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74d5ef73 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67c09d43 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60c32976 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10b166c7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a29bcb7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7668d061 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e965a3b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33670596 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7df61727 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bd2e59e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2eb4460b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c1481fb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25fd4ccc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66317779 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23f6a82a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68be6440 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c429af0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62630d5f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d25f054 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4acacc7f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60d2c635 (visible: true, type: 2008, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@c2cff24 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Main, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bbb2927 (visible: true, type: 8510, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@479d0274 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@482fb1ce (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32f10f96 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60a2aebc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7acdbfd6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2633764a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@592f583e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79695c15 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7265b049 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@525d56c6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5bfe4462 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@651f9b58 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65dc36ee (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@527c52f7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c15f9c3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e93995f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50830926 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f276de3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@376e8462 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6abf306e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7812c5b5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c23933e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@522f0bf9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53402e21 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34d8b5e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13e1bcc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60d2c635 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c513de9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@46e4b909 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Main, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63048050 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ff4d68c (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27c9f1d7 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@469b6af2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@611b0eff (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1cb02958 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57be15aa (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19aa39f8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bf893b7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b704b46 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55f17418 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4eafe7c5 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10d75d07 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d4f0643 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73173a99 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a562d6d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79bd826e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f7a6fd1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29e4dcec (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a78b181 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e41331a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@214c13e3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4520be6a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18e68789 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21e79c40 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58561fb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@765f5b2e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57c27f47 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ff4d68c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@645f5a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6ba47055 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: 418509, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a263e86 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@537fa21c (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2971240 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@302729b6 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b612eef (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@808f4c2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42f4a0dc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75352f22 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a63c9a3 (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@187207d3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c7d4b25 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@541f24e4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e62343e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@206334c2 (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4fcb7ce (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a8720e4 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26f66261 (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b0ec1e7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@672ae785 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67b42a1e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79085d06 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cfbdd78 (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2922ede4 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e60bb3f (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75022950 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d3353b8 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34f7754f (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@287cf90f (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b0c6082 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37cf7130 (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a0b8228 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@630aef21 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21483cb5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a600daf (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c0f0651 (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3c14bd36 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cd7788d (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b7662f7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51866a92 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54495f7d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f9b95ab (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77bc4369 (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c628ba4 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7329ef11 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@209ac227 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@126d0f00 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77522171 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6217208a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@460ee58c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16a2f5ee (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fc64284 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c62b299 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@172ec2f4 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cdb02d7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7dd12734 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@694984a7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f8f4b0d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2e159cd3 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: 418509, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ab6f7a6 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2535d96b (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f6c5318 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43c49309 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1946b5e4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13d603ad (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37caac5f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b81965c (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b03fca7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a1b57a9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19ccc4ba (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@492c3bd0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a3742dd (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@d5a3c0 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4141b576 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5859fdcb (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cb9edd1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28ea2ef4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f3f3422 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d0574bb (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@adf87b6 (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@26fa8da7 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dff53ef (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63a5f495 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@783459b6 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24d598a4 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@497eb61f (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f93e88b (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@363a5896 (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27fa39c4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12064444 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@104a1733 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1faa5a5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b9ba0b5 (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@134bd315 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61aab1c0 (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21d58990 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@454b3934 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41e01828 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59a74a77 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cacb45b (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7ff39abd (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13e475bf (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@537ab662 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76142298 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@912d881 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68f845a2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fd71b34 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e92bd7b (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6caa888d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21c73368 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cc0114b (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1758c7a6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c6c3e9f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2e43ad7a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fc47e6a (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@28e29957 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: 418509, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f4f815c (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5eb4026c (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@902b54d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c50c185 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1479a5bf (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15ddba5a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66859b90 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3529a426 (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7767920e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63328098 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53d9cb2b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bcd5696 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73852f16 (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@777cee0 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@226603b0 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fe20ddf (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@225ac080 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@116ae49c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47241db2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b3da534 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37a883f4 (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@41f4ca0f (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2536a965 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c29a00b (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1eada691 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5431f604 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bca6e27 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3caf94fb (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b07a6f3 (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@541a19ea (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c35ec7e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28e03915 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d53675b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@790357ed (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@450e623a (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34a51180 (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b3c6f83 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44b6cc0e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d00d1df (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5eeb192e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@215516f5 (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5dc031c5 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48fb66cc (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48c94329 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a89dbd0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54fc02d8 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3318eb6f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55156730 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1da62ee5 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@564ade85 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41366c60 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b064cf6 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c0faef6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@652e7063 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@26645cca GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10af3dfe (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@f5bc2ea (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: 418509, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10908e68 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2988abea (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@243598f2 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2de5b981 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@261fdfbf (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@81d7d1e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b045f83 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36db3b33 (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a10bbed (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43145128 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d7ec3d1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e797c82 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@febe6c7 (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@514074a (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@31ade5b9 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75a7ed1d (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57f58bae (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60ba149c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@351bd5a0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55915223 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3da82550 (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7125b2e8 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@949d179 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7af91b15 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6322663a (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49276d70 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20b4eb45 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ee79095 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@327bac45 (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e43409e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7eefdf14 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56078a14 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ea44896 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72a0911e (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@457a9ee8 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77c9648a (visible: true, type: StereotypeLabel, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31364e11 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@411582fa (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c0e6aaa (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dde9f85 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2dc2b63a (visible: true, type: StereotypeCompartment, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@55f5c829 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58093bc0 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20612386 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21b5d777 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36103b42 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@321fbd15 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10c83c0b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@107c0c40 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c58ead8 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ed53459 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c3faa2f (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55adb5cf (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d8d59ac (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73063296 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1af2fce8 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d11ca0b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@461388a5 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d11ca0b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ab10b5b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d11ca0b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17a9652e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d11ca0b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2868e541 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d11ca0b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@213dcdba (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d11ca0b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69f6b3fc (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d11ca0b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58b98fda (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d11ca0b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8ecdb32 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d11ca0b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d7b690d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d11ca0b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@551bea91 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d11ca0b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b0331cb (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d11ca0b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a4d2c76 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d11ca0b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@233a67ec (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d11ca0b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4975eaf3 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: ComponentDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4472a3fa (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a28bd5b (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76b9c732 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f203c45 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2acc9cb1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a93ebd6 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1474cd21 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@588f17be (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cadb889 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ef87ad2 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61496eb (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@210132fc (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@432fdb21 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@629fae87 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1efa9f27 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ff95b1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b1f164b (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@16885e8c (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: ComponentDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@276c190d (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11a65f53 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26dd208 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11cb7ad0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2221799f (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68f69af1 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2aed1006 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25852540 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a100c30 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a35d474 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6e8fe2e4 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f084293 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@83571b8 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b525832 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6dd460c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67bcdde7 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@27409ea9 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: ComponentDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c3a1531 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dbdc8c0 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1294a161 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ac980b6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f0955b3 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49d3a2d4 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@112ac447 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c6cfe93 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3788d4e (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53869584 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56b3ba99 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49c2de9c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@653153fa (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@219e494a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7fa70163 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b7fe6d2 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@13e4d599 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: ComponentDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37b81c0b (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6907e2d1 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b55adb5 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27cfa819 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c7e608a (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@162b867c (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@141bdf11 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4de080d8 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c5a6579 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c49d5f8 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a104273 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77df413a (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a95699b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fbdfb0e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63c676dc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@274a5ce2 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3676e850 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: ComponentDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bbf4a92 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19621be3 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@298d76b5 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f9de350 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14c42a5 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cba6bf (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@350e5f1a (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a65b6c3 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15a61d4d (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bdbc36 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22477620 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@684cc28 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4967205c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67561e20 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39c528b3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@208f75b1 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@47421b85 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: ComponentDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2dec5804 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3050c2a3 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@287a3190 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45559358 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16271f64 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f0181ab (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30aa65d4 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a65df78 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2089099 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@730c919a (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e0eb9cb (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79e4789a (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bb84368 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4138e2f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2128bbc8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6bdceccc (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35fdf0a4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c6af521 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66db4e1d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30afc4d3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66bb4b61 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@786f190e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7439a1cf (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53b1b44f (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ff7c6d2 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22c52d74 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43cb6366 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ddee873 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@321ee5b6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3426f6fb (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cc103a7 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@102993a8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@431a1678 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dd16a39 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a3db342 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@529aa251 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3da23607 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7de9b8a5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53b1b44f (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4193600a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@be7d86a (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47366564 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3655cba (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@119a66b1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a97d949 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5bef3b38 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73c058f3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67b4c1bb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@112e89d4 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2bbfe580 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@757bc36 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31991a42 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@780b0e86 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ca3043 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53e94a56 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35b519ad (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@268d5845 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63a439b8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19036def (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@506db54b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@158dbcb1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26ae0433 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33149809 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@112e89d4 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2bbfe580 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d07662e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1aa55c4a (visible: true, type: CompositeStructure, mutable: false) (name: Composite Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53b734ce (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@765f05ff (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ef42c6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fe35a04 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@469e9d40 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b974d8f (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f7453f7 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e4b3ce8 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 Warning: NLS unused message: "Select in: messages GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e579284 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24f5261c (visible: true, type: Property_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73d216fa (visible: true, type: Property_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d5327b2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73e405ea (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@280b4ca0 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cf49b6d (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@374ec293 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19645967 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@139f87a7 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ad17c86 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ed2ed0c (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fc6c4f (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9d1a320 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4da9c16b (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bc0144b (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f71ba55 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31be101d (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e10a01 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f751050 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43f17884 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ada32bf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@159b704f (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5436b62c (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6197c510 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@249e8f37 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52a35a5a (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@674117f1 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dea853f (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8b6467c (visible: true, type: Property_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59919ced (visible: true, type: Property_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17f4fcc7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@101ce81 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f63c7eb (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77224ba2 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@312308a2 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d986b00 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b5a2e8e (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@576bb86c (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42fef56a (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@276e772 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e5ff789 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f0c874e (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@394ff18b (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33ebf976 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ed295f5 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c1b87f5 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c0cbff9 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2415bd5b (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35280d66 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6aac1324 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a744e55 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c600e5d (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30fbca2f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12a8055a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1818c595 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a413716 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ac5d73d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6961d29b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@535e2331 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18bf21b3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b8242d4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f8fbac2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63d66c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@539c924c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74e2d45f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d7fa713 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c7df4fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5660fb24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4a858f3c (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: Component Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b8ec23a (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5be07eff (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7822ad7c (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@398a165f (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43eb433d (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78b35195 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11e058e5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@307af038 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@205920f5 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@308bac7f (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@234eb1a2 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ac70bf (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4556e507 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dff53e6 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2042d1e8 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35ecb039 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@317c0dca (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@479b6ecc (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@df373f2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a920b4c (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1da73088 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dc7eca (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6adffdd0 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ce88f0f (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9c7d900 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a1fe5e5 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61306314 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@671685a6 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1da5d628 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59f86235 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e8c7600 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b1661cb (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c262f99 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c1d78bd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2858dd43 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fe79065 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1375bd31 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@554bc08f (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53309df (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@89d50db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39555049 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bacd430 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@125205f (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3887f44a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51b177dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e233c83 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67626882 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@109365a1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d582799 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e6d9d02 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fcb7c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16100ef7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8540de8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@b509bd6 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: Component Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6823d88 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6efbf993 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@507b35d (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ca25ac2 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32b8851e (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a4032e6 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@321578db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5855e821 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c937c84 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32eaf46a (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@411f8050 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@644b102d (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18acdeb3 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f4acd5a (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1db438f7 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21e8b66b (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74efb898 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63966cfa (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44fb5ba9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fe2fe38 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@219d73bb (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d6dbd58 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37ef9899 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11daca7e (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10fc8a03 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55c54919 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67abe18c (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75f292f8 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a26848b (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19c34033 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5900a502 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e881551 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76b09305 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e69f565 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@778ea8f3 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@162da9ba (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13be3952 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d57af43 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a0ef6d0 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5bda15fe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a307ebd (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@214eebe0 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b4b91b7 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51f6dfdf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@660e489a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34d2a8c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69829ccc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10f5b102 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45340d5f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39848a11 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3db4ccec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21bc2549 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1ac2c277 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@55d01829 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: Component Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fc12786 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32e8024d (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51e6241f (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@605b4252 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41e44f52 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12dbfe02 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cf10188 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18c4ac3c (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a79d7f5 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65828efa (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c6d13ed (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37d07eb0 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64f6d2d1 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64b4851d (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54a5ac63 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70767cb3 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b851948 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@152bf7d3 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74fb9bd3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1df0e68a (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6468c155 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63cce1e5 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d8d8edd (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@357dd3e4 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@564d4345 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5803f1f6 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bed26f0 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@413491ca (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58e28e89 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5157dd23 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f9200a1 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3532df26 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e121544 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52280edf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e9d14d8 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cd1ad22 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ac14230 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@667c64ed (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a10e8ef (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@298b34a8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5340f9a8 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@239eb91c (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17a41502 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2086c3da (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a5307fc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21772349 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fe1e458 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@204e23b9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54821a9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a7e2ca1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@628b57fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27c189d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72c44b94 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@b190b59 (visible: true, type: CompositeStructure, mutable: false) (name: Composite Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2bf8e7d2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b04d79d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c5ccc10 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23f6e55f (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b9b3270 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69cae273 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2217d933 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73f9e493 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39114899 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ede54db (visible: true, type: Property_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59704219 (visible: true, type: Property_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@614ccdc6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@113930a3 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34dc1b6a (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@678f65ed (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@169cedbf (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10c052f8 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2619c89b (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@508235f5 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@684f758b (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d411823 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bf04588 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f6a1bbc (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e0c0f5c (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34307869 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cb80d68 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64c4f39d (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d8debad (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d135d1f (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55e33b9b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23c4d572 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e1132e8 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37dd0649 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13e312cc (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@238808f7 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e7dbd1e (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7722f2db (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23e50c76 (visible: true, type: Property_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64edc8c6 (visible: true, type: Property_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71dabab0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19f6f7cb (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15185ca5 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70416070 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dddd17f (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2081feb8 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2327aaa7 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f7b99c6 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60cf2949 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51f191e7 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fb70d72 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e08eedd (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2347e39c (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76d68cc0 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d74b554 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dbf3f44 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d3d4d79 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2807ae27 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d7bf56b (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31ad395 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b7bcf44 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26eb3a8b (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7465bce0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ba84be1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@723d2e4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@764b04b5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27dbda7c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b80f403 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10fda6ba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bff531c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7030003a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66570932 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@499ffbce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c398e47 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5facc608 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b24cb08 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@597184a6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@119c7bcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@425e9749 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: Component Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c0d53bc (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c0d48f2 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ddfd398 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c994b1f (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44e2d101 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@456cf42 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7904dc51 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c755a59 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@601edb81 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7558cdca (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34ce3d2 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a26574d (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27304d23 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ea2328b (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c97d920 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@666eb6b6 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@718daae3 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fc37e2 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58aafc1f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12f4c345 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1380c810 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6be75a08 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a054670 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1db18f00 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21433e45 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b896d33 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78a32bac (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@af8f293 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a5bf2aa (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ffe2f38 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a96e968 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@388f563d (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5687ab5e (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51756975 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c844bca (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66c0a7ee (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48cd0183 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@394d370f (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e739e0e (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59ec424a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@663128ea (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d74d874 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a96930b (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@361d704a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@191bf592 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b527154 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a93858 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7840713e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b3766c9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68365a73 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@232492dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29743362 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a5ff0d4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@24a3b18c (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@aa2a00 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd1da2e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d92557 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@237ef6f7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25fc55fc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ec968b4 (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ac48bb0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@319f7f13 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1336d172 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b8bf827 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@df043a0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c60a9ad (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6df78531 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13ce8612 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@af5e04 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40dca5af (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c3da67 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73b69c8c (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@129c620 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17b3a14d (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@531bbb3d (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39478550 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@488a136a (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49b37b01 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4112c727 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6aac89f7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@381cb212 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75c454c8 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73b3e13c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15f22dfc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e24db4e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@810ba46 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34e9946e (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43bef08d (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52ff6cb8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50f0148a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b269db0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49ec5f77 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ee03588 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50fb931e (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54a125e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a807669 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27d8cbb3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e0d049a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28c06f0d (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48085edc (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15423961 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2265b0e2 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38c6f989 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24344f36 (visible: true, type: InterfaceRealization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c0e15d0 (visible: true, type: InterfaceRealization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e1cc143 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f47c0e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20d622bf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74f43ddc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32f9a221 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@324c398b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@770c0414 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1aa9d607 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53ed3d1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@60659554 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4521c7b6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b106380 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@435fe8e2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78f35e3c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35ae005e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d6c5c5c (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@eaa223e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b19f4bf (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68366d52 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fe2e572 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28634b89 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f64b57 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1caaed26 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f2b066c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72613116 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74789b68 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d8d5c83 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45e11fce (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d2d84c4 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b77f3ff (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c45bec0 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@626a12bb (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36f236b5 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75bb6a54 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3de2c37c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7129ec3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dc5f2bd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5fb11807 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@486ce22d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6306e496 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1880634 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c7a079e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21d458ae (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27f48099 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c964d9b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7620ee96 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27c718ab (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d373bd6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a3bd625 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35b0ab60 (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@308eebb0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@268f6dc3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e324219 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20995bd9 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4734c608 (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f9d529b (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15859750 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fd009f8 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a35c3ac (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a1450b3 (visible: true, type: InterfaceRealization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b8427bc (visible: true, type: InterfaceRealization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ff6171e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c066525 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@311194ba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d87dd29 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f0de4db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bbbd55c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@765801dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23703d8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e222852 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1ce3f7ad (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20d215a5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5328bb7e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41464dba (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74e486ce (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3372f729 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41dc743e (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46b2b1b5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b2a168e (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@461a3310 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7508a0c1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22942f3e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b21305a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@27df2cbd (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bc7b82b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11784d52 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b008590 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ab772fe (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54dd5d92 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69343713 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9dfbee9 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56c49c33 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@175f82ec (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ef186af (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d19e8e7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e1d21b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2981db0b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68e06e59 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@51b7a8ee (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@562ce012 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16ffeaea (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@154bee3e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3417192a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19f05c33 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d15b477 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b7a6f35 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e2a7e1b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@221ad197 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20d92697 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28a7655e (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5de68591 (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3606777e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b2d4dcc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@317b9d49 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@738522c1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3488bc72 (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cd2bd3e (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78222064 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4275333b (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cfd3a98 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ddd1e2b (visible: true, type: InterfaceRealization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e7e2ba9 (visible: true, type: InterfaceRealization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c6b8878 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6836e841 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f484e63 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@567bf312 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41b425dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f63e0ad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fdd9212 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@caadb6a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7343787b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5076cd9e (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@709179ba (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49a22511 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b501317 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d223890 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58c3900b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7794aa6a (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2657369e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60fa3646 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79d29ace (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@640954a1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60f16dbe (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69a381bf (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@36121038 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@629a908f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fc3d34 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41b866af (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e7f6e7f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@267e71ac (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56db05cc (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2548b05f (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fd9c83c (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d78e731 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f853230 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7256592a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bf36f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7253eab5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75f62647 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@24b69dde (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fc44f06 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fb2c591 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f60dc22 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9e66b49 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a271eeb (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@103a8e9 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56c7f0e1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fb7ce90 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70dbc92 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@294d5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b7c064b (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c54adb8 (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@416a9e7c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a9cec16 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@241ce5ab (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32934a1e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29e83fbf (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1354159a (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b6f8b2f (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@120d0f8 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72506f17 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dc1ef5b (visible: true, type: InterfaceRealization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30a0ff73 (visible: true, type: InterfaceRealization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32eb37b6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@351c1537 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67397ce7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e1d13fc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3195dd01 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64293bec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5033affa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53ee3db7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bed4a2e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6e73849 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1fad7336 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26188c8c (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45b9082c (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59075108 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ad7a5fd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@454d7056 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48aa157 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dae320e (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c09da9 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b7f10e6 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fe29fe7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7767689d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a7261f7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@221c87ab (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cd62e5e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5924de30 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44858be5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e078019 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c522223 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7037b672 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20ba47e (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@215dbe22 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19a0b08 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1feb6921 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78b14f51 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@655789dc (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e6f9074 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@435d0149 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1507ac3 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e626050 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dffdd2 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e0c0de0 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@124ebf85 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@431e56a0 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4eba4e0c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fb8abfa (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30948c78 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@531898fd (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d41e0a1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ffc6d63 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ada22b1 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a44c2d1 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5086319a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4046292f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@473650c8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@483916a3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79df132c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d9cd99c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@609c6f6f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27ff6dff (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17078fcf (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18650728 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5bd8c59c (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18b2aa4f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49cc5d3a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d43828f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e633201 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@330a176d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28c732d6 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2038d5ff (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4117942b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c288e60 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f506d7f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f70d519 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@674ad812 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2acd0ea5 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64a7bca6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67c08798 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@120d0a50 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33a61cbd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1acb5271 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@640c8090 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4111c301 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ef4371c (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@373ef1f7 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14ef1b25 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5aa26f1f (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ca1ff2d (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12657747 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f09c134 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67498ff0 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@384cf23c (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67d571d (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1903ec19 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64459e1e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f966b81 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@23e65e54 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11297618 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ba0150d (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d6fe3b0 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53d11ff2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19605b4b (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6dbdfd5f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5939d898 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e4f0aa0 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b2ba620 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@721b1b19 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7104fba7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3242fbb2 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23a830e2 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@635bcade (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@518486ba (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bd7417d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63eb13b7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6009b8b6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b5ee080 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48c799f0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63d6aeba (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@190d6798 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bfe4551 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@531056c3 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70b5f5d9 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8401574 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19bd22b9 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11e97fd8 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76f4d812 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@239eca9c (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a7519a0 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5455fb5e (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ed626e5 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a3b16a5 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@360d67f9 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e1b81f2 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15cbd75f (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@466d7941 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d5c5102 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@553745d2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d1aaf68 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44567560 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1949d653 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b4a2b80 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d0865be (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f7273a6 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e01198a (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b5c383c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ba10b18 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bc5045d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bd824ad (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10a61a81 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@241a22cd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e878f97 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56cbc2ca (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51adfb92 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d4af640 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ed802d8 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65a302e7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a00fdcc (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@264b2cc4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68eb0d6b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36c64589 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fda9300 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6cfeb3d (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77ff9b52 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7158df18 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57983744 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43f1fe14 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@606d3409 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b6c3e30 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bf7a802 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bbde5c5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65683ad8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39f449b7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30a912f2 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56556fc3 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ae90d79 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7216332f (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4e1f8fa0 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b5d5681 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ae6b7f1 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@248e434 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fc4eaf6 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a7b1389 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24f6a8d9 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13129370 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bfdc9ef (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21dd1415 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30d32260 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c6d365a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c94583f (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67a0f883 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56ef05ab (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@220eeaab (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56ef05ab (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@36ec429f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48bce2ac (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@d9dd808 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53055beb (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@358260a0 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46a4ca8d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18df3e9d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41a38eb6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10512285 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75cede27 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@438f188f (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c7e0e43 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@141b1f9d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@166f2b21 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28eaac57 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58231e3b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@115f9e46 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d399f1a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52c0ba5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fb8c91 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66ae38f6 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b1f38a5 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@707f4fa4 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@610b1fed (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20502511 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76b0da29 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@152bccfe (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64dab1f8 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@533d9600 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@470b3dcc (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25218e37 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e04598f (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43663cbc (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45a83822 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@389c3e9f (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7dd3ad47 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e7c05af (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ab2f857 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4aba69a6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60ad2a93 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6696643f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@404e5bf6 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@98307f0 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@530a65a3 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@735607da (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54d570ea (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17cd323c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aab9af6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78de468b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52261e7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11fec86a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17f70617 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65d2dd41 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17799c42 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38ade18 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c61225a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c53eed6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c209c2a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@334db169 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@215fefc0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24e9afba (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3c940b15 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a04e1f0 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@658175bb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4da5cdf6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@168a54dd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@408a21c4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45770c4b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@124f05e8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e0d0e99 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3712a4c8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76e2ef8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5424a91c (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75888870 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6235472 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b92260c (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1f3dbd68 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@134c8d97 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ef37af9 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cbe1bb6 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54f06a2e (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c264484 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31398c15 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@33d609f2 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18fa3ade (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63ccf33c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@271c67d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d14e6c1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1030540d (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ef2133a (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a23986c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ac695f4 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@465121eb (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16b32205 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b551d2c (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b7bd0c7 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31cddced (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1cb7c3b9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7907654f (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68c8716a (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46345d0 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c7cf1ae (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b94dfb7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bf06f9e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9ad2628 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a7c9f4f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51c9f3c7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cf18928 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18fb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23ba3821 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41abb7d3 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@596e7387 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78e3cd72 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@126239f2 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bf90f7a (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6327598f (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@153f8bfa (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35964a0a (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d1b480b (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5652b577 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1af94bf9 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dd62991 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68630476 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49b86352 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b4e24c3 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1606bbfc (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@db1b50a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56c0971e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2287bb9e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c279dff (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ad3809e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5007b4ec (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@25f701e6 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d31e2eb (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@402c6435 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e9c635b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63ca61b8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26c53db0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c3f64d1 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60dbf618 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d555d91 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a3b4cbe (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@422f1ce2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43ac4fca (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@254b200a (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56ad5c3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@374da678 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64b96f3f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25c539f3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@734c0481 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@423bbeea (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@287660ed (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e5228f9 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60226cad (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@528d998 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c4a1978 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e3ef4b2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b7759f2 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58350dec (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cf07a9e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@431e4249 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@653d8ff7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2be58aa8 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4151b52b (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a120baf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6823a3d9 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@427c13af (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f76a067 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70782f4f (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f52fc43 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13ef855 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5716a165 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@743d8e9d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@417b37fd (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25282e21 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@729d395a (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64a51bb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34b87c3d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ec93923 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63a949f4 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ec93923 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54f3ee3e (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@266202b9 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ed15e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25fb4f26 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@51deaf25 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ef8b69 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a66ac43 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43581eab (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bebb9cf (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@624b0fbb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@899a5d3 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@678deb25 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74eaa8e6 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11ccd660 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@771dc87a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15fd1856 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22e953ed (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dee8cd0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d89aea (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e7506f0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2369972f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a2f0473 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ec99fd1 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48f53ca (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a97a716 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@237a7792 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26828f8d (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@504c862c (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f19a307 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c52e0da (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54ef5f92 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@686b20bc (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f30e7a (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6694c19f (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1102aa70 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bc74c29 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4672c982 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4eadfee5 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a23e919 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@734f9e09 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24490fa5 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@290a73b6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19c60d97 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f66de09 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@413947fc (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b998afe (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fb359e4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cfe3ef9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@612551f0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@374612fe (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1676a217 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@144f535a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c95d1c6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35522df8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bdb5a7b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a29af2 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66630ad (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39d6e5a4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d816f58 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@344e4f24 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34384937 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@134354b8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@218c8534 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b19c8f6 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c0659e1 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a244a9c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a8bea8d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43e16ab5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28a73f5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53b374dc (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a54a571 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4282618e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dfc47f0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64785b3c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5653672c (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28df3a0b (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7eb75e5a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@598d9243 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@48fd09ea (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46af184b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12de296 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@527ca5fc (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f02b3b7 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ca7e0e9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d8304f2 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5df98d72 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33ff4e05 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47afcf4c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35027089 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58882ffc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@32529e81 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a2bc72 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@32529e81 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@513a3f8c (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63813b7 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@32529e81 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@165b25ff GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54e1acc3 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@234b2a83 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73cdb5e2 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ede5a8b (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ddbc8ef (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b3990eb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f830ba0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cf8389e (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51501883 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48ff5786 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22209d9a (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26aa602a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b6634f4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30cc87ed (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@422d7b86 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@135183b1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ce7a56f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@153e2baa (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d252b2e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79ccf1bf (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28bbf0de (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50919ead (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2da4851a (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76258ca5 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f095eb7 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@572ac6c1 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@aa06af2 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31213882 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7afb0f18 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@346ec27b (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b58f5b5 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@585eae96 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@313300a2 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7279d875 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c08fa73 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e7d0aa8 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36eac12f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@669ae361 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@752644de (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c454bdb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2414e2c1 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@33194843 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1275e6e5 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dfbd3cd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cd39cb5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23ac690f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45a7569c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26777878 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79b8f57c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c064220 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d7d556f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e9ed8a3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ed92e9e (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2639cec2 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c959853 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bfee343 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15e95f69 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@154668fb (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66ab9290 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@745315ff (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38ca216e (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26aae1cd (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f59173a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@785d8615 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63613ddb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71a168e9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14c423a0 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@473096a1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8fb866a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d3772a3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26564e66 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d2d489d (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35e3017b (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7667853f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7358267f (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6ad32380 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f2db52d (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dfae746 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bec9315 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cd14559 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c617b69 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ffc57f0 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7ae2bc97 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c31565d (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e13b4e0 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ae20434 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d68ef3e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ede15fb (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bebec19 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488651d6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f99a39b (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5724496c (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77fd186d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57a2f8d8 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fa02f7e (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@606e25f1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6813ec56 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e48e455 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5239d156 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d91a70 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cd3bedf (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37c7d6f1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@538d724b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22d97c30 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d2b4e0d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cbcd28b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68dcdf3c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31434a38 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b1ab9d1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4782c276 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4242a694 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@565d3568 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4afefee5 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@491567bb (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56c808ef (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12b92f15 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35eb0e8d (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c83f992 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30c9736b (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fdb4cc3 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e5b962f (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34a5949a (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17674913 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c1c93c9 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1eec0ac4 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a8e00cf (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c9cf788 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11e574c6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34fcc851 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b6ec2d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1fb60bfe (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@10cda543 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d5e5906 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d1eabab (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1113baae (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bcb163b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5eb29080 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8f5618c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26896254 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@537dcfa6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bd21a93 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@258dbb98 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d41aad1 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6182f2a8 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d009745 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b7f4252 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d6d324f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@448cc7e0 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a7a341c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@722f4221 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2bac84d7 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ad76ebf (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@618a83b6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d391937 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21728ca8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@376b090d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5187e54a (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@291324ea (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7350f338 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12e5edd6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f150251 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ad96453 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a1b5115 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75aa4df1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14573c58 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@12f86910 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f15c97f (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1750edd0 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76fa3b8e (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46ab0c3e (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a2107f0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@305ab0d9 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1707710e (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b4e741d (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71488603 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@706c6b91 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5308a537 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@50c0dcd7 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2474199d (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@44d4f7a4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c86b6ca (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2724b911 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@375ad1b3 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fa144ab (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c90129a (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7aa4f91e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@239e8c6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1280c7c2 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a3a9ac4 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dbef880 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12404732 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36dd2b62 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69828318 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59de4867 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29804808 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77b11b31 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9e93499 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78385adc (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4380a729 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ea3fc47 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@594e7d35 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d649988 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a3f5087 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@745fcd55 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47ebef54 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72d70467 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fd48151 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48a05706 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ffb580e (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25dce552 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74bdc440 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@664f59fc (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4efa0b5e (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29091a59 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29051f25 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f66af5 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cb875fd (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fe95ac2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b5d5e89 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@725f7e08 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@759b26e2 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1102c5b8 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e79e660 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f2ed494 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ddf0447 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d38dcbe (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e749334 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31e3f9a2 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38dc0350 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e6f248e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30ef666a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@deabfd9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@185f8de7 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dc3f5c6 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ba34ae (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1271e39c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a130334 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74f7f95b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71ba3d93 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@336f62d7 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5da76ed1 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64707c9e (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@551c3899 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6886e075 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@215251d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40e96fc8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d9d9969 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71a1638e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2181d950 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9862c55 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aa75a56 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9f1ebde (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fb08df5 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45e39c96 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ebcf2d3 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72cd3309 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5364e063 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e22a46d (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@536d2281 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@769555e5 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fff0451 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@703ee2c1 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59481d78 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@414ad0a6 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@455659fe (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ddcc764 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22bf5793 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6125ae0a (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a9f42da (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c8e2d93 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@570df00b (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6125ae0a (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c8e2d93 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ef57000 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@312ed7ad (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1dc0c50b (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@99e7138 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3040e394 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@707017a4 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53dbbdbd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27fe4b76 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@606d10b (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50343627 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7230c7e (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f933242 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e22bd1c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b69a81c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b8a709c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35efbcea (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6860cd25 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44a380b6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@419f892c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fa0a97f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71c40d20 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58dc1a6e (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79bb8a1b (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c3448b1 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43e0ac9d (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d43d7b1 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ca8424c (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31c7d0bd (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@635b214d (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28b80a72 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1303f0f6 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ad302c (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12df2c6 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@400f311e (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b5574c9 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63503b7f (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4efe9664 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b1661f3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1902a3ad (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6adbe338 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17a77a64 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c377636 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@798d54e4 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48a36c3c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43cfc65b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11c0de70 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@226dfca7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7026021a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@128a37cc (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c9040eb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@362f55bd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c1abb3f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ed11036 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59e22c80 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54a64bfd (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@100bcb0a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76a5eba7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c87a55b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26d98f3e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19c9bc95 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b866c38 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e208f97 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24ed5b99 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e7a2bed (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@128aa171 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@808709e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73324b6a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@247e61e (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c80c83a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4385493c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64a49e07 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@596c550c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@537c18f2 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ccc7e05 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b8f3bf5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c15bbac (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@17847390 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e9139aa (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f245e67 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@395b4281 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@559628b5 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59fbce83 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39c1dce7 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6e2fd534 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8f4563b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41714259 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6abe071e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@757ac5be (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44d6a0f2 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a128398 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7ed057a1 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@872a04c (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44d6a0f2 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7ed057a1 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@741bddbb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a671d47 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@41f68f15 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3944dd7a (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@249af391 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@231a1eee (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30117053 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3805aab0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74f2ba41 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@353f8e11 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53087dfb (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30cd7c0f (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@514832b6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f1bfe90 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4edb2a96 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c5c52af (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59ee8a31 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bcaf3d3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27346eb9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b63996a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58a21bc2 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@110278aa (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e8ef306 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e1457d8 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48a24c8e (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fd79d76 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22d7a7b4 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c58562a (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c16af7 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@188b8f74 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2745c4b9 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72b7464c (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27327124 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c9a056f (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31ea3c23 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@daf57de (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30697803 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@765836c0 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7940e5d6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f629c3f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b5aba14 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43e118ee (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@18fe711d (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ed8caa9 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@97b67a7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2325f4eb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@658a2b96 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a5d5af3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35bd3c15 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ab9ea3b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2205bdcc (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70738f41 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20504c5b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cb7d92c (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a09d1d9 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76f120e2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f6f0151 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57c41583 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cc1aa67 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@367a8151 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51ce60f3 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@27d3be4a (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49c9dc0f (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2311e503 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56f85739 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6393fd31 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2eea150e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b711fab (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f189410 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f83fc76 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68fd33d5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40ef377c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56e458fd (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@284774a5 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61e0c45c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56279a69 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68330c81 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@447396dd (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4664e737 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62cd87cd (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a0489b7 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25b066fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ec05314 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6fe77704 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c570506 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d13d3d1 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7771a309 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64407b3d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3745efe7 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@771b50 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7dc832d1 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@658e0076 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@370aaf92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@450b4c47 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@f552ce7 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@527e6d8b (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49ca0f0 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77ba64ef (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38772022 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9189874 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16acc72f (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@496ab212 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ac23295 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73982464 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@152b5aa9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32c83e8a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29f0aa92 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40621070 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52ebc18f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b8b682b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4508b79c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75161026 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@465da4bd (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@358e36a8 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bd93f92 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4eed509b (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e5492e (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5609c4ae (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53378627 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2978d05b (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ad08ec9 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14fa7d3c (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@548db640 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eb17808 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fe0066f (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20ca2018 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9e2772c (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@726cb542 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67338070 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@386afd5a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b7e8134 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b17164a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63a911fd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a332e15 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52812b84 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@391642e6 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53c4d19f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@649b6a1f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d7c8a2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28673bb4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40f2fc25 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3647af45 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@481dffe7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f17ee98 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15f3a6d3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7441eed5 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c34b1ba (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e1dd9ca (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c0bda07 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7366f4a5 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46aec548 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51f6387 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3707fe87 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@39f42abc (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@373e2c30 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9af908c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@382a8086 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@241cd327 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f99b93 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67998b5b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e2fad6c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@499acf1b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@713a380 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f87e865 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1efc08f2 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cac1428 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@135869d2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b9f12db (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@db8512 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46f66eb1 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c41a154 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c50b997 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7acd9b42 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d958cbd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e3ac90 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@583e8aef (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@463208af (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@135dffea (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d37e5d3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@156908b9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@8360535 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9b594e (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@356a52c0 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53aff2b6 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@381e6295 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fc4ab6e (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5ee82cf6 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56eb35b9 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22ea4a1b (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6dce64c3 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5efa80c7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c722595 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45ca6c40 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58a9d1c3 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35df7c95 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29db9b2c (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48e9fe3f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d0faad8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e08e5e9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69cb973e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1125440 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14286669 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@724cbb19 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12734aff (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29c0719b (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70e21871 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@160a4d29 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@494e8f47 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@290946b4 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@85e16c1 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@784fb8a3 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f76c0e4 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48751d60 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f175980 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e552b37 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@527bbb51 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@616d90da (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c7cc4c1 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@417bea85 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9d5f80b (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52d3be33 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77df8e59 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1157c320 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ad2e19b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1248f6bb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21116d86 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56b5b1ac (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29db122d (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41148919 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f8331e2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6828c3ff (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b3583e0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b8553d4 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fbe45bc (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@357b66eb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21ae44dc (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7db7fa1e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@177c0504 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39d120fa (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ac52aad (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16b8a717 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e1ccf87 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28b9caba (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@446ab28a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f7ba2d8 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f902e76 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@169de98f (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@380072f7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5546f9d8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54115293 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@345d1a1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ee06a4c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c72cb31 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69ef2315 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21cfa910 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ad08b24 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@654aa86c (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15205cdd (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2273399f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b4ad9de (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@771cd9cd (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@523c07b2 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@416a0c8e (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@102d24a7 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73ced2e0 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@875c547 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1baabd1e (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@9cba375 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5baf010b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43b980a5 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69e29ca0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a68173a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44e7c067 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48e64521 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44e7c067 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54e68180 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b9aec0a (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44e7c067 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@191429af GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bdb6df (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@44490d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50de478a (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e740f92 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ec6ebc6 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd5dc9e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73a5401a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4cc2d35e (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@654139f0 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@618af2c (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29632e0f (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fac3691 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e00024a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dbfd6c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c2998c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b6be88f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29964190 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e2a1b92 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2951e193 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33916cc3 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55886863 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c0b566a (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@287f2aee (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f3909dc (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@471416eb (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@549c6c5 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35ff778e (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2246fe0d (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@129febb3 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c8e6d7b (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44b6321b (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fb54d59 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7db7b8c5 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b94e8e0 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f5ef614 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a15030f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1547bc18 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d0336d1 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@763126be (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@240b2ef4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@375c8d68 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@690c2c45 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51599221 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31bffab6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e6646fe (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e2d0590 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66bf470b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4db0562e (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@332a7e62 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fec69e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5463c5c2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cd48b23 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8ee555e (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10d02bb1 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f4a62a9 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a442b0e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@294d71a2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@198e7c9e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42759a1b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b7f7dfe (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@684c544c (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d091fc8 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79f9f798 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a4a3aa9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c922498 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52b7c734 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51d4bfbd (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b8067 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75477554 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@619876b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51a9558c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12cc6bc0 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fc27d33 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44f974de (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@649a1b87 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44973174 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7df5a25e (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d3f6843 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13207695 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f876b04 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a95f07c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c5d38e5 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2ff8f517 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c29647f (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fa52eed (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c39432b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a76c7c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@538b49aa (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cddf5e6 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57625b67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a744313 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7bd622fe (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@699b6ede (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b3f1852 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c0c2635 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4514c287 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@361bd102 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2568cdd6 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77180762 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@157fa0d6 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cc0a126 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c9cbf15 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5745f15 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@462fcd45 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@435e6796 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@134b797c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c879a66 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17705c58 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c315c59 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7971c1d8 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f1cadcf (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@612341f9 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dd97cc7 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a810305 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1653781a (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77634dc5 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f1b5fb2 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@690a2d5a (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@718c9c62 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@296ea981 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14204942 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fc222de (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4761dfbb (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@327984ed (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d8b5890 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@110c73d8 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fa5b9ba (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49ab5d94 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3493ccc3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49bb9d6a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16b6108c (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@36819c06 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31d2c450 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74af0258 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58364ea6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dc55346 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@228fbf51 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e56cfc6 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6df71fc1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bf9f82e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74723624 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3429c4fd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25296ff4 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8a81213 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48dfe7c7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ecc5228 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5315f388 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fe1ee65 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4130d4ea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b97888 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@316a214 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68ec0546 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57db915d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f4a3ff5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44ac1640 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a5b6694 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@778b17c9 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b3080fe (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44f6cd8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bd204f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3289d5b8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54d50b57 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f444c04 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cdfae01 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@cb36c7e (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1246d5db (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7765f31f (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38da2ee6 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@717d5678 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74ed2136 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59a11e84 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35998053 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b44fca9 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1439891c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c686679 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bc3fa67 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47711cf3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2371a7ea (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@585a337e (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39ccb3c1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7adf8859 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3b1d980e (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f398f48 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bb063a2 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@403ab031 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a6022bd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6127c550 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bd7419a (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bc9f74e (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5753f1f0 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d8ca203 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11964421 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1db2d451 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f99e3c1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2abc168c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@385ecae0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65b706d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44dea9fb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cbc3f74 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70e8f056 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f12f2cb (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37fa38a3 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ebe4f46 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52592f76 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42133137 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32ecdde8 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f59d569 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d31e747 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@274a0568 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1774c1a1 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19ca801b (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e78a341 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37c717ac (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ca8e81b (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4aaf62f1 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@261b836e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40e0f88b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61edd9f5 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18c80c66 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a11151a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40fe1652 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38123070 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c3666ac (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@553876bd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d1dc1ba (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@187637af (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@153e0ef7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3634a751 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60eec42f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f1f8ec5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a5aff30 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59ec2dde (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@389c46e1 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a0e605 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60f55273 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d026605 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14060a3d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78bf256e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3522c075 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37b544c7 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a02af23 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78ef910c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1235783f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3102e9db (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e1be738 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dcd510f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c83dcd1 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d8f916f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cea4b2b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22b0885e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c2f4791 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58752869 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5deae507 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d0e5869 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8097509 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7800ecf4 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b7fa6e3 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@330defc9 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@374c4601 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e8aeeec (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2eb9d7d2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d603642 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2eef024a (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23e9123a (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d1656bd (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6caf6bfe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3352df1e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7bfc82d1 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@508379c2 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59b4e270 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c41e50 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7bfc82d1 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59b4e270 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@676bdb2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f7606f7 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2ca97b1d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@724a6991 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3db50b9 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bb6bc13 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69a1edb6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d9e5bd4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16b7d05d (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d2a310c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f7166c1 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4350d4b1 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17f279d1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16ce1646 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7693ee38 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@323452a8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@301d8427 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b00b1c0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63032daa (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1548326e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e70a0d5 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50ff1568 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25b1e8cf (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4523f61c (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bead697 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5668c562 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21c75bdf (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30338c8f (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e4dd32d (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8c45704 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@482af76e (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c7b6e60 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74a66033 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dc9b985 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@648cccaf (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c41a5cb (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e6e8003 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1785b3ab (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4033b2e6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a7f9d47 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79c0ebb9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e38fbf4 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2d7e7450 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@742247ef (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27ef4791 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58fa6fb4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14b04e9c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@601a7716 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@edfdfa0 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42967f0f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ce524e3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23788f53 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2995f45 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4383309e (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@611ee142 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b5995ab (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fb17a73 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f875eae (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67d1f4a0 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52312a76 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a17a9c3 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34ade0e7 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23bebb70 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1378300c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ac94165 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1abe77df (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ba0d510 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ddcc735 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25cfe8d5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55404639 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@175cbbc1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@294379f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6951cc58 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14589e36 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@128ba67c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@486efb27 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7bbac373 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23a6920b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50cdc93c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1385a946 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d084702 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47797ddc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27d8385b (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@fb86b30 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54403a04 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79f888fa (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a6d7849 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2705de9e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2addc53d (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3709467c (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@11e49aee (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7163e08f (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2addc53d (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@11e49aee (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1dfcb883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cfab1f9 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@63ce7961 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56847a7 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7955030f (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cfe673 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33b8b99e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@405be54 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66ec8cb7 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e7730c9 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6644a06a (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43b0f5eb (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@330f96d3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5518dd16 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bd06c8b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ede31e7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@696e970b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49527210 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fb5dab (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19210009 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74e9fc4c (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7eb60dc8 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7211a527 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d04f266 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e4106cc (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d427fcf (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74684cd1 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c3e3099 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12b6765 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42cb9ef1 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19a294af (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19b27cd3 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24be084f (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ddbadfb (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18e471f8 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6341d0c3 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4717f88f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b9abbed (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eba2bb3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ff0c8de (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dc737f3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@87b833d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@9dd84ee (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c2fb79e (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c7f35dd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c73aea7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e7fe775 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d886a5c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@389129d8 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@209f907 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f78ee4f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b983adb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d98bb7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d657ce4 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@129d2de0 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cce8ef7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cca225e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18dead04 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4aab9290 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1260fac4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e15d77 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f87108f (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42cc3b5a (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e0a8dc2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70c25c9a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@138c11a0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ed087b1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2948113f (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63d95cfd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@199af467 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@380038db (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a26ecf (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f478e95 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41a1e910 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c68c03 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48d9c835 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@321dc3ad (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e83cf31 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26479702 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3797f407 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75b6fc24 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c058c45 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d825d87 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b486cb9 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@474a0e46 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@97e847 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30198bf8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e7ec50d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@652f66b5 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31dcb63b (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@539901f4 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@369fec73 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58afed GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d8a90ad (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@23a9dcf5 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e0dbf68 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23ee2a83 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@345b9fec (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b3f1656 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f39226d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5af27ba (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@aa37685 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47fa7e5d (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dda6129 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@493d1347 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47f00f92 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ea321ab (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@611bcfef (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ec38a5d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@131153c7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59eb32bb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ecdbe93 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36a148c9 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d7c6700 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3707b1a3 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c614a6b (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dcd0620 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a06687e (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f1ba601 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d42d4df (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42c790bd (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@135a2549 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@588a0d52 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4670e659 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4449f995 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d460cd0 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23a242ec (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@549c255d (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@757ddcdd (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9590a7b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50271081 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2213909a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f751f82 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13c4a006 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6bbeab47 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6430986e (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c97ff89 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c880115 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e89cedb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b6f7bd4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d61d6f3 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fb467b6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3abd017c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41f398de (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75ba7d58 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b05a72c (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52dbf30f (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ebf371 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5096371f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34f2acd2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@495e047a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b14b995 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f6c580b (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2f0f3f8f (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fb6051 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f817a43 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6400a36d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1367ace6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57ada811 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e1e9a6 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a3f4225 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59442b25 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2124b5c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@245bc0c1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@571277b3 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c42a65f (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37c9eec6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21853880 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@389a2d3d (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@704baaa3 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b7f39ec (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5603188f (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e6afd9f (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3910487a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ae98d38 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@20e681ca (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53e8134a (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38c421cc (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f1bcf32 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f486127 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@26f7bd03 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56787ada (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43b75fc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f23be7a (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4686a48c (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e8be939 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@268bec8e (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@229b759c (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37952a5d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67807251 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2970a396 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b09b78d (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d2268e5 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@144dd16b (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44161290 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@299e6f2d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a22e2b3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48e76d40 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@635f8559 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@374db42b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@323f304b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c40fd91 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ceb05dc (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38d68884 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fa403c2 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33646238 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5569098d (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e924529 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@571dffd (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34192e8 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a4ed4ca (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@783f16f0 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7caa9a08 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29c675e8 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71447daa (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ef20a84 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@185095a9 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3598992b (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@273ca010 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6994461c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d658623 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f3896f1 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22549d2d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fe14172 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@508fe862 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fdad330 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@94b42ca (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@214bf2a0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32986be1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32f28c2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a48daa5 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@285caba8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e52c585 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bd76687 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c121446 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f33b26f (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c968136 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54fcbc55 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28f4729d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@244d9636 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a5f3ed1 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4121c54e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2831d87f (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@388535ca (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e2e757 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58972c63 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e9d0217 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d57f067 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e30d315 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ddcdcf4 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@207d510d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8bc6453 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74be5623 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@491e5dc5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@202e5dc3 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45e178c2 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6738d42f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d716747 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3de17e5f (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40ac24bb (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49b43a6a (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20459227 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3aaac849 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dd8ac1a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23690831 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5fd9f071 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46626a97 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79ab0205 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@153af733 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2602dcd4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2d29ee2 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@497811dc (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57ad14da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ea3b942 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1f275dc9 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ba53444 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41f949dd (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17ac056a (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@557c9131 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6239b917 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c1d82d5 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4389dcf (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@743b2698 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bd0cc38 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c469b61 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@286ebf38 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f879f52 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a732043 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31726ab (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cd3c2a1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a128a7e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1edd32ac (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23d0ad5a (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d5abd82 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32c3a80e (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c70290 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59f26f44 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15c89a21 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a314929 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@650f0f3c (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35c9f410 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a3093fd (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39018530 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17df7b50 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5073bb1f (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38647b1 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@95ed9c8 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c96fcff (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37f4dbe7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38cbbb62 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@736ee4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b9dfb1a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@577e8025 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71ef2ec (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6deb43af (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40bbb39b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64e6c31 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53f78b09 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b4540ff (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e283268 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3eb8a3ba (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@488d3b06 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c1171dc (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@280588c9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dd2a481 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5613d76 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b046cf8 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5371245a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@782bba1c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b91a2f6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f9a83d4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3304574e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a302b74 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@9253dda (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d09b84a (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1caa110a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cbd2a76 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3788bcc7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c81c9c2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b1cc8aa (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b026243 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7805957a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56194f0f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38a2c77f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@675f0088 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24e4f689 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a9c04b0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@736197d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28f570e3 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3741cf08 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4eae8f0f (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30e1ecb4 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dd48ef0 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c677c01 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f5f92b6 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@c3d8efb (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17a434ac (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f0340b2 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@305aa12f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55d718f8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4b2b9d29 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ae9aac8 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6fb6b698 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@524f5c61 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2f70ef8d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57198353 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c0d623b (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@289f0bf2 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16075f69 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b73415 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60d22849 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6421445f (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fed72bb (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d35a051 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24105c74 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20e43904 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22ea4a82 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6de8ad2a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63b5f02d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@403530cd (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7eb171d1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e046065 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f3d78b0 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52d604d4 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4416a816 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18d76bec (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b70b4c6 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14e8f43 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52d62ed7 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54bcb78b (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5187af37 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45590656 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18f701a0 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2afe692f (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@80ac18c (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@558b5116 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f58c855 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e58aad7 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4146f232 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55bc7f3d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4046e1bb (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@791c1ed2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1db194c9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@276618a6 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16ab0732 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a01e898 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58e46024 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d0ea224 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@476987a7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6682fb0a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68006194 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62b4d66b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19981535 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20f959d6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f0057ef (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e6d21c6 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@324edad6 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7818f0a3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59f17e46 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@313577a9 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53267e3e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50ae8187 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@753d905c (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3c3236ab (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41edc666 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@181bfeef (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a6b757 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21b72a31 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53f286e9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e3e22e2 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@631a1b0a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@493b9559 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cbf2966 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74d1a52c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6eddd334 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5db335f (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e652d01 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17c4f70a (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@18262302 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40f09dbf (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d80e9fc (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@271aba59 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33f9e570 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@208572b3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2210ab4d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7bbe264e (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7007a62b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24daa878 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fac142d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38ae5564 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@50515e67 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e8dd02f (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@251f4a06 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29f77990 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@61cbe9e3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f65e97f (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@a2cceee (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e836c59 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57fcf62e (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d184cff (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3561e8f5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3223154f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5252e95c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52dd34b5 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17d41dce (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fac28e1 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54515699 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27ad8fa (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17344ffb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@149a1f0d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46b7f44a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e6d17b7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43c415dc (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e64ad96 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31b582bb (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74f8df65 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7787b357 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1efdce07 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49c98ae6 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c35df57 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4389862f (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fa1bc31 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@669d9afb (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@167ca2fd (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dca0cdb (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49d0f390 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58a6dd82 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6075c4d7 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bcea77b (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7718908f (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1527618d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79e40012 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2162cdee (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@987afca (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f56feab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55b5303e (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1a2ef1d8 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@737538c1 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38a80b89 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5284862e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cd0b552 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2efb65 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bb3cc94 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18c6aeb3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@674ea993 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@446d8322 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71304e54 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20222e0a (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49ce780 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c25c3ef (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30b4ecf2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@114a7e0c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38206840 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79cb0f68 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20620407 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2187f457 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@492daa7e (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56a56d33 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e451f82 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@598d894b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@463f2404 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25a21db8 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15c978cf (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d818ee5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d23714f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26767a66 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25001614 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bdad3d1 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3be6f4a6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61566881 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@8cc98fc (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b7968b4 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a23e714 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22ea19a (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7876b039 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f2032db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74265e2d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6471701e (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66e9ea61 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a7df8f4 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@297e105b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11d0833d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4db7d30f (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29d4d535 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@41fffc60 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fc913e8 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@41fffc60 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@30260883 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3066e5b9 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3ae18f6 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24edd6e6 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f211bb1 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3aa4b6f7 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10284f77 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73df3389 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45ebec11 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f53227d (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59b50b84 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46dc2870 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@732b0f23 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5230649e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e598415 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50404d03 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72484da9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20b6c4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ef87b4f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3581fdd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c484284 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d8932da (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30dd413c (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75e8af0b (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c0161fc (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bfa4c10 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75451cc6 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@718fb3b3 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@243880cb (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a9a8325 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@665c34b9 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@317a73f9 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e8171b (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6aaf8d27 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d9c0c67 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6decb51e (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61e7ac2a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a667b53 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5033bb49 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a4d4541 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73b34902 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c970e24 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@631c9467 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46c199da (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21af5706 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f69f14e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c7e386c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d790496 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@461ee58c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12212bc7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68e29c7f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5145d1d0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b9587be (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@401d9188 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d55fda8 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27705f80 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a50c249 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d058b7a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f62e13c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44cccdcb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d3c949d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@31add121 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33181bb7 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7681b309 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dcacb9b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d596e45 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@396defc6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66d77aed (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d3f29e5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4585418a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62afffc (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70049417 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10e2178 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f6f0fbb (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b21c664 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71e10d75 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71d1c554 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21a149b6 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13300e3b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@471d7baa (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d8cbf0d (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31298a6f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75960780 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3983824f (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63146520 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cda4752 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b2ef439 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1697734c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6280bc45 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e74f404 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6280bc45 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e11dce4 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@142b55 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@780b3a75 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e8231c9 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@444c2060 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@247115cc (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e3537d4 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17ed75e1 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@334b46de (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@631ad91c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10748056 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f589a50 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bcd7e0c (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bff9d63 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a154cca (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56ebec4f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a03d19d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@554ad7f0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5576b8ab (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53f2bdef (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d6a2b6f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2977beb1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31a1fccd (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28e0e993 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@440e4abd (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52559e27 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21595e4d (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e09a7d4 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c4f21a3 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2122f3d0 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5be90c4d (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e810bd2 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fcbe359 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34ddaad6 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c23a43e (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@593b7a61 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14fba80d (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e47c5 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@288d74a9 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7114a036 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47ad26f7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b4dd63 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16b1619a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5da9096d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3185a3e3 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@550a8ea3 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e8e2b0a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3408ccc1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@514114c9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b51d9bc (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67cb3e9c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b1ddae4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64740b81 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31c927e7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d11edb7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c575cc4 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f78ca6e (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e3172eb (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c1f512e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60c5b441 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a4e6ab3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23639ae9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73d69810 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@67c61932 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72a0e783 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d5ad8e4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34b439bc (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ca408cb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20f6b6c0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2523adbf (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4574d33a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@697cadc0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3690da0a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@198723a5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63cbce8d (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15810c7a (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f5f24bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3de968db (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1271965 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58f2b993 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d044a60 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@723ef8cc (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a920f43 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63d74a7b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f2651d6 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56057bf (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d67d9dc (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25cb5cb0 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a85e0f7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@657d3bf4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d694437 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@783eb419 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5644bcf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@723fee3e (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@58cbc107 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3afae584 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@757482bf (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5df94f3c (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42d69244 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45ad5dd3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33300010 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e02c40 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30431972 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ee78523 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fa89d7f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fdf41bf (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36f866e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@342fb4c0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dd0113c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3537f128 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ce2e7dd (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41e04a5b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79b7832c (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20c36f60 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bbcbfec (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@304f0d2c (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bc9ddc9 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e488cb6 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f561ba5 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@515aada1 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@281142b5 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@230bd257 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22b81b4b (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5da482ae (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@618c9cb (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e49388d (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@554f02ee (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@245c0b1f (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47d76fff (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34cfe948 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4babb6cc (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c55fb0f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42a34aa2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@116b1a6b (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34b64467 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ff4f637 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72b85c53 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@544a0510 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d010517 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@698891cb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fc5a07a (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a86b675 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4234f731 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@350d8839 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1497b46a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75edf47a (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@574779b (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e189622 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20487993 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d7b8f6b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3881d6db (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62707f87 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ecb2ac7 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6bd10a93 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1afaf98b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4db00b65 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30283931 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e3739a6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76652988 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66deb0ba (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17cb152e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c3d3bb8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21164f55 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d9bb4b4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b90eb46 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1abfe6dc (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33777ddd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@658ac508 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@480ca10f (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@478405d1 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b3f6d37 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43e8c805 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b55d422 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e389251 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ad1d698 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@607bc327 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@521d038c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6881da2d (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54f2b77c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bb60a92 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3c6ce5a4 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25ee81da (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3024e0c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b428d29 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1109e262 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2957336b (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@616f0e5e (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1562cf59 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ce23b81 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ce41f41 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76601f41 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74915e1a (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1460a7b5 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51a196c5 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6573230d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6654ddf7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17cd2799 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@407188c1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dfacf4a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@418a3a67 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67cffe3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76ed3885 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5888efff (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fac03fe (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@326dc29a (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76d4550 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d257fcd (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@201dff64 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ebd2a91 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f7532c0 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c1d8674 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d4d5110 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e778ff9 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@512ce088 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2dbe605d (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13319460 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1eba6861 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42b077e (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dbe769c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c7e364e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d8ae9d1 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70fd8116 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16e89fc8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e682433 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7cca5306 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bde554c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e328a0a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19840631 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c027b07 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d20dd51 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fee47aa (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66b345d0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@416816b6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d476586 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b0b6def (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7185d26 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@493b113 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dda53ce (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4210541c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76465911 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59dd47f5 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10a5ce48 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@686cc2fa (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b409ea3 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f341dce (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51dd1a0e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57621684 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@763a3a36 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@497431f0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e5c36c9 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13584294 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6eff087b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@342b7514 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2248db5e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47b9b93 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@654a03ae (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e7ebc4c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a4d0315 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@48058ce2 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ee5eda (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c1fc2b1 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2db64cfd (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ade2aa3 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f015d73 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52e76b1 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ad88791 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e1c3315 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@205d8a09 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7573d97c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@214cd175 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44e502f5 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5825ee13 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7041d0b3 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5296168d (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70442564 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72a65f6d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2ad23847 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@413891f0 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@321983e3 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@145d48fe (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@147c2814 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@307e5930 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bfbbdfd (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f62ec1 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@557bc2b7 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d9bbbcd (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31afb137 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fcd0299 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d4f4835 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27794226 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@751ca701 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f368871 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f40884d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ce905fb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ffce3a0 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70b2d0ce (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66266006 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@368b2e22 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46b3af62 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76b5ea8e (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@db1d38c (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c9584da (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a522304 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43115ca2 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ac72b51 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f09e1b9 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9327705 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ee7a234 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1361f0bc (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1843a535 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a715404 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@692ed9d6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21e5819e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@344f5ec0 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76a31c1b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10b51632 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77767013 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d0fc592 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d307454 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56d2c14e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@701752c5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@405f101b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15932496 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4deb00d0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e7ebca1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e1aa448 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ba09815 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dd33950 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a6cb28f (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9f2af84 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1860336f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@163b2a54 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d30fd58 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73233a61 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18dda103 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d7cf5aa (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@336fd88d (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d735194 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@576f3530 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55662f00 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b43e47b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b0eb94d (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5182504b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e3d379d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@582b35e0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13567350 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c350020 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@240d6b69 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28db00a9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@599b0c97 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38127f83 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fd23e5b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57ea9c95 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e2b40bd (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@192aafc5 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d5d38c3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@767d401d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@67c9944a (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6182b008 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f8cd049 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6752f0d2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e65b4e5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52c29e2f (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32f904b2 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@124dec4 (visible: true, type: StereotypePropertyReferenceEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2704f9e6 (visible: true, type: StereotypePropertyReferenceEdgeName, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c1bd118 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3eb19ab7 (visible: true, type: CompositeStructure, mutable: false) (name: Composite Structure Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78ce75a7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24361ad1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d8874e4 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b198da7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32e2fd99 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@511746c6 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d25bbe9 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22e8680d (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25813ad7 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c61f8e2 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52fd98b7 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@620202ee (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10b87550 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@174057e2 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b66cbe3 (visible: true, type: Connector_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f08aabb (visible: true, type: Connector_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ee459e8 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@370d9cb1 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1059cd9 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@795b80f5 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c698aca (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b4c1d5f (visible: true, type: Connector_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@351e0b65 (visible: true, type: Connector_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f04f86f (visible: true, type: Connector_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46df4d67 (visible: true, type: Connector_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f8abb29 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64f6c2db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d26e739 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cced56b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4933aca4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@33c37904 (visible: true, type: CompositeStructure, mutable: false) (name: Composite Structure Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@179e7b4d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b02feed (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7701feea (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bda6bc4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34683400 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70caac69 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@270bd40a (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c605f24 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c14ed02 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fb8cbf3 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@210c09f1 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@499406d0 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ed1e8eb (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5ca2f0a6 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51682c25 (visible: true, type: Connector_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3afecf80 (visible: true, type: Connector_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@360cf6b0 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66e7511 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@855555b (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29d37f44 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e2d4d83 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b3452ba (visible: true, type: Connector_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4272f573 (visible: true, type: Connector_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20bce41 (visible: true, type: Connector_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@767ed774 (visible: true, type: Connector_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d284463 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45f68e04 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dcc9738 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c7d227f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68e65298 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@759a631d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30c0ccc3 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bead6bd (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6afe5154 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30c0ccc3 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66ec170c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c5c5b4b (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@686c1fe5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66ec170c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66ec170c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30c0ccc3 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30c0ccc3 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30c0ccc3 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59aba1db (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@478a009a (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2696061d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59aba1db (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fb5a3b0 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d9ed851 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19f87f45 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fb5a3b0 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23574ac (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e163eba (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d23e811 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a8897e5 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62f715d8 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58b55bd1 (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ec29c16 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a8897e5 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2adea24a (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57d666d1 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@102738a3 (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cbf06bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2adea24a (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2adea24a (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a8897e5 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a8897e5 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a8897e5 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18d4487a (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b02c072 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3473578d (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ad53d63 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18d4487a (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30bc072a (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17454e23 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b4a9778 (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10b3330f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30bc072a (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11cdac79 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@638c4432 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4669991d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2190df29 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fe119cd (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3638259a (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4671a17e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2190df29 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3435950b (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4007ca9b (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39c01386 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e2997c5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3435950b (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3435950b (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2190df29 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2190df29 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2190df29 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a4e81d (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a7179c1 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d2cda1 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@668bdde (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a4e81d (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c790296 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58083f4e (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13314733 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f108107 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c790296 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d815661 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@759b62f2 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e83aa1f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21cc30c9 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a72ab8a (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44d3b226 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3890a4f7 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42a1c670 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e32ae4a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21cc30c9 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@407b7a4a (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7815d2c7 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c65303f (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c272b76 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@690ce239 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@178996c7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@407b7a4a (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@407b7a4a (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21cc30c9 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21cc30c9 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21cc30c9 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@379641c0 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77f9df22 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@431dec5c (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56ddaaeb (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32eae84 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49355a06 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@379641c0 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13b51a2e (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cdac8ce (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4579f827 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68e1fa4 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55ed1c14 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12b649d1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13b51a2e (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@529a4a27 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23f194b9 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ba3297e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@326efa96 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1217d5ea (visible: true, type: InformationItem_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@657a2452 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@326efa96 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16ca76f0 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@224b0b55 (visible: true, type: InformationItem_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c73672e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16ca76f0 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16ca76f0 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@326efa96 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@326efa96 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@326efa96 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28fd69e (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4901cc87 (visible: true, type: InformationItem_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7acb89ef (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28fd69e (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c398271 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fe8056b (visible: true, type: InformationItem_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16bf8d7d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c398271 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4184a5a5 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72bce77 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5734c188 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54ceb2b2 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4db3b0c9 (visible: true, type: TimeObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12336db6 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61388c20 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54ceb2b2 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14fe72fa (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@106fc5ec (visible: true, type: TimeObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23de3abb (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ae1ee50 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14fe72fa (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14fe72fa (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54ceb2b2 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54ceb2b2 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54ceb2b2 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7821512e (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b2722e1 (visible: true, type: TimeObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@710d76d5 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1feb34e9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7821512e (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74554483 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b543d1 (visible: true, type: TimeObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f1e4bc7 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c6fa54e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74554483 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@413fdb50 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d0d2e64 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32048e38 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@105e82fb (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65b6dd72 (visible: true, type: DurationObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2989a261 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d483c13 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@105e82fb (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68658ae (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@703f988f (visible: true, type: DurationObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a30f706 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12246328 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68658ae (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68658ae (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@105e82fb (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@105e82fb (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@105e82fb (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b637236 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@700f422 (visible: true, type: DurationObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@578d97fe (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b54337c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b637236 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38df48ef (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@383da8b7 (visible: true, type: DurationObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@723d4523 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e364ecd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38df48ef (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f2a722c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bb84c2c (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@256e1d75 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b29cfaa (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4719e5ad (visible: true, type: InstanceSpecification_SlotCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26c5e3e (visible: true, type: InstanceSpecification_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6592cbb3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b29cfaa (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64e44c52 (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40212797 (visible: true, type: InstanceSpecification_SlotCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ace0777 (visible: true, type: InstanceSpecification_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24254d1f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64e44c52 (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64e44c52 (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b29cfaa (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b29cfaa (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b29cfaa (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@303be576 (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@589bd71a (visible: true, type: InstanceSpecification_SlotCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6394ca21 (visible: true, type: InstanceSpecification_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@511a1f7b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@303be576 (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54788afa (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c5143e6 (visible: true, type: InstanceSpecification_SlotCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61445f0a (visible: true, type: InstanceSpecification_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9d73a8a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54788afa (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b973d04 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a32a392 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20d6d112 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ef3703a (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ef3703a (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@496fd185 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@496fd185 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@496fd185 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ef3703a (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ef3703a (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ef3703a (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c20ec1f (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c20ec1f (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@309f1249 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@309f1249 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54dc7005 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@195e0487 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5969d597 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67d6d81a (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5815b4b6 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f7b44a9 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1863716d (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72fb59a6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67d6d81a (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51843edc (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fa600df (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2eec858 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e1adbac (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1570aec5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51843edc (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51843edc (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67d6d81a (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67d6d81a (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67d6d81a (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f0db30c (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@457f4732 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52966da4 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f95f11 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b2dbb37 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f0db30c (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56b307ea (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a18640c (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16c3d306 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69f8dc59 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1605ecef (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56b307ea (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b574a13 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e5d6463 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54595673 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@825369a (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@278fa5c2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@825369a (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58f6cf0a (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59d9fec3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58f6cf0a (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58f6cf0a (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@825369a (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@825369a (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@825369a (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d39a7e6 (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b1d8917 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d39a7e6 (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70bafb4c (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6669ffd6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70bafb4c (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4be9df01 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18bf9bac (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10fa1e3c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50a0524e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58b79056 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37836c82 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6875f199 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ad336a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53a107a2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50a0524e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42834f7b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d48c579 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17027e5c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@658b4320 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b338fd7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14f20778 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42834f7b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42834f7b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50a0524e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50a0524e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50a0524e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f47ed6a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@628b23c9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65024b98 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43797952 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e772d02 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2df39253 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f47ed6a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13fb6330 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75fccc4d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fbc3be8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73a8229c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@aba47df (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bde16dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13fb6330 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39851b57 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ca79bd2 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d149091 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32d17c4a (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3360f9fb (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bf66e60 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32d17c4a (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c08fa1f (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e261746 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dd81e92 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c08fa1f (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c08fa1f (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32d17c4a (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32d17c4a (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32d17c4a (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3756813f (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36b4cc29 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@589adf37 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3756813f (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@797a186b (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b6c8cde (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ccd49af (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@797a186b (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@259c1c7d (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cf74672 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64602f4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1eec334c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@196fc643 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5582036 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27671272 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13c0e144 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54b8e1d8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1eec334c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ab3882a (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ab40dfd (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5085d518 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ba3ab34 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@301b24a2 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bfefa5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ab3882a (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ab3882a (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1eec334c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1eec334c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1eec334c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b6855e8 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76465757 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a9f108 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fe0e6a (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10a138f1 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36e3dda (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b6855e8 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@662a9f3e (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b5d33ed (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@105b9bd0 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b1cb0a (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27fc4ad4 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@208cb7d8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@662a9f3e (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35e77369 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bade680 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41a81e67 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@699acf8 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5807bfcb (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46c45481 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b6522e7 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5941341f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@699acf8 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58fda6c8 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67c27d6a (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@773ec43f (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75582457 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f07fad2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58fda6c8 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58fda6c8 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@699acf8 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@699acf8 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@699acf8 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5de0c687 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59e10a78 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3771a9a (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ffcc606 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c785be0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5de0c687 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fab45c1 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59bb020f (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39170b35 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57892a42 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9f9f2c1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fab45c1 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e990d7f (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11578763 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14bb5685 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b4880e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@48bb0815 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1198fe3c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@667cec0d (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49984d47 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16667b36 (visible: true, type: Signal_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d00fa99 (visible: true, type: Signal_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71f39e29 (visible: true, type: Signal_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ff4edad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16667b36 (visible: true, type: Signal_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bb077bf (visible: true, type: Signal_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c8a5f29 (visible: true, type: Signal_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@698c6222 (visible: true, type: Signal_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d3b316f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bb077bf (visible: true, type: Signal_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bb077bf (visible: true, type: Signal_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16667b36 (visible: true, type: Signal_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16667b36 (visible: true, type: Signal_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16667b36 (visible: true, type: Signal_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22ce7450 (visible: true, type: Signal_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68c46128 (visible: true, type: Signal_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47b0fd38 (visible: true, type: Signal_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ec3423c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22ce7450 (visible: true, type: Signal_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5158b36c (visible: true, type: Signal_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64a89451 (visible: true, type: Signal_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3418b2e6 (visible: true, type: Signal_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bf9bd37 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5158b36c (visible: true, type: Signal_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b5adf72 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@605d5b20 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57e53cc3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@252c03ec (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29f43068 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ca5aa55 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c146080 (visible: true, type: Enumeration_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26d546b (visible: true, type: Enumeration_LiteralCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79f7ebd1 (visible: true, type: Enumeration_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32e68e39 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c146080 (visible: true, type: Enumeration_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b867db5 (visible: true, type: Enumeration_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b94753e (visible: true, type: Enumeration_LiteralCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35485fd9 (visible: true, type: Enumeration_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@398811ae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b867db5 (visible: true, type: Enumeration_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b867db5 (visible: true, type: Enumeration_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c146080 (visible: true, type: Enumeration_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c146080 (visible: true, type: Enumeration_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c146080 (visible: true, type: Enumeration_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11abade5 (visible: true, type: Enumeration_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a94d015 (visible: true, type: Enumeration_LiteralCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7703cbef (visible: true, type: Enumeration_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3032847 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11abade5 (visible: true, type: Enumeration_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f1bf5da (visible: true, type: Enumeration_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52808499 (visible: true, type: Enumeration_LiteralCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17dfc7f4 (visible: true, type: Enumeration_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@495667b5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f1bf5da (visible: true, type: Enumeration_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@751dd948 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19829a15 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18dce3cc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@331646a3 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24acd6e9 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5de67d54 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5be70a6b (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@166b1b7c (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@627869bd (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27474ffa (visible: true, type: Interface_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7225bc89 (visible: true, type: Interface_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5504e83d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5be70a6b (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d943f16 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32edafb7 (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18fffcea (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30817255 (visible: true, type: Interface_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f8e0519 (visible: true, type: Interface_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46c12333 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d943f16 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d943f16 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5be70a6b (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5be70a6b (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5be70a6b (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f3543ae (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5060f7a5 (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@243b0e54 (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a405569 (visible: true, type: Interface_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57c851ce (visible: true, type: Interface_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cfc040 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f3543ae (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63a20100 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71487862 (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@163c970f (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@223255d4 (visible: true, type: Interface_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31298d69 (visible: true, type: Interface_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d8bb515 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63a20100 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f511937 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d145e4b (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@127977f3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6050f00e (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1299876f (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64413f17 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34688e6e (visible: true, type: InformationItem_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@741b5c83 (visible: true, type: InformationItem_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bf45f86 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34688e6e (visible: true, type: InformationItem_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33ed8afe (visible: true, type: InformationItem_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9fe45ba (visible: true, type: InformationItem_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28782eb5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33ed8afe (visible: true, type: InformationItem_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33ed8afe (visible: true, type: InformationItem_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34688e6e (visible: true, type: InformationItem_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34688e6e (visible: true, type: InformationItem_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34688e6e (visible: true, type: InformationItem_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c178d50 (visible: true, type: InformationItem_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@240ff353 (visible: true, type: InformationItem_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6238b1a6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c178d50 (visible: true, type: InformationItem_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22f78870 (visible: true, type: InformationItem_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20aa969d (visible: true, type: InformationItem_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@604e7586 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22f78870 (visible: true, type: InformationItem_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@641dd187 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@312dbdbc (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@641d8c9f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cb5be77 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43206559 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12e8e7f9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@981b16 (visible: true, type: InstanceSpecification_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3748ddeb (visible: true, type: InstanceSpecification_SlotCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e3a812f (visible: true, type: InstanceSpecification_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@730b9760 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@981b16 (visible: true, type: InstanceSpecification_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c522357 (visible: true, type: InstanceSpecification_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78fd7830 (visible: true, type: InstanceSpecification_SlotCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@691832f3 (visible: true, type: InstanceSpecification_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32059b43 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c522357 (visible: true, type: InstanceSpecification_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c522357 (visible: true, type: InstanceSpecification_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@981b16 (visible: true, type: InstanceSpecification_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@981b16 (visible: true, type: InstanceSpecification_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@981b16 (visible: true, type: InstanceSpecification_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19c75246 (visible: true, type: InstanceSpecification_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21ade977 (visible: true, type: InstanceSpecification_SlotCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39c89a29 (visible: true, type: InstanceSpecification_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54630572 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19c75246 (visible: true, type: InstanceSpecification_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14025b3a (visible: true, type: InstanceSpecification_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b40ba22 (visible: true, type: InstanceSpecification_SlotCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b1e7cb1 (visible: true, type: InstanceSpecification_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bc6716 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14025b3a (visible: true, type: InstanceSpecification_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f953113 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fa13a65 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3384398e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62f4c2b3 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61757a78 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2447bb5a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42cc1f2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42cc1f2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a5982d0 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a5982d0 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a5982d0 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42cc1f2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42cc1f2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42cc1f2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29ca54a2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29ca54a2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ac0276a (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ac0276a (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49ae4997 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dd06131 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bfcec8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b4b4c3e (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24941978 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a243d88 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7be14a8e (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22b67f03 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f1bf094 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36d64370 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6510269d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7be14a8e (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a54b91 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d552243 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e322763 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@797bfe43 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cd13c5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a54b91 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a54b91 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7be14a8e (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7be14a8e (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7be14a8e (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@da26bd8 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13b650ed (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f06b38 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bea5f45 (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fddbf9b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@da26bd8 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32d3ce01 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2716ee8b (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52462d40 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66d36fbb (visible: true, type: DataType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57faf0cf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32d3ce01 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@777f5f49 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8a1a87b (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d7ff0a2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69b16089 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c1407ad (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d6f34e2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2edd482d (visible: true, type: Constraint_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@358e093d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2edd482d (visible: true, type: Constraint_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e2542f6 (visible: true, type: Constraint_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a284103 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e2542f6 (visible: true, type: Constraint_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e2542f6 (visible: true, type: Constraint_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2edd482d (visible: true, type: Constraint_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2edd482d (visible: true, type: Constraint_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2edd482d (visible: true, type: Constraint_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17781f1 (visible: true, type: Constraint_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@550a739f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17781f1 (visible: true, type: Constraint_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b009efb (visible: true, type: Constraint_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43c180bf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b009efb (visible: true, type: Constraint_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74be2947 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5959fe01 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47bcd98e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c6fd700 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2868f67e (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ca71c5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2aba710c (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f31247 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c34f1e (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e31d23a (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a2967a3 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@88d41b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2aba710c (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35e977ad (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1abdba7b (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8449d8c (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bf94b7c (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64ba21c7 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3893d583 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35e977ad (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35e977ad (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2aba710c (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2aba710c (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2aba710c (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27921834 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@167c40d4 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3177f0b0 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a8dc5df (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bcbb2ad (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@771dd119 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27921834 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bf37fc6 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59b03293 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51972fce (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@654e06d (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ff8bdbe (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f4f0fe2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bf37fc6 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1314cfd3 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ca783c2 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75e88228 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d04f5f9 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cc87f20 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33a68ebd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c0a63d3 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37bba632 (visible: true, type: Component_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b446b38 (visible: true, type: Component_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@189e976c (visible: true, type: Component_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b775dce (visible: true, type: Component_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@384ba7da (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c0a63d3 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@200c567b (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bf98cf0 (visible: true, type: Component_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e63a4b7 (visible: true, type: Component_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7785cd51 (visible: true, type: Component_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@402e81c3 (visible: true, type: Component_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44a490cb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@200c567b (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@200c567b (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c0a63d3 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c0a63d3 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c0a63d3 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@158c5d8d (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@190aa152 (visible: true, type: Component_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dab793c (visible: true, type: Component_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b2b9e89 (visible: true, type: Component_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bdae36b (visible: true, type: Component_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b25c218 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@158c5d8d (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f2fed6 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d0c6c96 (visible: true, type: Component_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e1d76d3 (visible: true, type: Component_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2dc74941 (visible: true, type: Component_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f9df57e (visible: true, type: Component_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32d70af1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f2fed6 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fbee89d (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72c979ed (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79d932d8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4438a721 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bd68437 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bab94dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@756c334b (visible: true, type: PrimitiveType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bc64659 (visible: true, type: PrimitiveType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c9b00db (visible: true, type: PrimitiveType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3485fdb (visible: true, type: PrimitiveType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21af2185 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@756c334b (visible: true, type: PrimitiveType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@109399b3 (visible: true, type: PrimitiveType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@458f81c6 (visible: true, type: PrimitiveType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1631d9a8 (visible: true, type: PrimitiveType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d964c39 (visible: true, type: PrimitiveType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11a1b7ac (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@109399b3 (visible: true, type: PrimitiveType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@109399b3 (visible: true, type: PrimitiveType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@756c334b (visible: true, type: PrimitiveType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@756c334b (visible: true, type: PrimitiveType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@756c334b (visible: true, type: PrimitiveType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@175bf59f (visible: true, type: PrimitiveType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3da60c1e (visible: true, type: PrimitiveType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e679f89 (visible: true, type: PrimitiveType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f337a07 (visible: true, type: PrimitiveType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25f6fb49 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@175bf59f (visible: true, type: PrimitiveType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46c001e7 (visible: true, type: PrimitiveType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26a66c83 (visible: true, type: PrimitiveType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63841850 (visible: true, type: PrimitiveType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48dde5ef (visible: true, type: PrimitiveType_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@479260fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46c001e7 (visible: true, type: PrimitiveType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4da73b4c (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f1ffb8a (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35be10bf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ef7a848 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@33787a12 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1282a143 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d00e7e2 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b8aa885 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44cecfdb (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63d01d30 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@539d31d2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59152fda (visible: true, type: DataType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59152fda (visible: true, type: DataType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59152fda (visible: true, type: DataType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59152fda (visible: true, type: DataType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59152fda (visible: true, type: DataType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b57dfef (visible: true, type: DataType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b57dfef (visible: true, type: DataType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cd4143b (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14117f06 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e97d67c (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15e8e29f (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f6ffac4 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e0ddaa8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@150226bc (visible: true, type: DataType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b57dfef (visible: true, type: DataType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@150226bc (visible: true, type: DataType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fd8d2d (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40dc3afe (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3284ecf2 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60d66488 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1134a795 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1226506e (visible: true, type: Operation_PrimitiveTypeOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1226506e (visible: true, type: Operation_PrimitiveTypeOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1226506e (visible: true, type: Operation_PrimitiveTypeOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1226506e (visible: true, type: Operation_PrimitiveTypeOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1226506e (visible: true, type: Operation_PrimitiveTypeOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32770131 (visible: true, type: Operation_PrimitiveTypeOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32770131 (visible: true, type: Operation_PrimitiveTypeOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ee350a5 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@692a330a (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c0adb47 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43dc45a5 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6196d523 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4eb03b1c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4959bff (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@565575b6 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a0dca0c (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d38fe4f (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13e478ea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ae2f2cb (visible: true, type: Signal_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ae2f2cb (visible: true, type: Signal_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ae2f2cb (visible: true, type: Signal_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ae2f2cb (visible: true, type: Signal_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ae2f2cb (visible: true, type: Signal_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25601aaf (visible: true, type: Signal_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25601aaf (visible: true, type: Signal_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7167c72b (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fe1bd5f (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@249dda53 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dcc3a23 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cc8f222 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75a76d9f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60d8ac7d (visible: true, type: Signal_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25601aaf (visible: true, type: Signal_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60d8ac7d (visible: true, type: Signal_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60d1d39c (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fbc050c (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@577f1366 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a6bc85f (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@642182e9 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dc0ab6b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2386491d (visible: true, type: Interface_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2386491d (visible: true, type: Interface_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2386491d (visible: true, type: Interface_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2386491d (visible: true, type: Interface_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2386491d (visible: true, type: Interface_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ff192ae (visible: true, type: Interface_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ff192ae (visible: true, type: Interface_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1377b4a9 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48cfb624 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32fc5017 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61c96eb1 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d42da2a (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@505803c3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a935158 (visible: true, type: Interface_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ff192ae (visible: true, type: Interface_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a935158 (visible: true, type: Interface_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c9cbe88 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39a7465a (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74f887ce (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cd20913 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4681d22c (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4681d22c (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4681d22c (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4681d22c (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4681d22c (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16ef4b28 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16ef4b28 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@692e9671 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64fa4c31 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14e82768 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b067fb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2689dfa6 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@733502d5 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a436a8d (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42cbcc62 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67b8d220 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27f24cdb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b9aed20 (visible: true, type: DataType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b9aed20 (visible: true, type: DataType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b9aed20 (visible: true, type: DataType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b9aed20 (visible: true, type: DataType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b9aed20 (visible: true, type: DataType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31900906 (visible: true, type: DataType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31900906 (visible: true, type: DataType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7713b8ea (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52e570c5 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a648cbb (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22f0ff39 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4697b963 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64319367 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2392220a (visible: true, type: DataType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31900906 (visible: true, type: DataType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2392220a (visible: true, type: DataType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27f3f8fd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5759d6c9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14e66178 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10f7ef86 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e983f33 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24fe57a0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66791d1e (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66791d1e (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66791d1e (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66791d1e (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66791d1e (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@600cc6a5 (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@600cc6a5 (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@eae1db5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3420d1a6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@778508f0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76e1dbd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6014492d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a55c8d4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e00ca06 (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@600cc6a5 (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e00ca06 (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@139e874a (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c495e61 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f2e2288 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6216df53 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ac441e0 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53966514 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73ded2d6 (visible: true, type: Enumeration_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73ded2d6 (visible: true, type: Enumeration_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73ded2d6 (visible: true, type: Enumeration_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73ded2d6 (visible: true, type: Enumeration_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73ded2d6 (visible: true, type: Enumeration_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@793e7969 (visible: true, type: Enumeration_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@793e7969 (visible: true, type: Enumeration_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27576e39 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77955fe3 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4aa0d946 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30f59c39 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60c0ac7a (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5445a062 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4aa27ac6 (visible: true, type: Enumeration_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@793e7969 (visible: true, type: Enumeration_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4aa27ac6 (visible: true, type: Enumeration_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@783b4fd (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d39648d (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36f4b899 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23eb1c53 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23aa13e9 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e9fa5ea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@544d274f (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@544d274f (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@544d274f (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@544d274f (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@544d274f (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d47086e (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d47086e (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@563cc91c (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e0df555 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c910918 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fdf7e96 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d44f49f (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@139fcac3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ef9cc58 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6456189d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fbba490 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b44bc42 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39ba47c3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b5d668e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69ec057e (visible: true, type: Enumeration_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69ec057e (visible: true, type: Enumeration_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69ec057e (visible: true, type: Enumeration_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69ec057e (visible: true, type: Enumeration_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69ec057e (visible: true, type: Enumeration_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37978da2 (visible: true, type: Enumeration_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37978da2 (visible: true, type: Enumeration_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dc1688b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@608fd716 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@601f748b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76c1c78c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@237b858c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fcdbc22 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@648bb7c7 (visible: true, type: Enumeration_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37978da2 (visible: true, type: Enumeration_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@648bb7c7 (visible: true, type: Enumeration_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a46bafd (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32db54ea (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39cca38e (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7593b4f2 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b411d75 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72ac0b54 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c2c6cf9 (visible: true, type: Signal_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c2c6cf9 (visible: true, type: Signal_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c2c6cf9 (visible: true, type: Signal_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c2c6cf9 (visible: true, type: Signal_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c2c6cf9 (visible: true, type: Signal_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43e88b67 (visible: true, type: Signal_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43e88b67 (visible: true, type: Signal_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78f6949e (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e5575a7 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50340717 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bf06b62 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6011a663 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@748670dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ee899bc (visible: true, type: Signal_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43e88b67 (visible: true, type: Signal_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ee899bc (visible: true, type: Signal_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@649f2fc0 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45a56699 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@594f9a10 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e99565f (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@253ab475 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76fab06 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b23ace7 (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b23ace7 (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b23ace7 (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b23ace7 (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b23ace7 (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@319d2b2e (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@319d2b2e (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a481998 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2354f597 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c2b0f5d (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fde3438 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bebadd6 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13854b11 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b133c72 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75d90087 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12304a73 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@84138fd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5708515a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29441ac1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@562ebedd (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@562ebedd (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@562ebedd (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@562ebedd (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@562ebedd (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59340409 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59340409 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24a884b2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@83c4333 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dec3e09 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b286c0e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ad63596 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ce59051 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bd80dcd (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59340409 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bd80dcd (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@350b118d (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dd100c1 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1aa7519d (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30435ed0 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@308a2c40 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dd29ac (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@120daabb (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@120daabb (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@120daabb (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@120daabb (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@120daabb (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61172cd3 (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61172cd3 (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60219136 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67d6b8cd (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75ed7833 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@457b9dab (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56160141 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a4be19d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a71a60e (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15585c97 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@527f83b1 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@210bed63 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bc7c7e (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f5e3135 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66d4df8d (visible: true, type: PrimitiveType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66d4df8d (visible: true, type: PrimitiveType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66d4df8d (visible: true, type: PrimitiveType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66d4df8d (visible: true, type: PrimitiveType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66d4df8d (visible: true, type: PrimitiveType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e59226a (visible: true, type: PrimitiveType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e59226a (visible: true, type: PrimitiveType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68079123 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f849685 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58eb8d58 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22e770e3 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a610525 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@594e251c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d2fd9c0 (visible: true, type: PrimitiveType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e59226a (visible: true, type: PrimitiveType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d2fd9c0 (visible: true, type: PrimitiveType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38ede201 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e43bc80 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@449df945 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bb8bb8b (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f607482 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bf19be1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42a7dad2 (visible: true, type: Property_ComponentAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42a7dad2 (visible: true, type: Property_ComponentAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42a7dad2 (visible: true, type: Property_ComponentAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42a7dad2 (visible: true, type: Property_ComponentAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42a7dad2 (visible: true, type: Property_ComponentAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70956f2d (visible: true, type: Property_ComponentAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70956f2d (visible: true, type: Property_ComponentAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d0adf5d (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f774017 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61053a6c (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@154663d (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f65c6fd (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ff59efb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@135307e1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35afdd42 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9859d19 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a41afc5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@634c45df (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32b1b070 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4301acd3 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4301acd3 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4301acd3 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4301acd3 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4301acd3 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c68effb (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c68effb (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@620a9809 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29827a41 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a6e3199 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45cb0ec2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aab6e24 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@681fa7e3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39129ab5 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d11ebc8 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a63579b (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e6c5964 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@555dd5c7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@535b9788 (visible: true, type: Property_PrimitiveTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@535b9788 (visible: true, type: Property_PrimitiveTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@535b9788 (visible: true, type: Property_PrimitiveTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@535b9788 (visible: true, type: Property_PrimitiveTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@535b9788 (visible: true, type: Property_PrimitiveTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39cf43c0 (visible: true, type: Property_PrimitiveTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39cf43c0 (visible: true, type: Property_PrimitiveTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@194ed1b8 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29125c8d (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57cea22d (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f46f421 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13502c36 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35f0c0df (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4009a85 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21d1305b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42fe50fd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@322717e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61c7db23 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a5ac51b (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a5ac51b (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a5ac51b (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a5ac51b (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a5ac51b (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e5c1837 (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e5c1837 (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32126ebb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@701d5758 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6caac874 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@591bd04e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d34a633 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d11c8f2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d8c954e (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e5c1837 (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d8c954e (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ecc32e2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52c0d99e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a8a2d31 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43b03afd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@507c27b3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6db8a59c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2eab646a (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2eab646a (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2eab646a (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2eab646a (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2eab646a (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e9de31a (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e9de31a (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@96a31bf (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b705f51 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@544cf4cf (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bca653c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3de194b2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60c075f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3487fa98 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f461326 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a7cf07a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d23bf35 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bd54867 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38da63f7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@594a2bb (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@594a2bb (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@594a2bb (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@594a2bb (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@594a2bb (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b3ecabc (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b3ecabc (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74376c81 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8f6d069 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cabac96 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@582f2c28 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70dc7177 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21406be (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22f040c8 (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b3ecabc (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22f040c8 (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1eb9665 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14e08922 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c66bd30 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@84f4e65 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33673d11 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28ee6735 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e3d74ef (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e3d74ef (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e3d74ef (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e3d74ef (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e3d74ef (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50072f43 (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50072f43 (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63de12e7 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@213b8963 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@499d2f2b (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59c49d4d (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@203fac97 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bacd1ba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77ee1c1a (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a23e9db (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fa86283 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@372372a8 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1185802c (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b25fc30 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@752146c4 (visible: true, type: Class_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@752146c4 (visible: true, type: Class_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@752146c4 (visible: true, type: Class_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@752146c4 (visible: true, type: Class_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@752146c4 (visible: true, type: Class_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@108e414c (visible: true, type: Class_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@108e414c (visible: true, type: Class_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1abb56b9 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a88d1ce (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a27c03b (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78da2731 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c1290d8 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11ed2d31 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15c26fe3 (visible: true, type: Class_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@108e414c (visible: true, type: Class_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15c26fe3 (visible: true, type: Class_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28ff92b2 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a7933e2 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34f20e4a (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@149407ad (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58bfd1d8 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ee72064 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b141e04 (visible: true, type: Operation_ComponentOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b141e04 (visible: true, type: Operation_ComponentOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b141e04 (visible: true, type: Operation_ComponentOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b141e04 (visible: true, type: Operation_ComponentOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b141e04 (visible: true, type: Operation_ComponentOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35ecd980 (visible: true, type: Operation_ComponentOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35ecd980 (visible: true, type: Operation_ComponentOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b2a3f4e (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e2c5f17 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d1019a2 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c35eb67 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@129d882b (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@785db641 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b1ea90a (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fff0ece (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@385df2e6 (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dd35361 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c9a38a2 (visible: true, type: Property_SignalAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c9a38a2 (visible: true, type: Property_SignalAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c9a38a2 (visible: true, type: Property_SignalAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c9a38a2 (visible: true, type: Property_SignalAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c9a38a2 (visible: true, type: Property_SignalAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5035dd70 (visible: true, type: Property_SignalAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5035dd70 (visible: true, type: Property_SignalAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b3cf82 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2171a182 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bc3a793 (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c9824cb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48524c14 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f3d5749 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11c2bb07 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@581ad643 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e6590df (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52917c27 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73c290f6 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73c290f6 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73c290f6 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73c290f6 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73c290f6 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29abd581 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29abd581 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ba85956 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ffb04aa (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9a77055 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19074357 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44fcf1eb (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4958454d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@195d172f (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29abd581 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@195d172f (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59fd3bcf (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71a26b5e (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ac8dda6 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b985541 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d6d413b (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c5a32e0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e84666c (visible: true, type: PrimitiveType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e84666c (visible: true, type: PrimitiveType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e84666c (visible: true, type: PrimitiveType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e84666c (visible: true, type: PrimitiveType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e84666c (visible: true, type: PrimitiveType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@de60a1b (visible: true, type: PrimitiveType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@de60a1b (visible: true, type: PrimitiveType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5aa22140 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e3e8960 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1877dcc9 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d51ba73 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37ac964c (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bf42d8f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50d04bbb (visible: true, type: PrimitiveType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@de60a1b (visible: true, type: PrimitiveType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50d04bbb (visible: true, type: PrimitiveType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14b4d304 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29868fcb (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9db0602 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38bafc9c (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78e2ee8e (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@494e707a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bd31a4f (visible: true, type: Enumeration_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bd31a4f (visible: true, type: Enumeration_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bd31a4f (visible: true, type: Enumeration_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bd31a4f (visible: true, type: Enumeration_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bd31a4f (visible: true, type: Enumeration_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45a7c647 (visible: true, type: Enumeration_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45a7c647 (visible: true, type: Enumeration_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a2952a (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9a5e48c (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bea8f24 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@badbd16 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ef0e2b (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55947809 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d8d907f (visible: true, type: Enumeration_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45a7c647 (visible: true, type: Enumeration_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d8d907f (visible: true, type: Enumeration_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2011993f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@493924cf (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@358c8904 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@760d01ae (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@568010ca (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@519abcfb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26d253b4 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26d253b4 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26d253b4 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26d253b4 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26d253b4 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b695ab1 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b695ab1 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32d0d425 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e1c3289 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50a8d5c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d838516 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78772805 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@602ac517 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5965deb2 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@80f99f8 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@151f9d46 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fda9be5 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67f90560 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59cff8a7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47d6ee48 (visible: true, type: Class_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47d6ee48 (visible: true, type: Class_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47d6ee48 (visible: true, type: Class_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47d6ee48 (visible: true, type: Class_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47d6ee48 (visible: true, type: Class_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ea72811 (visible: true, type: Class_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ea72811 (visible: true, type: Class_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b376af5 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2801d1ad (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2588655e (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@652b21d5 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e488cd1 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38ac7f24 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e9a0d9a (visible: true, type: Class_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ea72811 (visible: true, type: Class_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e9a0d9a (visible: true, type: Class_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52e88a96 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1868ca0f (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f72df5e (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57d82f0d (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c6fa6ac (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@176232e3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d461002 (visible: true, type: Interface_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d461002 (visible: true, type: Interface_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d461002 (visible: true, type: Interface_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d461002 (visible: true, type: Interface_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d461002 (visible: true, type: Interface_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@409e0963 (visible: true, type: Interface_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@409e0963 (visible: true, type: Interface_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ad95ee9 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f8a3999 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33eeadd3 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70c989aa (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a5c3e4c (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69c924d6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@239e2edb (visible: true, type: Interface_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@409e0963 (visible: true, type: Interface_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@239e2edb (visible: true, type: Interface_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eef3f48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2ff9a890 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ddf08a3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57f68489 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@630cdace (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@267efee3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fd8575b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@912cd06 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ff76a15 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c3a05df (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c950218 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76ff4c4b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27813b27 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3de5654f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c04a7e6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@680efc6d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bbed055 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32744777 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74746283 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bcb9b14 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71b8bbaa (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@328a80b8 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5605ee7b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e662e33 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a39e511 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fb35e4b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63427967 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27b2718c (visible: true, type: Substitution_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b0ba83c (visible: true, type: Substitution_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63427967 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63427967 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63427967 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63427967 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ad4dfbe (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@353a280a (visible: true, type: Substitution_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a5812c6 (visible: true, type: Substitution_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ad4dfbe (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f823e32 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41e2b541 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a03c81c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bb6e06c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61d04b04 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5790c25d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75f632b7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fa6ed2a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63e92229 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5371d3e4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45895f50 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7174a21f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30662e4b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c9fd733 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58f5c33c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72774d85 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51eb2ceb (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cf0fdf6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7aaca8c0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d96a07a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13c82826 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@444aacb7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@210a65da (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@629c2b5c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@292053ae (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27e9e78 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5173e1cb (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@292053ae (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@292053ae (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@292053ae (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@292053ae (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c6852fe (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@560fa (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fe77fb2 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c6852fe (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2d161165 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ca95253 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50520ef9 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2d161165 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@57a07b31 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28e10d09 (visible: true, type: ElementImport_AliasLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7536c356 (visible: true, type: ElementImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@57a07b31 (visible: true, type: ElementImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a7a3c9d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ab74a1f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23464dc6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c995b6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72926985 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@661eb827 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45b2ddf3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f5fb2cb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69df6101 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b5dd204 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5befda2b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36bd1bd3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1488a9a0 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3aed1faa (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ddc6f14 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b524289 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29e7fcb (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dbe310c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d492ccb (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fd50244 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e20cf4f (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70cedb5c (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30caef1d (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73cbe2c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13cfed9f (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d43c5e1 (visible: true, type: InterfaceRealization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7538a9ec (visible: true, type: InterfaceRealization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13cfed9f (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13cfed9f (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13cfed9f (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13cfed9f (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@15fe4145 (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f2052e7 (visible: true, type: InterfaceRealization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c7d3958 (visible: true, type: InterfaceRealization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@15fe4145 (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@695617a9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@100732a2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@779686e3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ee1dd19 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d5352b3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d735fe9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c4298e6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1128fdf5 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40a14b1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36337b73 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4615ba7f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38ece307 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@208c35da (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3825e6f7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fdfb84f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61cd675 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40d289fe (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64405156 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21951924 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e334da3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b832e86 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@294fa42b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@736d1097 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b88efa2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57cc6384 (visible: true, type: RedefinableTemplateSignature_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f71d6f (visible: true, type: RedefinableTemplateSignature_TemplateParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d65973f (visible: true, type: RedefinableTemplateSignature_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f3b32fc (visible: true, type: RedefinableTemplateSignature_TemplateParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e6b3df5 (visible: true, type: TemplateBinding_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ff29b86 (visible: true, type: TemplateBinding_SubstitutionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b55cc5b (visible: true, type: TemplateBinding_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e6b3df5 (visible: true, type: TemplateBinding_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e6b3df5 (visible: true, type: TemplateBinding_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e6b3df5 (visible: true, type: TemplateBinding_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e6b3df5 (visible: true, type: TemplateBinding_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6f63539d (visible: true, type: TemplateBinding_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73e35512 (visible: true, type: TemplateBinding_SubstitutionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@514cec6e (visible: true, type: TemplateBinding_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6f63539d (visible: true, type: TemplateBinding_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1becf9d6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4046d19e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13a0408a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c55be45 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d0b3177 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c232895 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a0283ba (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60a71d1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59e77604 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25f4bae7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@717557e3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e8b3a26 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ef8d6ab (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e9dbb91 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44f392cb (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22dd40e6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d2dd22f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dd474b2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c1a6e0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17d009c4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@560f3167 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e0ce175 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@431250a7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f51f8ca (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40447ea9 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b0196bd (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40447ea9 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40447ea9 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40447ea9 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40447ea9 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2cf6cd78 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@207b8145 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2cf6cd78 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e646838 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49d6d6f9 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6780f75c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34980c9f (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ef8fa68 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d89a0ea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@378e7a7e (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20ed6f06 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6104a740 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77ea6bc8 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5284b22d (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59e0a0c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44effc61 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24f48b73 (visible: true, type: PackageImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44effc61 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44effc61 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44effc61 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44effc61 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6cd7ecc4 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36cb9405 (visible: true, type: PackageImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6cd7ecc4 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7dba04c0 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79e18680 (visible: true, type: PackageImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7dba04c0 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@41c195bb (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cb0df56 (visible: true, type: PackageImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@41c195bb (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@554496ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@31de72b2 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@171e8d4c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2939ba2 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@632fc4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b375ce4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46028c12 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65e58bdf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19927dc0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38f5fa77 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a45c678 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38733b8b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b741aad (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10189347 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a4ef1ed (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@445fdf3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fb646e1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e69e714 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@243aad44 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c38c75b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5be4b5ec (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@533004ab (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c8789ec (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f27ff8a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39ef9412 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13bd32c2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1adef7f0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ce34a52 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38d4dc2a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f8ce8f1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ad77c9b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35039881 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ab34148 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e6e8032 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dbd71b0 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46c13446 (visible: true, type: Dependency_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ea9fcb1 (visible: true, type: Dependency_MultiNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41b2c04f (visible: true, type: Dependency_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@537e2202 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@67dfbdaa (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@369fb59 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28a141d8 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ab34148 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46c13446 (visible: true, type: Dependency_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@67dfbdaa (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@369fb59 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28a141d8 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d8786c5 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d8786c5 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46c13446 (visible: true, type: Dependency_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28a141d8 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@369fb59 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@67dfbdaa (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d8786c5 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46c13446 (visible: true, type: Dependency_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28a141d8 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@369fb59 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@67dfbdaa (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d8786c5 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46c13446 (visible: true, type: Dependency_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d8786c5 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@67dfbdaa (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28a141d8 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@369fb59 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10da62aa (visible: true, type: Dependency_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b2b71b5 (visible: true, type: Dependency_MultiNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@349c03f (visible: true, type: Dependency_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18a61255 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4f55faf6 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6f74fe90 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@c72b62 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c1a524a (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10da62aa (visible: true, type: Dependency_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4f55faf6 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6f74fe90 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@c72b62 (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c1a524a (visible: true, type: Dependency_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c2bba5b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15cd7a9d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77e9b3e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b0aaebe (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bf149dc (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8e3183e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cfde0ca (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d27b07c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ba21ea5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ca0e731 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7497a378 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bba780a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23d29ac6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16aade4d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@654a8ae9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64755dac (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78c4cc03 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34d51dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@307f1dbe (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2747ff0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@211c13a1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50586efa (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32495b8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@749a3f89 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35ec50c4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15a76aa9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3df39ef (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5922967d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5af8ad32 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d7e3c50 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@316fa4f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48cca256 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c1abed1 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13348684 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19a6275 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3286e6d7 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@151bd99c (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e10c621 (visible: true, type: Association_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dafd912 (visible: true, type: Association_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@740e0fe4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2dc71b3c (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@879809 (visible: true, type: Association_BranchRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a00da74 (visible: true, type: Association_BranchMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a9704de (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dcf9a03 (visible: true, type: Association_BranchRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26c06cca (visible: true, type: Association_BranchMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2d0e9c28 (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71dc0fab (visible: true, type: Association_BranchRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5524e289 (visible: true, type: Association_BranchMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@316fa4f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e10c621 (visible: true, type: Association_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2dc71b3c (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a9704de (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2d0e9c28 (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6898cfd (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@744d1a71 (visible: true, type: Association_BranchRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@313a4226 (visible: true, type: Association_BranchMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6898cfd (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e10c621 (visible: true, type: Association_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6898cfd (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2d0e9c28 (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a9704de (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2dc71b3c (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e10c621 (visible: true, type: Association_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6898cfd (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2d0e9c28 (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a9704de (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2dc71b3c (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e10c621 (visible: true, type: Association_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6898cfd (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2d0e9c28 (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a9704de (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2dc71b3c (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2970125 (visible: true, type: Association_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@105a9a31 (visible: true, type: Association_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56e1fbe7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2dbc13e1 (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77cb1d6a (visible: true, type: Association_BranchRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71303b60 (visible: true, type: Association_BranchMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6e04542f (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@200f9e63 (visible: true, type: Association_BranchRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e2d8c6a (visible: true, type: Association_BranchMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@435579ca (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3224ca4c (visible: true, type: Association_BranchRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2848420d (visible: true, type: Association_BranchMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@735c754e (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46a5bfc7 (visible: true, type: Association_BranchRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a4c7bb6 (visible: true, type: Association_BranchMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2970125 (visible: true, type: Association_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2dbc13e1 (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6e04542f (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@435579ca (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@735c754e (visible: true, type: Association_BranchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289756b0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@32e5b115 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3877bc2f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61e0db5e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@420cd321 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@708f087c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32267883 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37217633 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c38916b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36346ec6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e11f00a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ea60e74 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ddac1c2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e59d664 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@486a465b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11afb9d9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d0458d0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c5a3a5a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57215a23 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e10ad09 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f4f1860 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a8b0139 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@118a17cf (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@daf043 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68a91db9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cf139eb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@684b148f (visible: true, type: Element_ContainmentEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@684b148f (visible: true, type: Element_ContainmentEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@684b148f (visible: true, type: Element_ContainmentEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@326b502e (visible: true, type: Element_ContainmentEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@326b502e (visible: true, type: Element_ContainmentEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@321cd512 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@75dea470 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a31418c (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34318bee (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@587311f0 (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4faa4a2b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@667e1705 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b3bc212 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1786cbba (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78619458 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b95f57c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b637726 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ccc5a9c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6667a067 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bfeae29 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@529f31 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a8cc016 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7536c056 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b42c3f0 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cd0f366 (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b42c3f0 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b42c3f0 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b42c3f0 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b42c3f0 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b42c3f0 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b42c3f0 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b42c3f0 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b42c3f0 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b42c3f0 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a31418c (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b42c3f0 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@589b8c0b (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@889d3ca (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49f75e52 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cea09b7 (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@589b8c0b (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49f75e52 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2308ca1f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6e57a8e2 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64baca7b (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28232075 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18ad36b7 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2760cf4d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5642ee3 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58e12c4b (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54aede0d (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fe2518c (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19af1400 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31de88eb (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75fcb8ab (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@773af42 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ae3f38a (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40e0f1d4 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a7d8297 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3aefb9a7 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5adc5831 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b7eeed2 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6747dfcd (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@131a9f0 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52ccce16 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b0ae712 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57476990 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66d1a0d9 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57f3904d (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28966854 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4999b2df (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d16965a (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41b7d250 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11be37e3 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4af5c59 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@234caa78 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d38d135 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37cdfb74 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@628d5b9 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52df8970 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67fdd6a9 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2020eb9d (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1def4cf9 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66dea857 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a1cc8a3 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72114a88 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5be44c25 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7780bd1 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5146298c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@56bc09ff (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@322e26cf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3daf10dd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@322e26cf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@da84f6e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@322e26cf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b456f59 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@322e26cf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b684c94 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@322e26cf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dda1684 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@322e26cf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a9ac0f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@322e26cf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f5d437f (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@322e26cf GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@72f2e2a8 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5703c63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@615e9e2d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5703c63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36698885 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5703c63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5404f92d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5703c63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11d3f474 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5703c63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fd598b2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5703c63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@237b390a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5703c63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8765267 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5703c63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@146df314 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dc0ae3f (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@424774aa (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17032f77 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2029af70 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c87ad95 (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f11d5c7 (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d6e5c18 (visible: true, type: Interface_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2686a7fd (visible: true, type: Interface_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cdaa088 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2029af70 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6296aa69 (visible: true, type: DataType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6296aa69 (visible: true, type: DataType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ae0ffc7 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c57fc13 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12eccee9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69b9b49d (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@408fd4f1 (visible: true, type: Component_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78592003 (visible: true, type: Component_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@94e085 (visible: true, type: Component_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23b29544 (visible: true, type: Component_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b4e03b3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69b9b49d (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f36e545 (visible: true, type: Signal_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f36e545 (visible: true, type: Signal_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@394ddbd (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17956934 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76023d28 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b30a113 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f9cd177 (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79ff0557 (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1db20bb0 (visible: true, type: Interface_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50e2b872 (visible: true, type: Interface_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42d656df (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b30a113 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d1782b9 (visible: true, type: Interface_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d1782b9 (visible: true, type: Interface_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28d046b4 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6719731d (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58fabd27 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@284914c9 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5882c967 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bbb007b (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c8b692f (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5265a12e (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@598095e4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@284914c9 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f66a609 (visible: true, type: Enumeration_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f66a609 (visible: true, type: Enumeration_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43011422 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10a8db8f (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65df0115 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b881dd9 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dcba324 (visible: true, type: Component_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36f6a0ee (visible: true, type: Component_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69c7773f (visible: true, type: Component_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@350f8cf9 (visible: true, type: Component_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e3fb880 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b881dd9 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55250fe2 (visible: true, type: DataType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55250fe2 (visible: true, type: DataType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@661f2455 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@715368cd (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7af75c56 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59bf4b29 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21570a5e (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f03437a (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47cbeac5 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bc16694 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5703555d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59bf4b29 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fcce584 (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fcce584 (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@408c2fa6 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a443ff (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72012d8b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d676f62 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@86ee90e (visible: true, type: Component_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b8d500f (visible: true, type: Component_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ffbcb83 (visible: true, type: Component_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cba1e34 (visible: true, type: Component_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4746faa6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d676f62 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@790890c1 (visible: true, type: Enumeration_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@790890c1 (visible: true, type: Enumeration_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34aa0ad1 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1138194d (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@92d9e08 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b20530 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@175a7378 (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13a33390 (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a636c13 (visible: true, type: Interface_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d70b1de (visible: true, type: Interface_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25f4aaf2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b20530 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53325e9c (visible: true, type: Signal_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53325e9c (visible: true, type: Signal_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c6e9abe (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39a4c2b0 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@480968cf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dff60d3 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f96907d (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dd0d051 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e07cdd1 (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cde123f (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@510a921e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dff60d3 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b6259f2 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b6259f2 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34c02696 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@836a3bf (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35376456 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38217191 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@322a5d0e (visible: true, type: Component_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3222f725 (visible: true, type: Component_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4eced34f (visible: true, type: Component_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@444bc4ae (visible: true, type: Component_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2279a347 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38217191 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76d1aa97 (visible: true, type: PrimitiveType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76d1aa97 (visible: true, type: PrimitiveType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6eef7e99 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6669e9d3 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@674f455a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c461e03 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f448621 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a30cb49 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15d60a (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6da4c68d (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d1a1338 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c461e03 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ab276d8 (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ab276d8 (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e3766cb (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a5395e2 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bc7289 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9ee6a9a (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cba38c7 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fff490c (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b8c9f3b (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5df39614 (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fd6cddd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9ee6a9a (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@108367db (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@108367db (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e410089 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27cd3c55 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fa795f1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d626700 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34131a5a (visible: true, type: Component_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72daab3d (visible: true, type: Component_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11d82b64 (visible: true, type: Component_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8a6dd39 (visible: true, type: Component_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a760693 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d626700 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ac11d13 (visible: true, type: Class_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ac11d13 (visible: true, type: Class_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58b2cbef (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@164409f9 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@183c7f98 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2dfc270b (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@869e5b3 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64662805 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@502246cd (visible: true, type: Class_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@321bd22e (visible: true, type: Class_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c8fc444 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2dfc270b (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67eaa0a0 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67eaa0a0 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42b1a400 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2030bc5d (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b2bbd7f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28f22de1 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@528dc8f0 (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70b7b2dd (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34741643 (visible: true, type: Interface_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@621a7b66 (visible: true, type: Interface_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@492ddbcd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28f22de1 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bfd584d (visible: true, type: PrimitiveType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bfd584d (visible: true, type: PrimitiveType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dd71e8c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60daaf71 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7afe1bc5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52c3f616 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@135a20f9 (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e015501 (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35fb1559 (visible: true, type: Interface_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e33a3 (visible: true, type: Interface_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b636f13 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52c3f616 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52877b47 (visible: true, type: Enumeration_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52877b47 (visible: true, type: Enumeration_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77fd70ef (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e640ffe (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e896db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cbb68b5 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@480c395b (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cc802ee (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@940414f (visible: true, type: Interface_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b575ba8 (visible: true, type: Interface_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@131bd631 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cbb68b5 (visible: true, type: Interface_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c5694db (visible: true, type: Class_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c5694db (visible: true, type: Class_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71a1119b (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4380e063 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4eca53ad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11ec4652 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ec2374a (visible: true, type: Component_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@87214a8 (visible: true, type: Component_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@450f8968 (visible: true, type: Component_NestedClassifierCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@511f2599 (visible: true, type: Component_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60bd3ffc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11ec4652 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@718e55d (visible: true, type: Interface_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@718e55d (visible: true, type: Interface_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@323f0439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6ba74b17 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17f5da40 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b204f65 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7443025 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a333977 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2599d5e4 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@204bf385 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@476ac3a (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d6badb (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b3c9ba9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2937752c (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fe62464 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@117ad178 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1afd1002 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37b63e57 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dae7f70 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f36ba98 (visible: true, type: Class_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e91112e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25fdbf02 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23116c2e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6594c39a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bce9593 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42fcd886 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f8e2469 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5127a443 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c960c12 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bf75cb3 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6df5c834 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5580b6a2 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d85b7b6 (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3999ae98 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@298f4d01 (visible: true, type: AssociationClass_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@318ae4fb (visible: true, type: AssociationClass_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dc5cec4 (visible: true, type: AssociationClass_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1db9074c (visible: true, type: AssociationClass_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@643f9951 (visible: true, type: AssociationClass_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45071728 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7983c187 (visible: true, type: Property_ComponentAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d3f5f99 (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d21cc49 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b7c92a3 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@626dddf1 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@279afc9f (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26a3273b (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35fb735d (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ad1e3bd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49970295 (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@191fbf73 (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c96c937 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55801217 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@215cf586 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c33beb0 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e9a0af (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6af0a43a (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ad771fc (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2df96b67 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@739a9f08 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@df7c108 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c30d4af (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@696699b5 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d783c22 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@884a58c (visible: true, type: Operation_DataTypeOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a6743bf (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e7617ca (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76be60ef (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@206da103 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43b496d8 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f9cdf64 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@aec144 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42330807 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bd7679f (visible: true, type: PrimitiveType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@641f1310 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1401e501 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bef078e (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b607e99 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6553962b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f21fda1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d2dca4e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@663d1a09 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d56b3be (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66630b14 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bd19fb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49ff6e08 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bf0035e (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a647a1f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64ab7931 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@922dadf (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cedd623 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d56d51 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30fc0d45 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c50e2bb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f9c762f (visible: true, type: Property_ComponentAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@175799af (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a0e2aa4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35d80092 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b0960f7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d5835f2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48c170d0 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39e9cbb2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27261d83 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54a054c1 (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5699ad49 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1042d2ab (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dec2dea (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f5a6884 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15187cf0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f292f1d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e81711d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fb00a80 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5254d3b1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64698d3a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cf9c74c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bc86a2 (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1fedd860 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cd86a74 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dafb5bd (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3743f407 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39acf95f (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@191c180d (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e77c817 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e8a45c4 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49f4f174 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dcb5a1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@490e9f35 (visible: true, type: PrimitiveType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28a5bb0d (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ed6b188 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6340bed6 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5964a793 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72d6e3a9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38f67e72 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50fd9db4 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4540bfc8 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76baed4c (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ce25e86 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@758bf256 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f494d5c (visible: true, type: Enumeration_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25da76e4 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8d55131 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42f067ca (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6560e61f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b203c0a (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38444dd0 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@231c0a02 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ebde5f5 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69f39e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9760b5c (visible: true, type: Operation_PrimitiveTypeOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a01d149 (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b6e9a6b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@475f108d (visible: true, type: AssociationClass_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5de8cbfd (visible: true, type: AssociationClass_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b322550 (visible: true, type: AssociationClass_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f89ef61 (visible: true, type: AssociationClass_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9c9f153 (visible: true, type: AssociationClass_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20b572b4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e5f3fdc (visible: true, type: Operation_ComponentOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e38ab4f (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28fb1d54 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ac8edb0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ea976be (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@142d6607 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e09d825 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5698c235 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e9316f9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51a42bbf (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31a65973 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36e5c1da (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45117938 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19587899 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26c45013 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ad05252 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a1c4b2d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@334cfb39 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dc50988 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36d79c6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28a401fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5eac2083 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2583ea68 (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30a5e2e3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35e44701 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d8b2531 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bc35950 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a24eda1 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69734889 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21d4224f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1aec0aff (visible: true, type: DataType_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@669ba6da (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@696d5589 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2755a398 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63130888 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@590e7b4b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15beddd6 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41046b2d (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5afeec61 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21037ed1 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a546d08 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1123ab1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b9f6dd7 (visible: true, type: Signal_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70cbfb6b (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cbe5f84 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53085d4c (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4345a663 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4230fa9b (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@291138dd (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a244985 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57524364 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a930e33 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@717ce1fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22e28404 (visible: true, type: Interface_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ad00da8 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5bc4f0ae (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@707788e9 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@200cc7 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e9f05c5 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ee49204 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58372352 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21fc2da0 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e722020 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f5957c4 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ee8e6c (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3435c36e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@570c4afd (visible: true, type: Enumeration_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e27ae95 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fc3b7d7 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@574225af (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b51df76 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22754bd2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1378fd35 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@607bb69a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6177a3aa (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17737c2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2345438a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60daffae (visible: true, type: Enumeration_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@784b0fc (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14cf5d7d (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7da045ae (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7324d431 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36261e7 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b38fa06 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39d5df2d (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a5bc4f (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61c0e5d6 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28eba7ce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18b82a4c (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fb5ffc7 (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cadeb7a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29b0d172 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d4ab366 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3870095a (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4de17688 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@703e5bb6 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@660b6747 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31406039 (visible: true, type: Interface_InterfaceNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9281a7d (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@225467e4 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5685e4c8 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bb268b9 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8a9e5b7 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18a75cc8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@476f2a53 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79b0d9ab (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4749f764 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cd1be0a (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25fa7f26 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@547dc78c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a38619c (visible: true, type: DataType_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c91c479 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d4d7aa0 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d257192 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51d88552 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1744a0cc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45fb7dd2 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1993f4a1 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a67b6be (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e1ad9d3 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10d3a7dc (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37764649 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@730e25be (visible: true, type: Signal_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31b8101f (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57a9a1d6 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d07513 (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e7329d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50fcbc73 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@347f0689 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@733c0299 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5431f4d (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4df5714f (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@623c99de (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9682830 (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b6aba38 (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8850ef6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b279244 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d737399 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a21b29c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55066cb8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33deab3a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ef7b9de (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@cba6f6d (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a4aa25f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ec7ad02 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ccdccdc (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47cd0804 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67759d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@300c0e69 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@297f6915 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b7f92f1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6066a3c9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ce03a16 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c216536 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19677996 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6860a719 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@577543dc (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@508db0b1 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@88d570e (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79265464 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36e0dbb6 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d77185d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@753af018 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7598fd4a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ccca5f1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4be1be63 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d01fac6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3add7fa5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c659a79 (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b6c8bfa (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b51da89 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f40c24a (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24658b6f (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2aede76f (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a3237b3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b614a19 (visible: true, type: Property_SignalAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60b2dfd9 (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30dee8e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32899b3d (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@629692ff (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20d021c1 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79c66bf5 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6edd623d (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32018cc0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59f595c9 (visible: true, type: Class_ComponentNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b000da5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e48358 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a30f8f9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a40b2b6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18c2d966 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d51810f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1cd395bb (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6394ef97 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b25d75b (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@434f14ce (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65acb6c3 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6eaaea01 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e62955a (visible: true, type: Operation_ComponentOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34a5f31d (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3faf00c7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c509734 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cca058b (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@273430dd (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50be232 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30ea94b3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@619f3831 (visible: true, type: Property_PrimitiveTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39ac180f (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a3b2b87 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@76d2ce79 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@316b76e4 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25dbc726 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75bbbb8 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65e45cd6 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70e42233 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6187f2b2 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79cdf858 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a0a1f3f (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34d0a9a7 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6363476e (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44741e8f (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35d4aaa4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c59eb2c (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@435db781 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70c7a61f (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20006864 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33e376dc (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@253968dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14db111e (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@299b7c22 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@873e5b (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6142964b (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cca4cdc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@269f929b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d679471 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52da8bf1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@555710fd (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5269ab39 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fb2b16d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ad7c4e5 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17f1842a (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@232f2b52 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26be061f (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fdbc58a (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50614294 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@118c7551 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f3f3c88 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@260dff74 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47df258f (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@710cdbd9 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b51e764 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56e4f26f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ea746a6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71590d61 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ba48a64 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53a34f1d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ded73d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64391381 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76ef8e13 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b089d39 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18a56d8d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77b8e0db (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45dad7b1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@be94109 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19b4598b (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ebeb6b9 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73ac5a61 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17eb423c (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5128b315 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d1cf799 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b984ec7 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c5425fb (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ab08dfa (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58858f14 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b82112c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@188c3dff (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ca6e60d (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5de30163 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e2e3b3c (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@517cc4d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72164c34 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22005486 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50328d3a (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@324e2a9b (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30d4b6bc (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58f96955 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f5155a6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@703e40fd (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5249cc3f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e2b7f7f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37ac59fe (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d749848 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ca185c (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ca5f3f1 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12013f90 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@186b3d9e (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a0e8f61 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4aef27c9 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68b4035 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@386c3b6f (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2986ed47 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b5bdd52 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c320c1e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16b0665f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5610ee80 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@514a4b9d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38818cbe (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42f53c45 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6240ae59 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@315f8b26 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1eb208fb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e319602 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7299a15e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@643e6cb5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e34ac27 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50463a55 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7767c0b4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@37b73916 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f4d5aaf (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@863d181 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62a4eddd (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@406b30a5 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@181dcda6 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47dfa406 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1683c707 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e45a42b (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d04e5e6 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7623233c (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54cb8517 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@298d006f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e48c035 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41651cf2 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20126047 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3718f489 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76873e25 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74ec54b4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38d7e5a2 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35670a39 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49eb8ea7 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77e11b03 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c389f (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52b8b0fa (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e2a49de (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41949e6a (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13643f92 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@537a5cfa (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cc81a1b (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@229d3f6b (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@795405f5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@599c51f9 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@369c710 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21ada40f (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62b185a5 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e12abff (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31b8fae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1374ebe (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ca082d9 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f46ba27 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48b2824a (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e90ac3e (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2175d63b (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2393ea79 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d9cedb4 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@663be31f (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b7d5384 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a63d129 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bd02719 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2db8fc65 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31808d53 (visible: true, type: Property_ComponentAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3231f2ae (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@368210ab (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15767802 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2110146d (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@727d21ea (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60e3d0e0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@222fcbe (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@389db635 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31479cd3 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@201f9b5e (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41c9e0cd (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f78320e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@575c4955 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57ce7239 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@afe5dda (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@426cc392 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53d74bcc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57bdb141 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11cced1a (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64e40402 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@141b9222 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23276f9b (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@267a691d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3986bcf5 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cd9f5b6 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1375484d (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7451c2d0 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52cbf9ad (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f86e946 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@70eda890 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17537209 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bc4d0dd (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@630d87ef (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bcabfd3 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7850f5a0 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e68fc9d (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e990ded (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d00798a (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3412783c (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b5e72be (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d19c61d (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54b13fd5 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ec08bca (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29efef15 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@739b46f1 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ac0e403 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b52b1f7 (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7eaef382 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38dd0ae5 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13cd0f6c (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f0ad14d (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@732cbb35 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e5b41dd (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29600d1f (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4763eec1 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b6cd82c (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41901ec6 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@679ada7d (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@506019ba (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28b6bd3e (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58ca8542 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f294345 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cd1dba6 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c2e59c4 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36f0fba3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@648ce4cf (visible: true, type: Operation_ComponentOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7128aec0 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67c159db (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@668ede95 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a470eac (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57bd440b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fd5d893 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@259fb247 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f12a7dd (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14be9fca (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e909b09 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3dca7af7 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b728bd0 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4eafe4ab (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5edb0bd8 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2022b0b5 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c8c3f1 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6eba56fd (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d09e988 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23758550 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11f11f66 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@279ed7af (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78d290c0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b849bab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d0a3fa0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2342723e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a72a1b7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c59bcb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@441b94bd (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54a59abd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59b847e2 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45ca9a53 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a4dba67 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3acd1bed (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@614ce478 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3865c26b (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47020b2d (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3be5f045 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bc143b9 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cc1ce49 (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e7932b0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a4cbbb7 (visible: true, type: Property_SignalAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7762fb93 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4509be4f (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7eb47a96 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78211d9 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ab55ca8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ee41f15 (visible: true, type: Operation_DataTypeOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cff7f90 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@703faf26 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fe46457 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b216fdf (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70aab89d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f3eca24 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7432f42f (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61449c0a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a50d07d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@693cf3cd (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f66f321 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bdfc369 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ac0a837 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a065e78 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69d917c4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78a6b93d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4590a63 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d121a51 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a47a56e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76a24ed (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79f60df2 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c9512a1 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51d63a1a (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@124aae0b (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21afc687 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c07d370 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fe25c09 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39d251ef (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ff5d6bb (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74258446 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b07e701 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20f93947 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fbedfe1 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6816132f (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26c4df1d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1de66233 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d84bb25 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6211041c (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38d9460e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6e63214f (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d4a2f82 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c33ac38 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@739402ab (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28683461 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@743cfb0f (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c7c0e33 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bf787b2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1071dd38 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20168b50 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@80fa32a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b51faae (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6127804a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2560983 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3790ac7c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@114dcca4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c01a70a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49182159 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f96d9d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f5e77b (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e3e9d2f (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@695f8e67 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76788d2f (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c084595 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bbc1409 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7583b338 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cd2f1b8 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@781de11 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fe5a2d4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29e71412 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d7a6026 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@196bf7b7 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1140cdf1 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b87557d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11554598 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8b42530 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b154936 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78b7fedb (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b303067 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@454a947 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f6e319e (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d4a3dcf (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28d20e83 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67550042 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@385a0d6f (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@537e3669 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43005c0a (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b04a025 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f93dd6f (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6545defc (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14404b84 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48562920 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ca0be09 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bc366e5 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c93d6da (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cccdace (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63e64c14 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74a40b2c (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24915905 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@305cf715 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@209cbe88 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38fb8a69 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f56dbe1 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b514728 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a0397fd (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9f7f862 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b4e2b13 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4af30911 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e7b725e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73277367 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2022de35 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48ca5587 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ea680a8 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e82ca6d (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dc9484a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e45259e (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bbf2af6 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37bdded4 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75a04d03 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50300035 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@776cb53f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59ded6ff (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44365169 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27add0bd (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fb07774 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f7270d (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25d5000f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d5fac2b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fd80d50 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5922092b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@250e71cf (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c5b633b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62ee447f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24c97743 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77184332 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@560c9e9d (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fab7 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1839d418 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c214024 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c0a4691 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56b4b8f5 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63708fe2 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@386a9e9e (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58375eca (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cc736a (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ad7a22d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@30b2db5e (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23560ca7 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e9652e7 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@205cebf6 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b6356b8 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48df02aa (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f8ec1c3 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27877f5a (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@393a4710 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34b9e091 (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d028bad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32bf202a (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@456b5dda (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@678677e2 (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b62bc13 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@25d636b7 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70d850f8 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5738a530 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f9320b (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fd25782 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@532efc8a (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@589b1fa2 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fe745b4 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cf1b540 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3439612b (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46acce21 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40907ae9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f6bd7b (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f6e692a (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@722833f7 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9f7ec22 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bb721c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2c5b9c5d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e765ebe (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39bf93d0 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e9da6ba (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49563325 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cf649f7 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38ec3f2c (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42af9537 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75f8cd0e (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ea538e8 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f09d04c (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46448c72 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43903075 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7845d5cb (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6306206f (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72c5f684 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2580a129 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56d309e6 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fa16ffc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@609c1350 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16658c6d (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38f48729 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25e0b433 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3707946a (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6aedcdd8 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e1454c9 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@201982c1 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21b42fc2 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e313332 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15d5d554 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@535a639a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ab31c48 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f7787b6 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3811e7c3 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3620bb9 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@355c530b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@750ea018 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c1f0aee (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@577fbf3f (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f914980 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bc7cf74 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bb7fbb4 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5521cf6b (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79166c3b (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26a9759b (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72bd2366 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2468dd06 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@350a0d20 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74753272 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@753c1cb7 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cc8b7a2 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6af9f4db (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d82afd3 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@344bd0b4 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a498592 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7466f5b0 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48915166 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b441eef (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f183b79 (visible: true, type: Property_PrimitiveTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@594d441c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47838745 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66fdf001 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44aeffa9 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b0d0480 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d21b984 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67e71f39 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54192034 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23de0ef6 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e544a38 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73410c7d (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31c7f754 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e916f45 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@516e1a9e (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45d03eb1 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44b5b953 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61e0c7e7 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a666ca0 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52f29a5d (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15edb01b (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3eaa4f2 (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b3d534 (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e898e48 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5827362c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ec42da4 (visible: true, type: Operation_PrimitiveTypeOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e3f7379 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@321c11a8 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5125aab2 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f2f86e3 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@263a5ecc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47cb3b9b (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56704b87 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@620cd616 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e359be6 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45eb6681 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16a98cb9 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d4318ca (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18f77d9e (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f4a07c2 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6994f75d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e709ae4 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1148a51b (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@116fa98d (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a21b3d1 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@540f3d61 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@47e9fab6 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41107a80 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@310c8d60 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ebd0ca0 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62e019ca (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15fa394c (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57eaab04 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e357ef9 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3034f71d (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55ed9c62 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6959efcf (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@727bfef0 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@acefe28 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30627285 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7481c693 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30496054 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@296d24bc (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5116b6a1 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55e193a2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bdc4f60 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@283fa865 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@293fffba (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ebdd67c (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bebf38c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12d1d550 (visible: true, type: Property_DataTypeAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bd6a4d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a2d1844 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e9d67fe (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3860e16 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a08f5a8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ef6f3f7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a1b1d3b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a23b878 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b9306d4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b3b8a87 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@416ab112 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12c685ea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b92271d (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1eec1739 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28062090 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b7bab32 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3552ff03 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17c9bc26 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@532bf9ad (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a5e0337 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49f7009 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@392630ae (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@511f488d (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32df415e (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@417fb48 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4cbd7239 (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c73f64c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@dbb34f1 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7159a0d6 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fb4e5a1 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53397ced (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a163b4 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15508ed4 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f176f36 (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44973abd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@232e7672 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f90af0e (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f569ed8 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@641291f7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@137bbba (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5af7bfcf (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@267106f3 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4659b479 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33640a41 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2429644c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15e166b4 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b98d62e (visible: true, type: InformationItem_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e60b17d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@760deb3b (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66c78493 (visible: true, type: TimeObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d09ab4 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@355b7c43 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7567ee46 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ce4f2dc (visible: true, type: DurationObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@106270c9 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9ddff31 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5db5144c (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@603b515e (visible: true, type: InstanceSpecification_SlotCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@729be2fd (visible: true, type: InstanceSpecification_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f75da8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a8381f4 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@503b2ad5 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ac5cf04 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d6a7f03 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b24632c (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e5efb22 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@126ebaba (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59d00c52 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cf89f62 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47911495 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e71520c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@175c1c01 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61057a45 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cabf35 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4cb998b4 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37e41c87 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26ab6223 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@213f3bec (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36fcf131 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@135e9deb (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69c08a64 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6003400 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@487708fe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33c4f159 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3de9743e (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7870fadb (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dc013b2 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e1b4ced (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4699f90c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@b935854 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e0d0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@503c300a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6954689e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d09ee2b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@435df844 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75471b78 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49ced532 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13fff6df (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dc21118 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59825652 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16c95fa0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ddcc530 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c41a4e6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c4c6ed1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@518a6fe2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51b7d49c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e010ba (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b8db84a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@519a7af8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19b6bb9b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8fe32de (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@383f2d96 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ba55b7e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13807ae6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2a12a63c (visible: true, type: AssociationClass_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25e1c85 (visible: true, type: AssociationClass_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d98f4b4 (visible: true, type: AssociationClass_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28de1575 (visible: true, type: AssociationClass_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@134f0fc7 (visible: true, type: AssociationClass_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72fc7300 (visible: true, type: AssociationClass_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ec44063 (visible: true, type: AssociationClass_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77ed4202 (visible: true, type: AssociationClass_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d4d849b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1544edf1 (visible: true, type: AssociationClass_TetherEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2a12a63c (visible: true, type: AssociationClass_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28de1575 (visible: true, type: AssociationClass_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1544edf1 (visible: true, type: AssociationClass_TetherEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28de1575 (visible: true, type: AssociationClass_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2a12a63c (visible: true, type: AssociationClass_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1544edf1 (visible: true, type: AssociationClass_TetherEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28de1575 (visible: true, type: AssociationClass_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2a12a63c (visible: true, type: AssociationClass_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1544edf1 (visible: true, type: AssociationClass_TetherEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28de1575 (visible: true, type: AssociationClass_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1544edf1 (visible: true, type: AssociationClass_TetherEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2a12a63c (visible: true, type: AssociationClass_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c1c32e9 (visible: true, type: AssociationClass_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ddd6f0b (visible: true, type: AssociationClass_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4475275c (visible: true, type: AssociationClass_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@370670ca (visible: true, type: AssociationClass_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fb886c4 (visible: true, type: AssociationClass_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37b37856 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2f1a5471 (visible: true, type: AssociationClass_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fe8d7cb (visible: true, type: AssociationClass_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@141186d4 (visible: true, type: AssociationClass_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@584317a4 (visible: true, type: AssociationClass_TetherEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c1c32e9 (visible: true, type: AssociationClass_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2f1a5471 (visible: true, type: AssociationClass_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@584317a4 (visible: true, type: AssociationClass_TetherEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49f63a13 (visible: true, type: AssociationClass_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f493262 (visible: true, type: AssociationClass_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a0757ee (visible: true, type: AssociationClass_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@440d2ad1 (visible: true, type: AssociationClass_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b4604bc (visible: true, type: AssociationClass_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c3441c4 (visible: true, type: AssociationClass_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4237a421 (visible: true, type: AssociationClass_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d6a99c (visible: true, type: AssociationClass_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44abe484 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34dce3e9 (visible: true, type: AssociationClass_TetherEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49f63a13 (visible: true, type: AssociationClass_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@440d2ad1 (visible: true, type: AssociationClass_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34dce3e9 (visible: true, type: AssociationClass_TetherEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@797cfd72 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2b6a241d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26d5d805 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ece295 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60a6c7b4 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32af3919 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34cad7cb (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f1ebc7c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ec03b1f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@113b0c4 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47854109 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40c2acb4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48f989ab (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ebfca41 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ea9483d (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@397606e (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cd2dc76 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@195ca10e (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69810d1d (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6abeb82a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62c11cc1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a989733 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48cf3308 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13129c85 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ecb9246 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e4ad0f9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71ff1679 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cbb212e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@370bc58a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20ae3093 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7676ef4b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43bf5588 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53d42cbf (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3146b6d8 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@694e49fe (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e40ac37 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aadd583 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@654c9944 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4575267 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22345f62 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c44a4c6 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e2cc8e3 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17fd08e5 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11a34ebe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5342fd8f (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2189e233 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@752f7541 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d43b4bf (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26be4307 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38a43076 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2acb080c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@550471ce (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@504a8418 (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e110aa1 (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d7562b7 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f4fecdf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cba9a37 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@22c05b03 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f0d1b5e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62c6b86e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f7fb92c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6819a1b3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bc1bec (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27100bde (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15f3e810 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a0d23b (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@476886a7 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2db5d20 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b0ed424 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47efc383 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ef37d22 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d6a09ad (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60ef6fdc (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50005488 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28a602fa (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4708670d (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c088ee6 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6af4e0c3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22c9ced1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a3fd11 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@194820de (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b73afd2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41f0cd4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18a17f0c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6aa6198c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f7eff35 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12e4e1c3 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d3dbe6c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69c0d111 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@102331e6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52d49231 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@244f81ea (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1491d4d2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33aa70b1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a2c5b65 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@701de71a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ed78361 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@685b853f (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35ce2854 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c1ca11a (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cda90f0 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38eaf9c0 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4353db30 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@616523df (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c15150e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c76c1fc (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ff20ee3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@100fd7b6 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2585b1c2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53d883ae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3dfa85dd (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c3f3746 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a1cc971 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f3060e8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e0e851a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3429ed1a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a631d69 (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38f24246 (visible: true, type: InstanceSpecification_SlotCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47bd446b (visible: true, type: InstanceSpecification_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@268d33a0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@771d70eb (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b37560f (visible: true, type: InstanceSpecification_SlotCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@310e31a2 (visible: true, type: InstanceSpecification_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2106cd8e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11366b43 (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ddde38d (visible: true, type: InstanceSpecification_SlotCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7193e3f9 (visible: true, type: InstanceSpecification_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@734de4d5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@284763c8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@489d2f20 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69e710e5 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b1e15d8 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b7f7c6b (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7487fbc7 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f81d04d (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@284763c8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@353de0eb (visible: true, type: InstanceSpecification_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e728060 (visible: true, type: InstanceSpecification_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27bd7d7e (visible: true, type: InstanceSpecification_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@353de0eb (visible: true, type: InstanceSpecification_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@286b63b4 (visible: true, type: InstanceSpecification_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@548cdaf6 (visible: true, type: InstanceSpecification_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74ba43ce (visible: true, type: InstanceSpecification_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@286b63b4 (visible: true, type: InstanceSpecification_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a70b0c7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@22b6b95a (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58f657e3 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62aa8d75 (visible: true, type: Signal_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@675b4f25 (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1963b9b1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e53338c (visible: true, type: RedefinableTemplateSignature_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@283c6033 (visible: true, type: RedefinableTemplateSignature_TemplateParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10dda215 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@454dc5ba (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@219f280b (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fee2695 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57394e83 (visible: true, type: RedefinableTemplateSignature_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c9c3a14 (visible: true, type: RedefinableTemplateSignature_TemplateParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@499d00b5 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fce4a97 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@593ce91a (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@126bc3b2 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a1e03c9 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7939f8c4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f994664 (visible: true, type: RedefinableTemplateSignature_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d8e10cc (visible: true, type: RedefinableTemplateSignature_TemplateParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@701ad235 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f06dbf8 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2078999f (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47aa3399 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@204f07b5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@463e2bb6 (visible: true, type: RedefinableTemplateSignature_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f4ec4a2 (visible: true, type: RedefinableTemplateSignature_TemplateParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2abcf3e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@506c190d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2152a08 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c77c756 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e6cecee (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e34da69 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41b7a9b4 (visible: true, type: RedefinableTemplateSignature_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15ea406e (visible: true, type: RedefinableTemplateSignature_TemplateParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74a9c7b3 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dce5079 (visible: true, type: Component_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a802b0e (visible: true, type: Component_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d54390e (visible: true, type: Component_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bd388ba (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@297006f2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42d65db7 (visible: true, type: RedefinableTemplateSignature_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39f288c (visible: true, type: RedefinableTemplateSignature_TemplateParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@461b4dc7 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11a8fc0d (visible: true, type: PrimitiveType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e1519c (visible: true, type: PrimitiveType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51f2f097 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f8884ce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@471c110b (visible: true, type: RedefinableTemplateSignature_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e20a09c (visible: true, type: RedefinableTemplateSignature_TemplateParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6aa7f29e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3f6eb890 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e6d187a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52fd8d14 (visible: true, type: Diagram_ShortcutShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e6d187a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69bdf726 (visible: true, type: Diagram_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e6d187a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52fd8d14 (visible: true, type: Diagram_ShortcutShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7e6d187a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3f0795fb (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Diagram1, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56d62c2c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27a8ba4 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e6095d3 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@373345ee (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44dcde7c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@115f08cf (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7113b06f (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4dc7911 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6263a944 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7a1c8fe (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14be4731 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14918978 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6af45a0f (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29b0084f (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@382a867a (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fc9832a (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d4104fb (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b81dea8 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@504fd3b5 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54a7dcb4 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@325bcc41 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ce4badc (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68261a2a (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@39efc81 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@265ed424 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17a45a53 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b7c6199 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fbd71eb (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4904f3b4 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5870eb74 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f0fe02 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26cf1055 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d778454 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17e29525 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@280c82e4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26c2a8a7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a59dee2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68cec841 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@338f837d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17613b97 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32cf2b49 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2979c020 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2260034d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Diagram1, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a185bd0 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58cd563b (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@445a61d0 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c11ebea (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3421b6d7 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51e3695a (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cdbc353 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1be9a265 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@104dd8bb (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@821a411 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cd8dbcc (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d81847 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fd08a78 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42fe3a37 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2807a265 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d4c71c1 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59247f56 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7debded6 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6047509d (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57431bca (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@674d0d9f (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3064e1ae (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ade731b (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@21419638 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e065813 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@204e9424 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c21b3a8 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1550adf7 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7df895df (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a6a40fe (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27deaf23 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@156b9a8c (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a3d90d3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74dd71b9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@235415c1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77a827d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b68b7d1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fb2ad43 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bf34ab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d5c85a6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c5042a5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@89470e5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2854eb6e (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClosedDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72a9f6a6 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3aac7df0 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24104843 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@855b59c (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@aaf507d (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d4e06be (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a061e49 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9b886dd (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@283958ec (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@259803e8 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3935d4c1 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@757de4c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20947fa1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e8ff998 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55373a13 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3073134c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cbb85b5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e24a1d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4adc64e6 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ConstraintClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@405e2260 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37f7878 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@405e2260 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d166cde (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@405e2260 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bc99052 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@405e2260 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a929257 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@405e2260 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d63fb27 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@405e2260 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@65c229c9 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@405e2260 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75265a42 (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@405e2260 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6170c324 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@405e2260 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63d06dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@405e2260 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b52480c (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@405e2260 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51585fea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@405e2260 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b20692 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@405e2260 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3457f2c2 (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@405e2260 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3eb60152 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ConstraintClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f3989ef (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15f4595d (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c7c11aa (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d0edbd8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@aa0a8f8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68afd70f (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bea234a (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5709a67c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48964be3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ad2ef06 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@336cf977 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28391c4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b8310d1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3df0ece2 (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7febc546 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13b27391 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c0f588b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@735b9ffb (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12b26195 (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47c730f0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@401aaf9f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@519fe0e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75cc63eb (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@519fe0e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11a0659d (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@519fe0e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c948709 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@519fe0e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f225cbf (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@519fe0e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cdc6f6a (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@519fe0e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2031fbd0 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@519fe0e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78aeebc (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@519fe0e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50030e3f (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@519fe0e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c49703b (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@519fe0e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66aca97 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@519fe0e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13afbee9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@519fe0e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f8f4da5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@519fe0e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cdc6f6a (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@519fe0e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@14e3ff70 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14d543f5 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cc5692f (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30c85a8a (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52f1df9 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f792d9 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16fcd653 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41b3968b (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f21dd44 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b5640bc (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cb742c4 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d7c22a4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@548cbbdf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16fcd653 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f792d9 (visible: true, type: EnumerationLiteral_LiteralLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c37ec2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@64c5f050 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a71a729 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23b00d96 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@125299fb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67771278 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b448bff (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a707714 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d5a534c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d1468cd (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@78a23d1a (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@736dcd84 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@673476c6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a1763e0 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d1d2f4a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4abcf626 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4425cd20 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e6a7b7c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d912d60 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@440226f4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d4e007f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2629829f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5be3aeee (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12d5158b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3fe90f1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@28de4585 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dce8161 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@228a7203 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@774867ca (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29b4ea50 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5af02215 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4999d9a2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16948fbb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@531b8184 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e40fa7e (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4da6cb2e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32cd6ce7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29f88419 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1efa5364 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b73a42e (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b6afb13 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53399ed8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@823fee0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8853382 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55b670ea (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@735780c3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4618de7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fa29fa0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b73a42e (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e40fa7e (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6be26cce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5ed9a2bb (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e0567e3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e91a6ca (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77737fd6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d92fb2c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2208d1c3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@108f6bd3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16ff9af5 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3251685b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@147e0422 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78cb9142 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c0f8fed (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41968689 (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ed10c50 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cf38d6b (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e2df506 (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72c32464 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dff7866 (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f9a21e5 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@9ccf9b7 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a1311c2 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fc6f061 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d0162a6 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2171a0f9 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10b72b6d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d69c06c (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@257ce270 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@253c9bfa (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72fcfb5a (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63cbed4b (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fbd4a2c (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@584157de (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@555ec672 (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d4b863 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1a5107c8 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5288b909 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@594e03dc (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c373c22 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e25e15a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73901135 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1af43fb7 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b1d1faf (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7201ae54 (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ca5e1a3 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55935d16 (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2552b2bd (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48fdbd22 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11235a6f (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7accd1a0 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@644e1d6d (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f33498e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fe677a0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dce20a4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a139fdb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@45d8128d (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46401ece (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29ac768e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55b471fb (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ef816c4 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e50041b (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62d572cb (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73dfe6ca (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ad925c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d42c579 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61b19d75 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39b514ba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48fdbd22 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@584157de (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d4b863 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7201ae54 (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b1d1faf (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fbd4a2c (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2552b2bd (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7accd1a0 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11235a6f (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@555ec672 (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@257ce270 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@253c9bfa (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ca5e1a3 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72fcfb5a (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d69c06c (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55935d16 (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1af43fb7 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63cbed4b (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce3d53e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@41fcef73 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26b4d88f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@880c5ea (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58c78803 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@546532c9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f68c837 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f6be712 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79bac3ed (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7982960e (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a31c7a2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@726eada9 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12743153 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@740ef409 (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29a8ae82 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@290be259 (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61134f85 (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42a480cb (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d678dea (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2228a554 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@773bf1f1 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@192d98d9 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39d0b840 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@722dac15 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@400899e3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fd0a695 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24c7f45d (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b638b05 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ddf5516 (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f4b5576 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f11fef2 (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10ba0cbb (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@161fd430 (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b2e122a (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f9e8fd7 (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@35e9798d (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@191bfa0f (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2403e0d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9eb2a55 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b29f4cf (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73c85d43 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20ca056a (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a2b7a44 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@559b7c17 (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a32bfaa (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40b7e7b8 (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e74a6d9 (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e07694e (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@103a662f (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4280b95d (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e34c168 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37fbff8f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@aa9f86c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a052315 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3974d539 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44972216 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52b829a7 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16d89458 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7099a46d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@babb2f1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74bcd0a8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c2c0db8 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70579730 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f103166 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b2a4fb6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5adf8bb3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6af0140d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40b7e7b8 (visible: true, type: PrimitiveType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a2b7a44 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4280b95d (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e74a6d9 (visible: true, type: Signal_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@559b7c17 (visible: true, type: Reception_ReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e07694e (visible: true, type: Interface_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a32bfaa (visible: true, type: Class_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@103a662f (visible: true, type: DataType_ClassNestedClassifierLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20ca056a (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a475735 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@62eb312 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b33107a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63bd053c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74c9a63a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bfa3c00 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d7860b2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25fe6376 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19751a55 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d17f676 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cae2d9c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2eb48be4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@118604a6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14fc2ed3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@11d83ccb (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f0205d0 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77435392 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b50d035 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b4725f3 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29081a7b (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54b32d60 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13465793 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12a731eb (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27097d50 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ca017f2 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53b7d6d1 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@624eecef (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@769f7fcb (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13465793 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59e740ea (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79cfd433 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4972de90 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12395bf4 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e8c28de (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2aca586e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@793b9536 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d272cfa (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56705eb1 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52a436df (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33bba9c3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c05e5a5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@529bdba7 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4aa906c9 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2afa516a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ba6ca83 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28c17e37 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4435ace0 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@775c1ef7 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7823947 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@81c6a21 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b01c053 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51f0adca (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d20ad2d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61da3e66 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2c91efc8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67af4381 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b9d373 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@526ce204 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42450c30 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28084183 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@171ee255 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2c91efc8 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@327d8b6f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77a1d00c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f506450 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fcb20cb (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fc04db2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2742de8a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b9d0da4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23ada502 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55247f38 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a670986 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79e8bf72 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b77ac4a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@67bb5543 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a060315 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6668954a (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@245e1144 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6383c4b1 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c0b740f (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5eb4f5d7 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43b29613 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ae46857 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d363cee (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56422903 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@302b05bb (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a1a42d1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ab9d02b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e79ee05 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@da22569 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@696182ff (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@256ab390 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1243fb5b (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@217c542c (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ab9d02b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f332fac GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@b64c1ba (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3577bd14 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5faf9eb1 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c7f1be7 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@617a2fdc (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74b2bfe8 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30a0aef2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@189fc0cb (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ba03360 (visible: true, type: AddVariableValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@664a0a7b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@189fc0cb (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7347bd6 (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11bf9689 (visible: true, type: AddVariableValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f236f06 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7347bd6 (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7347bd6 (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@189fc0cb (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@189fc0cb (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@189fc0cb (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bae34bc (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43c20708 (visible: true, type: AddVariableValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@320cf4c4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bae34bc (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46961559 (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1993bdc1 (visible: true, type: AddVariableValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57d3f75d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46961559 (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1147e8f5 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f00df2b (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7997c8c3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72d29838 (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49d99073 (visible: true, type: DestroyObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4682121 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72d29838 (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@978040a (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@480bc7a (visible: true, type: DestroyObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@333b13fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@978040a (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@978040a (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72d29838 (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72d29838 (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72d29838 (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53bebba7 (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23b889d5 (visible: true, type: DestroyObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ec595dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53bebba7 (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1897aa16 (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a2d508a (visible: true, type: DestroyObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@405c919a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1897aa16 (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ae9a646 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7befb221 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b629de5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51945e08 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@542140c6 (visible: true, type: DecisionNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56974f0 (visible: true, type: DecisionNode_DecisionInputLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b6eac9a (visible: true, type: DecisionNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ee03748 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51945e08 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34ab84b9 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57a241d8 (visible: true, type: DecisionNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71018a7a (visible: true, type: DecisionNode_DecisionInputLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@733225ce (visible: true, type: DecisionNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@671f70fc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34ab84b9 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34ab84b9 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51945e08 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51945e08 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51945e08 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64b5676e (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@221fa21 (visible: true, type: DecisionNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16e2ada (visible: true, type: DecisionNode_DecisionInputLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b925593 (visible: true, type: DecisionNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bb9de1f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64b5676e (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@201cd907 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3498d803 (visible: true, type: DecisionNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fe8d58d (visible: true, type: DecisionNode_DecisionInputLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68cd6ec5 (visible: true, type: DecisionNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21499a3e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@201cd907 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2de3a41c (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69f45ccc (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b89ce05 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37b260bf (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cb0271d (visible: true, type: ReadStructuralFeatureAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d0f46b6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a7009b4 (visible: true, type: InputPin_ReadStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c3f5ed6 (visible: true, type: InputPin_ReadStructuralFeatureActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e8de5d (visible: true, type: InputPin_ReadStructuralFeatureActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37b260bf (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: true) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@669eb5d2 (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26411424 (visible: true, type: ReadStructuralFeatureAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e0bdfd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f9175ca (visible: true, type: InputPin_ReadStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5069079d (visible: true, type: InputPin_ReadStructuralFeatureActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28e4a0a1 (visible: true, type: InputPin_ReadStructuralFeatureActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@669eb5d2 (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: true) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@669eb5d2 (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f9175ca (visible: true, type: InputPin_ReadStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37b260bf (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a7009b4 (visible: true, type: InputPin_ReadStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37b260bf (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a7009b4 (visible: true, type: InputPin_ReadStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37b260bf (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a7009b4 (visible: true, type: InputPin_ReadStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@670b099d (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a868e09 (visible: true, type: ReadStructuralFeatureAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1db28db8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2662595b (visible: true, type: InputPin_ReadStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49a5ff75 (visible: true, type: InputPin_ReadStructuralFeatureActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bf60715 (visible: true, type: InputPin_ReadStructuralFeatureActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@670b099d (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: true) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16f1f359 (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a0af8dd (visible: true, type: ReadStructuralFeatureAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b787203 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1fb05546 (visible: true, type: InputPin_ReadStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31c88ce9 (visible: true, type: InputPin_ReadStructuralFeatureActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@541a0f7c (visible: true, type: InputPin_ReadStructuralFeatureActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16f1f359 (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: true) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55966382 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5372cf2b (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42f8a4ef (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63b0e71 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@130d8119 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14355dfa (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e9293d5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63b0e71 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@432bf626 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@631a30d4 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fc23bea (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b46bdaa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@432bf626 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@432bf626 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63b0e71 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63b0e71 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63b0e71 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@770f817d (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@683e11c1 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d831e46 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ba107c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@770f817d (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@389a8f5f (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20e4ef3e (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bb1ec95 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@470c0bc4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@389a8f5f (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fa8367f (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ad2f2a8 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@219510f1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ebc0380 (visible: true, type: ValueSpecificationAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d5251b2 (visible: true, type: ValueSpecificationAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@584058e6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20c09a5b (visible: true, type: OutputPin_ValueSpecificationActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aaf6c53 (visible: true, type: OutputPin_ValueSpecificationActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7695c6c7 (visible: true, type: OutputPin_ValueSpecificationActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ebc0380 (visible: true, type: ValueSpecificationAction_Shape, mutable: true) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42f9e9cc (visible: true, type: ValueSpecificationAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6933ade7 (visible: true, type: ValueSpecificationAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@661174c6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@320bee55 (visible: true, type: OutputPin_ValueSpecificationActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e5d2463 (visible: true, type: OutputPin_ValueSpecificationActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b7b3cde (visible: true, type: OutputPin_ValueSpecificationActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42f9e9cc (visible: true, type: ValueSpecificationAction_Shape, mutable: true) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42f9e9cc (visible: true, type: ValueSpecificationAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@320bee55 (visible: true, type: OutputPin_ValueSpecificationActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ebc0380 (visible: true, type: ValueSpecificationAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20c09a5b (visible: true, type: OutputPin_ValueSpecificationActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ebc0380 (visible: true, type: ValueSpecificationAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20c09a5b (visible: true, type: OutputPin_ValueSpecificationActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ebc0380 (visible: true, type: ValueSpecificationAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20c09a5b (visible: true, type: OutputPin_ValueSpecificationActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68f2096f (visible: true, type: ValueSpecificationAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3548bbcf (visible: true, type: ValueSpecificationAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e5c39de (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71adbfb4 (visible: true, type: OutputPin_ValueSpecificationActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@478824e0 (visible: true, type: OutputPin_ValueSpecificationActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c31288f (visible: true, type: OutputPin_ValueSpecificationActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68f2096f (visible: true, type: ValueSpecificationAction_Shape, mutable: true) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f343e51 (visible: true, type: ValueSpecificationAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cb1a6cd (visible: true, type: ValueSpecificationAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71c88707 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@628b2c8a (visible: true, type: OutputPin_ValueSpecificationActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74dd1516 (visible: true, type: OutputPin_ValueSpecificationActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@632d53e8 (visible: true, type: OutputPin_ValueSpecificationActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f343e51 (visible: true, type: ValueSpecificationAction_Shape, mutable: true) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47d941ff (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@773b2bfd (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62db0d0b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bc162ef (visible: true, type: CentralBufferNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29611285 (visible: true, type: CentralBufferNode_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61715e1a (visible: true, type: CentralBufferNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4772c94 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bc162ef (visible: true, type: CentralBufferNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@594a2b50 (visible: true, type: CentralBufferNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58d09714 (visible: true, type: CentralBufferNode_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3650f9a0 (visible: true, type: CentralBufferNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16295613 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@594a2b50 (visible: true, type: CentralBufferNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@594a2b50 (visible: true, type: CentralBufferNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bc162ef (visible: true, type: CentralBufferNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bc162ef (visible: true, type: CentralBufferNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bc162ef (visible: true, type: CentralBufferNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a6a0ae8 (visible: true, type: CentralBufferNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@296bb10e (visible: true, type: CentralBufferNode_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@170026e9 (visible: true, type: CentralBufferNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b856258 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a6a0ae8 (visible: true, type: CentralBufferNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52b9cfcf (visible: true, type: CentralBufferNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35ba68a9 (visible: true, type: CentralBufferNode_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20ff42dc (visible: true, type: CentralBufferNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3181051c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52b9cfcf (visible: true, type: CentralBufferNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3115cfc8 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7df5035f (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47d38469 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50ea867a (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@754a88fd (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d1d7a93 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50ea867a (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e55bd65 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@138743c3 (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f5aa7a3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e55bd65 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e55bd65 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50ea867a (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50ea867a (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50ea867a (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e0548f4 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f3327d8 (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@309ad668 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e0548f4 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@183d9ea0 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39fbb7b (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@129e6075 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@183d9ea0 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42db6567 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e0b03cb (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70249f75 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79b55702 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4447b530 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36cb2484 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79b55702 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fb59568 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f71406d (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@379485cc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fb59568 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fb59568 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79b55702 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79b55702 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79b55702 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b5e8d10 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ad1119a (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cf517e8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b5e8d10 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6704e262 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b4ce95d (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50b060d1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6704e262 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6824876b (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b344e6 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d7309ef (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a6c8fdd (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28dbf3ef (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25b57cf5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a6c8fdd (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bea784e (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72cdd20f (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d05bd3a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bea784e (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bea784e (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a6c8fdd (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a6c8fdd (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a6c8fdd (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a116927 (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30c9bc9b (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14f352dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a116927 (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d916d51 (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a20b4fd (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dbd4e9a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d916d51 (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a37345a (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a602188 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e7d77af (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35ad55b3 (visible: true, type: ReadSelfAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@621d87b6 (visible: true, type: ReadSelfAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@426cf6a7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35ad55b3 (visible: true, type: ReadSelfAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f86666e (visible: true, type: ReadSelfAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c1b1e0b (visible: true, type: ReadSelfAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e6fc570 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f86666e (visible: true, type: ReadSelfAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f86666e (visible: true, type: ReadSelfAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35ad55b3 (visible: true, type: ReadSelfAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35ad55b3 (visible: true, type: ReadSelfAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35ad55b3 (visible: true, type: ReadSelfAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1424f737 (visible: true, type: ReadSelfAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61df95d3 (visible: true, type: ReadSelfAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f9415e4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1424f737 (visible: true, type: ReadSelfAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d8a25cb (visible: true, type: ReadSelfAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@143a4d9 (visible: true, type: ReadSelfAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b5b87c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d8a25cb (visible: true, type: ReadSelfAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ba261c9 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c4210a3 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b381cb0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b7afa6f (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41640b60 (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38006aed (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ca81b6a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b7afa6f (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c4cdec2 (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ede43d8 (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ca26e10 (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11d6c86a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c4cdec2 (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c4cdec2 (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b7afa6f (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b7afa6f (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b7afa6f (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40319fff (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a3647d7 (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26cca4c4 (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@711daef0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40319fff (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f43a7be (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37ce389e (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15596e1e (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69eed111 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f43a7be (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23d76f8a (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@788a1e36 (visible: true, type: ForkNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a851702 (visible: true, type: ForkNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@611c0f9c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23d76f8a (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b859ae7 (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6643e15a (visible: true, type: ForkNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7549ecec (visible: true, type: ForkNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17aeaffe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b859ae7 (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b859ae7 (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23d76f8a (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23d76f8a (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23d76f8a (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@797ef737 (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8c9877d (visible: true, type: ForkNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11ad57a8 (visible: true, type: ForkNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5175ccb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@797ef737 (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3279958b (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78829bbe (visible: true, type: ForkNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@132b814e (visible: true, type: ForkNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78bdeca4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3279958b (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70aa18c3 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c3fd3c1 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f73a4d4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a6c0c4a (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@566bfb3d (visible: true, type: MergeNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@174368f7 (visible: true, type: MergeNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cd37647 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a6c0c4a (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e442d34 (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@382f1aae (visible: true, type: MergeNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5da7f7d9 (visible: true, type: MergeNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f228d73 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e442d34 (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e442d34 (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a6c0c4a (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a6c0c4a (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a6c0c4a (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@228cfbca (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1642bb89 (visible: true, type: MergeNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@482705be (visible: true, type: MergeNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3874030c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@228cfbca (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6593437e (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@624ad5ae (visible: true, type: MergeNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47d280f2 (visible: true, type: MergeNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@107c2511 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6593437e (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dbbb434 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68fc72e7 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d1ccce8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cf83436 (visible: true, type: CreateObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2be70b03 (visible: true, type: CreateObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@480094c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5abbfffc (visible: true, type: OutputPin_CreateObjectActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e8b063f (visible: true, type: OutputPin_CreateObjectActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c414a64 (visible: true, type: OutputPin_CreateObjectActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cf83436 (visible: true, type: CreateObjectAction_Shape, mutable: true) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4954a8e7 (visible: true, type: CreateObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f8c54ac (visible: true, type: CreateObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@741fcb85 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1896cf1f (visible: true, type: OutputPin_CreateObjectActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@369206f4 (visible: true, type: OutputPin_CreateObjectActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@93e3535 (visible: true, type: OutputPin_CreateObjectActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4954a8e7 (visible: true, type: CreateObjectAction_Shape, mutable: true) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4954a8e7 (visible: true, type: CreateObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1896cf1f (visible: true, type: OutputPin_CreateObjectActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cf83436 (visible: true, type: CreateObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5abbfffc (visible: true, type: OutputPin_CreateObjectActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cf83436 (visible: true, type: CreateObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5abbfffc (visible: true, type: OutputPin_CreateObjectActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cf83436 (visible: true, type: CreateObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5abbfffc (visible: true, type: OutputPin_CreateObjectActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@476e4b84 (visible: true, type: CreateObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@145628a (visible: true, type: CreateObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f705a5d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@587b547e (visible: true, type: OutputPin_CreateObjectActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b09e566 (visible: true, type: OutputPin_CreateObjectActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d9bea15 (visible: true, type: OutputPin_CreateObjectActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@476e4b84 (visible: true, type: CreateObjectAction_Shape, mutable: true) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75055c6d (visible: true, type: CreateObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d221dcb (visible: true, type: CreateObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4aa9c8ee (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20c3c6c4 (visible: true, type: OutputPin_CreateObjectActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2758bc6a (visible: true, type: OutputPin_CreateObjectActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2751688d (visible: true, type: OutputPin_CreateObjectActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75055c6d (visible: true, type: CreateObjectAction_Shape, mutable: true) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2479cfaf (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30ba7722 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b9794df (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3dcd2b5e (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36cf444e (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7932fc06 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3dcd2b5e (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e553011 (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2668772a (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ed4b57e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e553011 (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e553011 (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3dcd2b5e (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3dcd2b5e (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3dcd2b5e (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f1c5e47 (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f69e521 (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1514754e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f1c5e47 (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@551f7348 (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74159af2 (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31147011 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@551f7348 (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c5a0e26 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e5b9d87 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34f106b7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20b171e9 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@524caf4 (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38c33736 (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c1a488d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20b171e9 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ea2b619 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63901aeb (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bc110af (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@691cb5ab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ea2b619 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ea2b619 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20b171e9 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20b171e9 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20b171e9 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66c9b9e1 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78026daf (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ce05ca2 (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55b9d8e6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66c9b9e1 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3421e26 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57b6dd60 (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bb694e (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@774750bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3421e26 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5580613c (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@167b269f (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f0f769 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64f5f35d (visible: true, type: DataStoreNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c6f9a45 (visible: true, type: DataStoreNode_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36d3a930 (visible: true, type: DataStoreNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7dcbd186 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64f5f35d (visible: true, type: DataStoreNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@564ade0b (visible: true, type: DataStoreNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70a77d8 (visible: true, type: DataStoreNode_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@306055c3 (visible: true, type: DataStoreNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fe0a02d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@564ade0b (visible: true, type: DataStoreNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@564ade0b (visible: true, type: DataStoreNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64f5f35d (visible: true, type: DataStoreNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64f5f35d (visible: true, type: DataStoreNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64f5f35d (visible: true, type: DataStoreNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ea222c3 (visible: true, type: DataStoreNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d1281eb (visible: true, type: DataStoreNode_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10bc4682 (visible: true, type: DataStoreNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c36bc73 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ea222c3 (visible: true, type: DataStoreNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6013636 (visible: true, type: DataStoreNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ca41e57 (visible: true, type: DataStoreNode_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e8bc40c (visible: true, type: DataStoreNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f2798f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6013636 (visible: true, type: DataStoreNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bb2b4ba (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4554ba43 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75fd3472 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8d59351 (visible: true, type: ReadVariableAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66228c53 (visible: true, type: ReadVariableAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50682387 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8d59351 (visible: true, type: ReadVariableAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d1369ab (visible: true, type: ReadVariableAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@540e99da (visible: true, type: ReadVariableAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b466ab1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d1369ab (visible: true, type: ReadVariableAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d1369ab (visible: true, type: ReadVariableAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8d59351 (visible: true, type: ReadVariableAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8d59351 (visible: true, type: ReadVariableAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8d59351 (visible: true, type: ReadVariableAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55810c06 (visible: true, type: ReadVariableAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@503a3210 (visible: true, type: ReadVariableAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30b50db4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55810c06 (visible: true, type: ReadVariableAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c302268 (visible: true, type: ReadVariableAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2552a02f (visible: true, type: ReadVariableAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71e6a083 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c302268 (visible: true, type: ReadVariableAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1fa5ee82 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d5e6b7b (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b093b15 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4eb23400 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fb63de4 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17eab0ec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4eb23400 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dfc91c0 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ea3bd6 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b3b279d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dfc91c0 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dfc91c0 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4eb23400 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4eb23400 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4eb23400 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22e48cdf (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43f4504e (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6352979f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22e48cdf (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66d443b0 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64208acf (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19ac3515 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66d443b0 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f90650d (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c0f55fe (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46ba659e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ac3d278 (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ddf5623 (visible: true, type: SendObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25a8d728 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ac3d278 (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52376dcc (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1771d5ea (visible: true, type: SendObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56bee7b5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52376dcc (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52376dcc (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ac3d278 (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ac3d278 (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ac3d278 (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54c4a0e0 (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b0c1faa (visible: true, type: SendObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bcbabfb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54c4a0e0 (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11cbaf5c (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@592f71a2 (visible: true, type: SendObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66747780 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11cbaf5c (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@aae0f92 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@584afd58 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c5b2297 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a5a100c (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@be6016e (visible: true, type: ActivityFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3803baa7 (visible: true, type: ActivityFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e22e443 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a5a100c (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@468856a5 (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16095a0a (visible: true, type: ActivityFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b04f51d (visible: true, type: ActivityFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ec9bfbe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@468856a5 (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@468856a5 (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a5a100c (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a5a100c (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a5a100c (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e8583d4 (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f15df78 (visible: true, type: ActivityFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c9c309d (visible: true, type: ActivityFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14a094f9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e8583d4 (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f83e4dc (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a8df001 (visible: true, type: ActivityFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e1bdc2 (visible: true, type: ActivityFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bf30360 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f83e4dc (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4178d130 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bb5a21b (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28197deb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f5b3103 (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d751c87 (visible: true, type: AcceptEventAction_TriggerLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fdd9769 (visible: true, type: AcceptEventAction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22214861 (visible: true, type: AcceptEventAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c8cf679 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f5b3103 (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b45a803 (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bb8f299 (visible: true, type: AcceptEventAction_TriggerLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51000d91 (visible: true, type: AcceptEventAction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71ccf141 (visible: true, type: AcceptEventAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a7a27ad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b45a803 (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b45a803 (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f5b3103 (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f5b3103 (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f5b3103 (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13820361 (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@740664f8 (visible: true, type: AcceptEventAction_TriggerLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d6a182 (visible: true, type: AcceptEventAction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aab6d23 (visible: true, type: AcceptEventAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cf94e00 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13820361 (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73fb04b2 (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2166c6b (visible: true, type: AcceptEventAction_TriggerLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7530536 (visible: true, type: AcceptEventAction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e4da288 (visible: true, type: AcceptEventAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@205fbbf6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73fb04b2 (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dcc7d63 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3195e99 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@545431eb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fc1b5c2 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c92205a (visible: true, type: JoinNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52eca187 (visible: true, type: JoinNode_JoinSpecLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f4e1924 (visible: true, type: JoinNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c366358 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fc1b5c2 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74040bd5 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a250150 (visible: true, type: JoinNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7694ac06 (visible: true, type: JoinNode_JoinSpecLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e91928c (visible: true, type: JoinNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4312f61e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74040bd5 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74040bd5 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fc1b5c2 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fc1b5c2 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fc1b5c2 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4958c5a2 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f619ca9 (visible: true, type: JoinNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b7a3e4b (visible: true, type: JoinNode_JoinSpecLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71056434 (visible: true, type: JoinNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f55b099 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4958c5a2 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20ec4462 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16a13a7a (visible: true, type: JoinNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68466422 (visible: true, type: JoinNode_JoinSpecLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52b00f22 (visible: true, type: JoinNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e0da7bf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20ec4462 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@439fc652 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66fe627 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@153ce341 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55b0f4f2 (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5513b123 (visible: true, type: BroadcastSignalAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76d9de6a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55b0f4f2 (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3af26721 (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f8bea5a (visible: true, type: BroadcastSignalAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ad4f2df (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3af26721 (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3af26721 (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55b0f4f2 (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55b0f4f2 (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55b0f4f2 (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43a33ca5 (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57666b47 (visible: true, type: BroadcastSignalAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43f93a7c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43a33ca5 (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7993979b (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55739435 (visible: true, type: BroadcastSignalAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67e2f66b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7993979b (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@213d3011 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fcf68d8 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30c12128 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5201104b (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@567b010a (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@595dc2dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5201104b (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d6981d3 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3122a11e (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f79deed (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d6981d3 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d6981d3 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5201104b (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5201104b (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5201104b (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ec3debe (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@687078a1 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5716eb88 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ec3debe (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2eacdef9 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@633f6c89 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1db29820 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2eacdef9 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f4b17b3 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d076aa7 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2850f5fe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59bab95 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2f68b685 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ffe7b0c (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c67f4d4 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1064aa07 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3386e4c6 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fdfe714 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b2d8e98 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b838bce (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d7de76 (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b7f39ab (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63fda803 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fb2fde4 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ed5f5e9 (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47aa8425 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c1b948 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39d9c048 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e241972 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6930451f (visible: true, type: InterruptibleActivityRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24aeec74 (visible: true, type: InterruptibleActivityRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54e9a052 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48acdf54 (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@322ce7d2 (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64145093 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@742869df (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ebeee2e (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d04d0a1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30efc8a8 (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b6af0ee (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ac262cf (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f122416 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2de8808a (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47503b98 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11a7b7fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fd8e1fe (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14e4b026 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7262b2df (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44184303 (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d6a220d (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c783971 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d400187 (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d090de7 (visible: true, type: ForkNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fb02bbd (visible: true, type: ForkNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11abe302 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ea48011 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2159e6f4 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3618340d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2447f205 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e40b334 (visible: true, type: DecisionNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73bb5895 (visible: true, type: DecisionNode_DecisionInputLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b4082c0 (visible: true, type: DecisionNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63b1f94 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e1dfae0 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ee31302 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4687ea23 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33494a02 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e1d61b7 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b4f8e3c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54f29c1a (visible: true, type: InterruptibleActivityRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44b93410 (visible: true, type: InterruptibleActivityRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20903d56 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5154d44e (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14399361 (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7707f407 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@669ef150 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30e44567 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e30cbd3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c890f5a (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e9f9241 (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@432f5dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@147149b5 (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@131c6522 (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c725d93 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@aa3363c (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c54421e (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29b28d02 (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@715ef2bd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74016fea (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11a5d549 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76eae66d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38d516fb (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5383a7fd (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68191ece (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a49acca (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@694583ca (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b55bea1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@121f705 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a59b26 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7339cb17 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27fb8140 (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@263d277b (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@748bf41a (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29b9bf2d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@242dfdac (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53e47aba (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@292ab62b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@162b067a (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fe35d1 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c15fc7b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@191db82c (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3323b9cc (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cf4a7db (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d1e2c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ef2c690 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39af36e2 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ffcab6c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@470a2fe3 (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23858295 (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4be18c77 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6239e51b (visible: true, type: ValueSpecificationAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78769fc3 (visible: true, type: ValueSpecificationAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c515f1f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47ecfee9 (visible: true, type: OutputPin_ValueSpecificationActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fc8b3ee (visible: true, type: OutputPin_ValueSpecificationActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fe259ca (visible: true, type: OutputPin_ValueSpecificationActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@796278ff (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@637ae6a4 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26f9cd0e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10896539 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46f89b (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2195ef64 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cbd8f8a (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73764619 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@415ed0c2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a4c9967 (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2aeade42 (visible: true, type: MergeNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@524572bd (visible: true, type: MergeNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66edf3ae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49951814 (visible: true, type: InterruptibleActivityRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b6f8ecc (visible: true, type: InterruptibleActivityRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@237195f5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@90dba85 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24dbe054 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@214de0ef (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18b48cd7 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@344942f9 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74f7b6db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@501ef5c8 (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e719126 (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@658dbdc (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32897756 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f2d29c4 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d349bdd (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cde3c91 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@525150c7 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e97be4a (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45859ff9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@524648ea (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49933bea (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a9ec529 (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c8082b2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a48c6e (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e4e9f2f (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@629ef38a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e20a388 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55c9dc03 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6175d18c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f31de81 (visible: true, type: InterruptibleActivityRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@502c67d8 (visible: true, type: InterruptibleActivityRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11709b3e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@228ba6a1 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6debd768 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@238f5968 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@be7fa74 (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@742891ad (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b20b9fe (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9387675 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f9ed5d6 (visible: true, type: InterruptibleActivityRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1169f98 (visible: true, type: InterruptibleActivityRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a045cea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e3dd302 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fb49fff (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71239562 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69672695 (visible: true, type: InterruptibleActivityRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ca85f06 (visible: true, type: InterruptibleActivityRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15d3fea3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34b0a681 (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5936c8f2 (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20a90b74 (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b4188bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@320a426d (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78dcf02d (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cf6969a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e7eb7ce (visible: true, type: InterruptibleActivityRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6799c1c6 (visible: true, type: InterruptibleActivityRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f19cfe6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@545113ba (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45ff37bc (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49f31283 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@451a7afd (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@534e81b4 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@95b1069 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2776858f (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c9a3a85 (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4588b2ea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48f625a4 (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6846ab77 (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1205f5d6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29d5f8ec (visible: true, type: InterruptibleActivityRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a693d0a (visible: true, type: InterruptibleActivityRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bb5a607 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48cf0520 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b33e280 (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bdb7b27 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b9005ea (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d8216bd (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28c0de08 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@965cbd8 (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21fc19f4 (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b1e2c3 (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38a2e533 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a28f600 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7279f285 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14db7de0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@558cb102 (visible: true, type: InterruptibleActivityRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c2c4989 (visible: true, type: InterruptibleActivityRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59a2a0d1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@cb16e26 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f92d573 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ec5b9b4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@443051fa (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1146729b (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1206baa5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@275495a (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dcfd3bf (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c6a6330 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db3ecc6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@61ee2afc (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2af645c5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c5452b3 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2af645c5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7de0edee (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2af645c5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d871489 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2af645c5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b2a4602 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2af645c5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@263cb47d (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2af645c5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@788c0338 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2af645c5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c85e4df (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2af645c5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@574ba50a (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2af645c5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5100719 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2af645c5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c64d1eb (visible: true, type: ExpansionNode_InputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2af645c5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d70946c (visible: true, type: ExpansionNode_InputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2af645c5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@47e1c067 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ba4a7a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a57cb9f (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ba4a7a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74198ce4 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ba4a7a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7943d018 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ba4a7a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68b13a70 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ba4a7a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@200f58ed (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ba4a7a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34b3fc9e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ba4a7a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b32fa22 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ba4a7a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69fc5452 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ba4a7a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d9df84d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ba4a7a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@482f48ef (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ba4a7a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@37e1545d (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ba4a7a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7a49ff90 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2592abba (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b04d0c3 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47b25b43 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@413da05d (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22748b28 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6887ed67 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@256b22d4 (visible: true, type: ClearStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10a6f175 (visible: true, type: ClearStructuralFeatureAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b2f8b68 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7985de85 (visible: true, type: OutputPin_ClearStructuralFeatureActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2414954f (visible: true, type: OutputPin_ClearStructuralFeatureActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28fc92e5 (visible: true, type: OutputPin_ClearStructuralFeatureActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b59b5e1 (visible: true, type: ReadLinkAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@369b68eb (visible: true, type: ReadLinkAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8ae3e40 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e401b83 (visible: true, type: ActionInputPin_ReadLinkActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b5f8091 (visible: true, type: ActionInputPin_ReadLinkActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ae05d85 (visible: true, type: ActionInputPin_ReadLinkActionInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b63255d (visible: true, type: ActionInputPin_ReadLinkActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4478b0f (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5933d447 (visible: true, type: BroadcastSignalAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38f04d0f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c86075f (visible: true, type: InputPin_BroadcastSignalActionArgumentShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58928e96 (visible: true, type: InputPin_BroadcastSignalActionArgumentNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@324aa15a (visible: true, type: InputPin_BroadcastSignalActionArgumentValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50ef922c (visible: true, type: InputPin_BroadcastSignalActionArgumentStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28953769 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@159997c8 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19be4778 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d2d645e (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f78d582 (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4332b0b0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a904734 (visible: true, type: TestIdentityAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cbddbc8 (visible: true, type: TestIdentityAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@249e7366 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1332c79b (visible: true, type: ActionInputPin_TestIdentityActionFirstShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@95981e6 (visible: true, type: ActionInputPin_TestIdentityActionFirstNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27905727 (visible: true, type: ActionInputPin_TestIdentityActionFirstValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25c37f9f (visible: true, type: ActionInputPin_TestIdentityActionFirstStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1515bef8 (visible: true, type: TestIdentityAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@420997f5 (visible: true, type: TestIdentityAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50a59220 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4eeaddf3 (visible: true, type: OutputPin_TestIdentityActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@579d3884 (visible: true, type: OutputPin_TestIdentityActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e7889a2 (visible: true, type: OutputPin_TestIdentityActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dc38741 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79d8e554 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4933037c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@701ef6b3 (visible: true, type: ValuePin_StructuredActivityNodeInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23588522 (visible: true, type: ValuePin_StructuredActivityNodeInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ec878d2 (visible: true, type: ValuePin_StructuredActivityNodeInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cd621 (visible: true, type: ValuePin_StructuredActivityNodeInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c0e6290 (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ef0900e (visible: true, type: AddVariableValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4150d141 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63484fa1 (visible: true, type: InputPin_AddVariableValueActionInsertAtShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2de045bf (visible: true, type: InputPin_AddVariableValueActionInsertAtNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a464a7e (visible: true, type: InputPin_AddVariableValueActionInsertAtStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5956787d (visible: true, type: AddStructuralFeatureValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@235c2faa (visible: true, type: AddStructuralFeatureValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c7ac385 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@703317bc (visible: true, type: InputPin_AddStructuralFeatureValueActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7281b5f6 (visible: true, type: InputPin_AddStructuralFeatureValueActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40736127 (visible: true, type: InputPin_AddStructuralFeatureValueActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@699d7347 (visible: true, type: ActionInputPin_AddStructuralFeatureValueActionInsertAtShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6591a05b (visible: true, type: ActionInputPin_AddStructuralFeatureValueActionInsertAtNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@530066c5 (visible: true, type: ActionInputPin_AddStructuralFeatureValueActionInsertAtValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e6d98da (visible: true, type: ActionInputPin_AddStructuralFeatureValueActionInsertAtStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b48a4ba (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@459c632e (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ed5c0a9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20aaa218 (visible: true, type: ExpansionNode_OutputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40c8eb3c (visible: true, type: ReduceAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a8a395 (visible: true, type: ReduceAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4efa5a75 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a647f62 (visible: true, type: ActionInputPin_ReduceActionCollectionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9f4b663 (visible: true, type: ActionInputPin_ReduceActionCollectionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4524cc70 (visible: true, type: ActionInputPin_ReduceActionCollectionValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70adecb3 (visible: true, type: ActionInputPin_ReduceActionCollectionStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b48bfee (visible: true, type: AddStructuralFeatureValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43c3c3e2 (visible: true, type: AddStructuralFeatureValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2423a169 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2bc93bb2 (visible: true, type: InputPin_AddStructuralFeatureValueActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@137fd777 (visible: true, type: InputPin_AddStructuralFeatureValueActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@588167b2 (visible: true, type: InputPin_AddStructuralFeatureValueActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53d343cd (visible: true, type: ValuePin_AddStructuralFeatureValueActionValueShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30e52748 (visible: true, type: ValuePin_AddStructuralFeatureValueActionValueNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5695f577 (visible: true, type: ValuePin_AddStructuralFeatureValueActionValueValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b7fe81b (visible: true, type: ValuePin_AddStructuralFeatureValueActionValueStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@458b1fe1 (visible: true, type: StartClassifierBehaviorAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1de65284 (visible: true, type: StartClassifierBehaviorAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e1fcfbb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@777327cf (visible: true, type: InputPin_StartClassifierBehaviorActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b32943e (visible: true, type: InputPin_StartClassifierBehaviorActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bc530ee (visible: true, type: InputPin_StartClassifierBehaviorActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@176ecad7 (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eb18e20 (visible: true, type: ReadStructuralFeatureAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3da09632 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e9a7663 (visible: true, type: InputPin_ReadStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7390beff (visible: true, type: InputPin_ReadStructuralFeatureActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@313ccd1f (visible: true, type: InputPin_ReadStructuralFeatureActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@343eea67 (visible: true, type: OutputPin_ReadStructuralFeatureActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23a9b71f (visible: true, type: OutputPin_ReadStructuralFeatureActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3be44501 (visible: true, type: OutputPin_ReadStructuralFeatureActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@486ab4a (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2327ae00 (visible: true, type: SendObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c5e0621 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@252e4889 (visible: true, type: ActionInputPin_SendObjectActionTargetShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cf2486b (visible: true, type: ActionInputPin_SendObjectActionTargetNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@694e918d (visible: true, type: ActionInputPin_SendObjectActionTargetValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5286e019 (visible: true, type: ActionInputPin_SendObjectActionTargetStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bccfe01 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@465519f3 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5041df3f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e402c38 (visible: true, type: OutputPin_StructuredActivityNodeOutputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c825e58 (visible: true, type: OutputPin_StructuredActivityNodeOutputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c0277e9 (visible: true, type: OutputPin_StructuredActivityNodeOutputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39f1f44d (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d5aeaa5 (visible: true, type: SendObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@366c0718 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dd33459 (visible: true, type: ValuePin_SendObjectActionRequestShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32f584fa (visible: true, type: ValuePin_SendObjectActionRequestNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@475034fd (visible: true, type: ValuePin_SendObjectActionRequestValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d2e36f2 (visible: true, type: ValuePin_SendObjectActionRequestStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1abe073d (visible: true, type: ClearStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ec56ea9 (visible: true, type: ClearStructuralFeatureAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a5b6233 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35216b5a (visible: true, type: ActionInputPin_ClearStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10336f71 (visible: true, type: ActionInputPin_ClearStructuralFeatureActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41067342 (visible: true, type: ActionInputPin_ClearStructuralFeatureActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e043bf1 (visible: true, type: ActionInputPin_ClearStructuralFeatureActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a178ab3 (visible: true, type: CreateLinkAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20ea1d10 (visible: true, type: CreateLinkAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e8aff0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2232591d (visible: true, type: InputPin_CreateLinkActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@409c7796 (visible: true, type: InputPin_CreateLinkActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@187eaddd (visible: true, type: InputPin_CreateLinkActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ab37edd (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47821352 (visible: true, type: BroadcastSignalAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d9bfa31 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a4dd5aa (visible: true, type: ActionInputPin_BroadcastSignalActionArgumentShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f1f53e6 (visible: true, type: ActionInputPin_BroadcastSignalActionArgumentNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50fe91fd (visible: true, type: ActionInputPin_BroadcastSignalActionArgumentValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2294c83b (visible: true, type: ActionInputPin_BroadcastSignalActionArgumentStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59262a28 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d861222 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67bd012b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33a627d3 (visible: true, type: ActionInputPin_StructuredActivityNodeInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34139d4 (visible: true, type: ActionInputPin_StructuredActivityNodeInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a3a8cab (visible: true, type: ActionInputPin_StructuredActivityNodeInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6225396c (visible: true, type: ActionInputPin_StructuredActivityNodeInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22ce7fe2 (visible: true, type: TestIdentityAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b3b84d8 (visible: true, type: TestIdentityAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3899d521 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f097278 (visible: true, type: InputPin_TestIdentityActionSecondShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62110eee (visible: true, type: InputPin_TestIdentityActionSecondNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@421ffdf7 (visible: true, type: InputPin_TestIdentityActionSecondStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74e7c180 (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1762f834 (visible: true, type: SendObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b780a5d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3625e25b (visible: true, type: InputPin_SendObjectActionRequestShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32cd9444 (visible: true, type: InputPin_SendObjectActionRequestNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59464898 (visible: true, type: InputPin_SendObjectActionRequestStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f6a6b9c (visible: true, type: DestroyLinkAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e5723fb (visible: true, type: DestroyLinkAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cc8ddae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@673d27da (visible: true, type: ActionInputPin_DestroyLinkActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f33b3f7 (visible: true, type: ActionInputPin_DestroyLinkActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a9e8a4a (visible: true, type: ActionInputPin_DestroyLinkActionInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35f5f313 (visible: true, type: ActionInputPin_DestroyLinkActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d1b2698 (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35a0c7bc (visible: true, type: AddVariableValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57781a09 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c459d98 (visible: true, type: ValuePin_AddVariableValueActionInsertAtShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d61d182 (visible: true, type: ValuePin_AddVariableValueActionInsertAtNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3414bf07 (visible: true, type: ValuePin_AddVariableValueActionInsertAtValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f334a98 (visible: true, type: ValuePin_AddVariableValueActionInsertAtStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58e662b1 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@523a6e2a (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cff46c7 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5bc6193a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39a7f8cd (visible: true, type: ReclassifyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a79206 (visible: true, type: ReclassifyObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8c1c35d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28be0412 (visible: true, type: ValuePin_ReclassifyObjectActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@633ae67a (visible: true, type: ValuePin_ReclassifyObjectActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@df1bdb2 (visible: true, type: ValuePin_ReclassifyObjectActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@393fda0c (visible: true, type: ValuePin_ReclassifyObjectActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28c441a5 (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6599b53d (visible: true, type: ReadStructuralFeatureAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18f53c5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c0e4ab0 (visible: true, type: ActionInputPin_ReadStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ecf0a56 (visible: true, type: ActionInputPin_ReadStructuralFeatureActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@648ec97e (visible: true, type: ActionInputPin_ReadStructuralFeatureActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@544c3cdd (visible: true, type: ActionInputPin_ReadStructuralFeatureActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@790ab0c8 (visible: true, type: ReadLinkAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27e4740a (visible: true, type: ReadLinkAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@261afe55 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@455d647f (visible: true, type: ValuePin_ReadLinkActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7063dd20 (visible: true, type: ValuePin_ReadLinkActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52678494 (visible: true, type: ValuePin_ReadLinkActionInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d096a5d (visible: true, type: ValuePin_ReadLinkActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d66158f (visible: true, type: StartObjectBehaviorAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21e1851d (visible: true, type: StartObjectBehaviorAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37de5b0d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@412cc560 (visible: true, type: InputPin_StartObjectBehaviorActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32d748f1 (visible: true, type: InputPin_StartObjectBehaviorActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c653513 (visible: true, type: InputPin_StartObjectBehaviorActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d18ac08 (visible: true, type: ReclassifyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61ff4ad7 (visible: true, type: ReclassifyObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@251de530 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40323f63 (visible: true, type: ActionInputPin_ReclassifyObjectActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@684f7593 (visible: true, type: ActionInputPin_ReclassifyObjectActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f254a0 (visible: true, type: ActionInputPin_ReclassifyObjectActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ce6e971 (visible: true, type: ActionInputPin_ReclassifyObjectActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9e5ed4f (visible: true, type: ReadIsClassifiedObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2aaafe98 (visible: true, type: ReadIsClassifiedObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56fbc8a0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7658cb5a (visible: true, type: OutputPin_ReadIsClassifiedObjectActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b946420 (visible: true, type: OutputPin_ReadIsClassifiedObjectActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1979853d (visible: true, type: OutputPin_ReadIsClassifiedObjectActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@273d5c8e (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7782f667 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ac64d4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16267970 (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30f33b80 (visible: true, type: AcceptEventAction_TriggerLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c40df2e (visible: true, type: AcceptEventAction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5796cc4d (visible: true, type: AcceptEventAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d6c3c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@417fb254 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e09976b (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5597d840 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6db9a270 (visible: true, type: OutputPin_LoopNodeVariableShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e0dbc9e (visible: true, type: OutputPin_LoopNodeVariableNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dc72424 (visible: true, type: OutputPin_LoopNodeVariableStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64a70009 (visible: true, type: ReduceAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44434620 (visible: true, type: ReduceAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a1b7d59 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7280dea4 (visible: true, type: ValuePin_ReduceActionCollectionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e964bd2 (visible: true, type: ValuePin_ReduceActionCollectionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2424d17d (visible: true, type: ValuePin_ReduceActionCollectionValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@789726e (visible: true, type: ValuePin_ReduceActionCollectionStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28431920 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a7b50d1 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@731d7f92 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d8d122f (visible: true, type: ActionInputPin_OpaqueActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4473882f (visible: true, type: ActionInputPin_OpaqueActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6513b2c5 (visible: true, type: ActionInputPin_OpaqueActionInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c93458e (visible: true, type: ActionInputPin_OpaqueActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@598ec5af (visible: true, type: ClearStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21fa1e21 (visible: true, type: ClearStructuralFeatureAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4765043d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@607e62b3 (visible: true, type: InputPin_ClearStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b03f318 (visible: true, type: InputPin_ClearStructuralFeatureActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@504358d (visible: true, type: InputPin_ClearStructuralFeatureActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26a9c799 (visible: true, type: InterruptibleActivityRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17d9b449 (visible: true, type: InterruptibleActivityRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38df8555 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33309721 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30e30db6 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@aaf29c5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6007cf99 (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ee5ef27 (visible: true, type: SendObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@425b725d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e0bd305 (visible: true, type: ValuePin_SendObjectActionTargetShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ebeb79a (visible: true, type: ValuePin_SendObjectActionTargetNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1635aebd (visible: true, type: ValuePin_SendObjectActionTargetValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c8e14ea (visible: true, type: ValuePin_SendObjectActionTargetStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38c9b409 (visible: true, type: AddStructuralFeatureValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a0a33cf (visible: true, type: AddStructuralFeatureValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@407012fe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4632540b (visible: true, type: InputPin_AddStructuralFeatureValueActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1104f42a (visible: true, type: InputPin_AddStructuralFeatureValueActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f87852d (visible: true, type: InputPin_AddStructuralFeatureValueActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37b3ae4a (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cdb3c54 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@491ea098 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f96fbde (visible: true, type: InputPin_StructuredActivityNodeInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48817f27 (visible: true, type: InputPin_StructuredActivityNodeInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18cdc0b4 (visible: true, type: InputPin_StructuredActivityNodeInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45c8a4d3 (visible: true, type: StartObjectBehaviorAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51307f7a (visible: true, type: StartObjectBehaviorAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@672b6176 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ed61274 (visible: true, type: ActionInputPin_StartObjectBehaviorActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@520a221f (visible: true, type: ActionInputPin_StartObjectBehaviorActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75afeda8 (visible: true, type: ActionInputPin_StartObjectBehaviorActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@388a5fab (visible: true, type: ActionInputPin_StartObjectBehaviorActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21c140ac (visible: true, type: ReclassifyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ebe5a63 (visible: true, type: ReclassifyObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6694231e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4763a8ab (visible: true, type: InputPin_ReclassifyObjectActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fbc82f6 (visible: true, type: InputPin_ReclassifyObjectActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3acde6ad (visible: true, type: InputPin_ReclassifyObjectActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@702b44a6 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d6fcd21 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5033e4ab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ce20eb6 (visible: true, type: ActionInputPin_LoopNodeVariableInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1494ac2a (visible: true, type: ActionInputPin_LoopNodeVariableInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5581e0d3 (visible: true, type: ActionInputPin_LoopNodeVariableInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2beed934 (visible: true, type: ActionInputPin_LoopNodeVariableInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e5fe8b9 (visible: true, type: ClearStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@510adb66 (visible: true, type: ClearStructuralFeatureAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3372ebac (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@229b0d00 (visible: true, type: ValuePin_ClearStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@475b5e19 (visible: true, type: ValuePin_ClearStructuralFeatureActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c284bd6 (visible: true, type: ValuePin_ClearStructuralFeatureActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@309dadd (visible: true, type: ValuePin_ClearStructuralFeatureActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@cd8db1b (visible: true, type: ReadIsClassifiedObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@505ad939 (visible: true, type: ReadIsClassifiedObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64acd8b3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cc281b2 (visible: true, type: ActionInputPin_ReadIsClassifiedObjectActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47488132 (visible: true, type: ActionInputPin_ReadIsClassifiedObjectActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fd6e997 (visible: true, type: ActionInputPin_ReadIsClassifiedObjectActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b11f75b (visible: true, type: ActionInputPin_ReadIsClassifiedObjectActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@395baa9 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cc07a94 (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f9dbdb7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57e0868e (visible: true, type: ReadLinkAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21a207a0 (visible: true, type: ReadLinkAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a48d8a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c62dbb2 (visible: true, type: OutputPin_ReadLinkActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dde8eaa (visible: true, type: OutputPin_ReadLinkActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@731742c6 (visible: true, type: OutputPin_ReadLinkActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@445c471 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c04f97b (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27a60a07 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d56131 (visible: true, type: ValuePin_StructuredActivityNodeInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4081b377 (visible: true, type: ValuePin_StructuredActivityNodeInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a4168cd (visible: true, type: ValuePin_StructuredActivityNodeInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4593eb8d (visible: true, type: ValuePin_StructuredActivityNodeInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@822fe6a (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58423739 (visible: true, type: DestroyObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12791111 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33a7 (visible: true, type: ActionInputPin_DestroyObjectActionTargetShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cd8db50 (visible: true, type: ActionInputPin_DestroyObjectActionTargetNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76870008 (visible: true, type: ActionInputPin_DestroyObjectActionTargetValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e7c8bb3 (visible: true, type: ActionInputPin_DestroyObjectActionTargetStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27517948 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15aba37e (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@392ecfe1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66efe362 (visible: true, type: ActionInputPin_StructuredActivityNodeInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@442e6a24 (visible: true, type: ActionInputPin_StructuredActivityNodeInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7246cf17 (visible: true, type: ActionInputPin_StructuredActivityNodeInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@537a7fae (visible: true, type: ActionInputPin_StructuredActivityNodeInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@259d2a61 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6908ca7d (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55ae5856 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b64f974 (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@210c682f (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@242467a2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f39e6ae (visible: true, type: ReduceAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d7cd71a (visible: true, type: ReduceAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b9b0970 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74a3bf27 (visible: true, type: OutputPin_ReduceActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@264ba924 (visible: true, type: OutputPin_ReduceActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ceec944 (visible: true, type: OutputPin_ReduceActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d779729 (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a2786c (visible: true, type: BroadcastSignalAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57d946db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ca0bce7 (visible: true, type: ValuePin_BroadcastSignalActionArgumentShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28bcdefc (visible: true, type: ValuePin_BroadcastSignalActionArgumentNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7596bb3b (visible: true, type: ValuePin_BroadcastSignalActionArgumentValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72bf7553 (visible: true, type: ValuePin_BroadcastSignalActionArgumentStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@282bfe5 (visible: true, type: AddStructuralFeatureValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@606e222e (visible: true, type: AddStructuralFeatureValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54d868d8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6385ec39 (visible: true, type: InputPin_AddStructuralFeatureValueActionValueShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1196106e (visible: true, type: InputPin_AddStructuralFeatureValueActionValueNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27dd8f58 (visible: true, type: InputPin_AddStructuralFeatureValueActionValueStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e9e9153 (visible: true, type: ReadExtentAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72f085de (visible: true, type: ReadExtentAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58f42b9d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3296702f (visible: true, type: OutputPin_ReadExtentActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21f2b062 (visible: true, type: OutputPin_ReadExtentActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a3b4314 (visible: true, type: OutputPin_ReadExtentActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b57e44e (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2be74556 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@257f6e1a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@684eb64b (visible: true, type: ActionInputPin_StructuredActivityNodeInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40e3d47b (visible: true, type: ActionInputPin_StructuredActivityNodeInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@393f1b15 (visible: true, type: ActionInputPin_StructuredActivityNodeInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cec100 (visible: true, type: ActionInputPin_StructuredActivityNodeInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ae72edb (visible: true, type: StartObjectBehaviorAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76e68ab6 (visible: true, type: StartObjectBehaviorAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15d90869 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d295f8e (visible: true, type: ActionInputPin_StartObjectBehaviorActionArgumentShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bafb0ce (visible: true, type: ActionInputPin_StartObjectBehaviorActionArgumentNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@223af42f (visible: true, type: ActionInputPin_StartObjectBehaviorActionArgumentValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4121c8bb (visible: true, type: ActionInputPin_StartObjectBehaviorActionArgumentStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f9bcebd (visible: true, type: Activity_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@392c4483 (visible: true, type: Activity_ParameterCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@519247df (visible: true, type: Activity_PreconditionCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fa5ff82 (visible: true, type: Activity_PostconditionCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b0e1d89 (visible: true, type: Activity_ActivityNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6034fcad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fcc96f6 (visible: true, type: AddStructuralFeatureValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@227f2042 (visible: true, type: AddStructuralFeatureValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5aeb8b62 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ae17ad6 (visible: true, type: ValuePin_AddStructuralFeatureValueActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5442f826 (visible: true, type: ValuePin_AddStructuralFeatureValueActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66a2fbef (visible: true, type: ValuePin_AddStructuralFeatureValueActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@192d66ff (visible: true, type: ValuePin_AddStructuralFeatureValueActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a89c725 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c7bba44 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b261e31 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a5033f0 (visible: true, type: OutputPin_StructuredActivityNodeOutputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b2b03ea (visible: true, type: OutputPin_StructuredActivityNodeOutputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a8ed8a6 (visible: true, type: OutputPin_StructuredActivityNodeOutputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54f1668f (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57bfe980 (visible: true, type: AddVariableValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20264b10 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@729a0eda (visible: true, type: ActionInputPin_AddVariableValueActionValueShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@367f8307 (visible: true, type: ActionInputPin_AddVariableValueActionValueNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b5a168e (visible: true, type: ActionInputPin_AddVariableValueActionValueValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63ea6055 (visible: true, type: ActionInputPin_AddVariableValueActionValueStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a2befa3 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@386c462b (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@167eb82c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a20155 (visible: true, type: ValuePin_OpaqueActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@704171e5 (visible: true, type: ValuePin_OpaqueActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37592e8 (visible: true, type: ValuePin_OpaqueActionInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22d1db6f (visible: true, type: ValuePin_OpaqueActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@cdc7064 (visible: true, type: ReadLinkAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14d27243 (visible: true, type: ReadLinkAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3da3b7b2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bd2587e (visible: true, type: InputPin_ReadLinkActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@617d6957 (visible: true, type: InputPin_ReadLinkActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@498592f9 (visible: true, type: InputPin_ReadLinkActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@138b742f (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2506484 (visible: true, type: ReadStructuralFeatureAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57366664 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6187a379 (visible: true, type: InputPin_ReadStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34f35b06 (visible: true, type: InputPin_ReadStructuralFeatureActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@495be480 (visible: true, type: InputPin_ReadStructuralFeatureActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e1adaa6 (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b49158d (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e138b21 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23d42f82 (visible: true, type: ExpansionNode_InputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f812e40 (visible: true, type: StartObjectBehaviorAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1df27964 (visible: true, type: StartObjectBehaviorAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@305a1356 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@625ab2f0 (visible: true, type: ValuePin_StartObjectBehaviorActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25b24a4c (visible: true, type: ValuePin_StartObjectBehaviorActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@747f4052 (visible: true, type: ValuePin_StartObjectBehaviorActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78f38089 (visible: true, type: ValuePin_StartObjectBehaviorActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63323df8 (visible: true, type: ReadIsClassifiedObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@97d3228 (visible: true, type: ReadIsClassifiedObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@762a199e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b96950d (visible: true, type: InputPin_ReadIsClassifiedObjectActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d3a2c7b (visible: true, type: InputPin_ReadIsClassifiedObjectActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78a6493c (visible: true, type: InputPin_ReadIsClassifiedObjectActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20fe199d (visible: true, type: StartClassifierBehaviorAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@617b81b2 (visible: true, type: StartClassifierBehaviorAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bffa8fc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31e9e3c8 (visible: true, type: ActionInputPin_StartClassifierBehaviorActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18fb781 (visible: true, type: ActionInputPin_StartClassifierBehaviorActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@142f623f (visible: true, type: ActionInputPin_StartClassifierBehaviorActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2047cae1 (visible: true, type: ActionInputPin_StartClassifierBehaviorActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3891644c (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28a94b93 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@383f5eec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c2d6d54 (visible: true, type: InputPin_LoopNodeVariableInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39459d1c (visible: true, type: InputPin_LoopNodeVariableInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@162e03da (visible: true, type: InputPin_LoopNodeVariableInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43c42835 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@776896d8 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21278887 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@aaf3085 (visible: true, type: InputPin_StructuredActivityNodeInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fbf1377 (visible: true, type: InputPin_StructuredActivityNodeInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38f8aa2e (visible: true, type: InputPin_StructuredActivityNodeInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dfa68a (visible: true, type: StartClassifierBehaviorAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@353a656b (visible: true, type: StartClassifierBehaviorAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14500f5d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51074430 (visible: true, type: ValuePin_StartClassifierBehaviorActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12e0c5a1 (visible: true, type: ValuePin_StartClassifierBehaviorActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@145885f3 (visible: true, type: ValuePin_StartClassifierBehaviorActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c040aaf (visible: true, type: ValuePin_StartClassifierBehaviorActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@763f2616 (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4205d111 (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58b36986 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d05118d (visible: true, type: ClearAssociationAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@414abb56 (visible: true, type: ClearAssociationAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@85956d3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ca68471 (visible: true, type: ValuePin_ClearAssociationActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f70a028 (visible: true, type: ValuePin_ClearAssociationActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f8c2210 (visible: true, type: ValuePin_ClearAssociationActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d0700b9 (visible: true, type: ValuePin_ClearAssociationActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b7a4f45 (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b0f14ce (visible: true, type: DestroyObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77596b98 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bd188b2 (visible: true, type: InputPin_DestroyObjectActionTargetShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72989952 (visible: true, type: InputPin_DestroyObjectActionTargetNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@174b0945 (visible: true, type: InputPin_DestroyObjectActionTargetStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a831452 (visible: true, type: DestroyLinkAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fd880e9 (visible: true, type: DestroyLinkAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9b57bc5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@592601e8 (visible: true, type: ValuePin_DestroyLinkActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b7aded8 (visible: true, type: ValuePin_DestroyLinkActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bfe073c (visible: true, type: ValuePin_DestroyLinkActionInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a5014a1 (visible: true, type: ValuePin_DestroyLinkActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b831e (visible: true, type: AddStructuralFeatureValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7366f2fc (visible: true, type: AddStructuralFeatureValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d82f2b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6003b5cf (visible: true, type: ActionInputPin_AddStructuralFeatureValueActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28ae4323 (visible: true, type: ActionInputPin_AddStructuralFeatureValueActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24cfc34 (visible: true, type: ActionInputPin_AddStructuralFeatureValueActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@463f50a5 (visible: true, type: ActionInputPin_AddStructuralFeatureValueActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55721656 (visible: true, type: ReadVariableAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26b025e5 (visible: true, type: ReadVariableAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64391b80 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2785afd2 (visible: true, type: OutputPin_ReadVariableActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f1d484f (visible: true, type: OutputPin_ReadVariableActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4edeef84 (visible: true, type: OutputPin_ReadVariableActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@527adb9 (visible: true, type: ClearAssociationAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5be38126 (visible: true, type: ClearAssociationAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b9a510c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d35e864 (visible: true, type: ActionInputPin_ClearAssociationActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a73cd80 (visible: true, type: ActionInputPin_ClearAssociationActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d2e6437 (visible: true, type: ActionInputPin_ClearAssociationActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41ed307 (visible: true, type: ActionInputPin_ClearAssociationActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f97f92e (visible: true, type: TestIdentityAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dbffb22 (visible: true, type: TestIdentityAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7211ec66 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25e8d13f (visible: true, type: ActionInputPin_TestIdentityActionSecondShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a9b713e (visible: true, type: ActionInputPin_TestIdentityActionSecondNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42b02b7c (visible: true, type: ActionInputPin_TestIdentityActionSecondValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64e68d39 (visible: true, type: ActionInputPin_TestIdentityActionSecondStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@128374ce (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2972c05e (visible: true, type: AddVariableValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36da2acb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@751cf18f (visible: true, type: ActionInputPin_AddVariableValueActionInsertAtShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ec9506e (visible: true, type: ActionInputPin_AddVariableValueActionInsertAtNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f055e18 (visible: true, type: ActionInputPin_AddVariableValueActionInsertAtValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56b6fdc1 (visible: true, type: ActionInputPin_AddVariableValueActionInsertAtStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24543b31 (visible: true, type: ReadStructuralFeatureAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b56d95f (visible: true, type: ReadStructuralFeatureAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fe6cddb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32293704 (visible: true, type: ValuePin_ReadStructuralFeatureActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22a53d30 (visible: true, type: ValuePin_ReadStructuralFeatureActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f30879d (visible: true, type: ValuePin_ReadStructuralFeatureActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b940ce3 (visible: true, type: ValuePin_ReadStructuralFeatureActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65323cfd (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62b8f43 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6160ada3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3dde2460 (visible: true, type: ValuePin_StructuredActivityNodeInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4312af09 (visible: true, type: ValuePin_StructuredActivityNodeInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64c04828 (visible: true, type: ValuePin_StructuredActivityNodeInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@140409e (visible: true, type: ValuePin_StructuredActivityNodeInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43440972 (visible: true, type: ReadIsClassifiedObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b50c2ed (visible: true, type: ReadIsClassifiedObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b7d5c01 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@520623b3 (visible: true, type: ValuePin_ReadIsClassifiedObjectActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bc581f5 (visible: true, type: ValuePin_ReadIsClassifiedObjectActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f860081 (visible: true, type: ValuePin_ReadIsClassifiedObjectActionObjectValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33bf1aa9 (visible: true, type: ValuePin_ReadIsClassifiedObjectActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1051dcfa (visible: true, type: AddStructuralFeatureValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5791e8bd (visible: true, type: AddStructuralFeatureValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2da5f991 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c152c8a (visible: true, type: InputPin_AddStructuralFeatureValueActionInsertAtShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24556c11 (visible: true, type: InputPin_AddStructuralFeatureValueActionInsertAtNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44444c50 (visible: true, type: InputPin_AddStructuralFeatureValueActionInsertAtStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78a9b552 (visible: true, type: CreateLinkAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55983176 (visible: true, type: CreateLinkAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1381489b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69d68bc6 (visible: true, type: ValuePin_CreateLinkActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1909d2e5 (visible: true, type: ValuePin_CreateLinkActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ab45339 (visible: true, type: ValuePin_CreateLinkActionInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58c6a38c (visible: true, type: ValuePin_CreateLinkActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f3bda89 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c491720 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17d1bc91 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a3cd5d5 (visible: true, type: ValuePin_StructuredActivityNodeInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5754ff01 (visible: true, type: ValuePin_StructuredActivityNodeInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67a77e6f (visible: true, type: ValuePin_StructuredActivityNodeInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@432bdc7c (visible: true, type: ValuePin_StructuredActivityNodeInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29e025f4 (visible: true, type: DestroyLinkAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9b337f0 (visible: true, type: DestroyLinkAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68a4ed4c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c20139d (visible: true, type: InputPin_DestroyLinkActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27103495 (visible: true, type: InputPin_DestroyLinkActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62947e0 (visible: true, type: InputPin_DestroyLinkActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a317328 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4067980f (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c3c48dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d2a785 (visible: true, type: ValuePin_LoopNodeVariableInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3371513b (visible: true, type: ValuePin_LoopNodeVariableInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14876f52 (visible: true, type: ValuePin_LoopNodeVariableInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@256c556c (visible: true, type: ValuePin_LoopNodeVariableInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15840afa (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64948eb7 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ce4b28a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76530d8f (visible: true, type: OutputPin_LoopNodeResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d7d1ce1 (visible: true, type: OutputPin_LoopNodeResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70174ac5 (visible: true, type: OutputPin_LoopNodeResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8f5b852 (visible: true, type: StartObjectBehaviorAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2272c3d2 (visible: true, type: StartObjectBehaviorAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@443f1afb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ae4f6e3 (visible: true, type: InputPin_StartObjectBehaviorActionArgumentShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47bc1b98 (visible: true, type: InputPin_StartObjectBehaviorActionArgumentNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69a4a96e (visible: true, type: InputPin_StartObjectBehaviorActionArgumentStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7eb3b1cd (visible: true, type: ClearAssociationAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26186dc3 (visible: true, type: ClearAssociationAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71847ae2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f974151 (visible: true, type: InputPin_ClearAssociationActionObjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@581716b2 (visible: true, type: InputPin_ClearAssociationActionObjectNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34fcd736 (visible: true, type: InputPin_ClearAssociationActionObjectStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@448e0f6c (visible: true, type: DestroyObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c1061ac (visible: true, type: DestroyObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e26a5f4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@229cbfe1 (visible: true, type: ValuePin_DestroyObjectActionTargetShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@168160d9 (visible: true, type: ValuePin_DestroyObjectActionTargetNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@406ccda6 (visible: true, type: ValuePin_DestroyObjectActionTargetValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5019e38d (visible: true, type: ValuePin_DestroyObjectActionTargetStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@611c9d19 (visible: true, type: ReduceAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d3a5161 (visible: true, type: ReduceAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@639dc228 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34c053d0 (visible: true, type: InputPin_ReduceActionCollectionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d7290d (visible: true, type: InputPin_ReduceActionCollectionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c7f5712 (visible: true, type: InputPin_ReduceActionCollectionStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6db4dddb (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53caa2f1 (visible: true, type: SendObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e49345e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ffb6777 (visible: true, type: InputPin_SendObjectActionTargetShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@458e2f1e (visible: true, type: InputPin_SendObjectActionTargetNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30bf1d02 (visible: true, type: InputPin_SendObjectActionTargetStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d7b7c43 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dbbd091 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13a90875 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24282ad2 (visible: true, type: InputPin_StructuredActivityNodeInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f1ab6e9 (visible: true, type: InputPin_StructuredActivityNodeInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46757079 (visible: true, type: InputPin_StructuredActivityNodeInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c9e89e9 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24b59a3a (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e6de392 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67352597 (visible: true, type: OutputPin_OpaqueActionOutputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e2db0d1 (visible: true, type: OutputPin_OpaqueActionOutputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a946b7a (visible: true, type: OutputPin_OpaqueActionOutputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20dbf423 (visible: true, type: StartObjectBehaviorAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28c60b2a (visible: true, type: StartObjectBehaviorAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f4280ad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2769b618 (visible: true, type: OutputPin_StartObjectBehaviorActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d0a96f (visible: true, type: OutputPin_StartObjectBehaviorActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a946931 (visible: true, type: OutputPin_StartObjectBehaviorActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f15e808 (visible: true, type: AddStructuralFeatureValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5280e82c (visible: true, type: AddStructuralFeatureValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a227903 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d69407c (visible: true, type: ActionInputPin_AddStructuralFeatureValueActionValueShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46952236 (visible: true, type: ActionInputPin_AddStructuralFeatureValueActionValueNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19cfb46d (visible: true, type: ActionInputPin_AddStructuralFeatureValueActionValueValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26be899a (visible: true, type: ActionInputPin_AddStructuralFeatureValueActionValueStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60ca9587 (visible: true, type: AddStructuralFeatureValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d9c9423 (visible: true, type: AddStructuralFeatureValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78efa584 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b12584d (visible: true, type: OutputPin_AddStructuralFeatureValueActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f3b4f27 (visible: true, type: OutputPin_AddStructuralFeatureValueActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54d30b9a (visible: true, type: OutputPin_AddStructuralFeatureValueActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@501a2106 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58440a70 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36b38e67 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c36a972 (visible: true, type: ActionInputPin_StructuredActivityNodeInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c030a9e (visible: true, type: ActionInputPin_StructuredActivityNodeInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b671f5a (visible: true, type: ActionInputPin_StructuredActivityNodeInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cd9d37d (visible: true, type: ActionInputPin_StructuredActivityNodeInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11731c6b (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@451ebde7 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@673daf36 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4cf68c7d (visible: true, type: OutputPin_StructuredActivityNodeOutputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29de9e67 (visible: true, type: OutputPin_StructuredActivityNodeOutputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39ba5c2f (visible: true, type: OutputPin_StructuredActivityNodeOutputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79afef70 (visible: true, type: StartObjectBehaviorAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e550c6a (visible: true, type: StartObjectBehaviorAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1765a82e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@411fa46d (visible: true, type: ValuePin_StartObjectBehaviorActionArgumentShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1da9d5cc (visible: true, type: ValuePin_StartObjectBehaviorActionArgumentNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a26d0f (visible: true, type: ValuePin_StartObjectBehaviorActionArgumentValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ffb569a (visible: true, type: ValuePin_StartObjectBehaviorActionArgumentStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f26823 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1183ae37 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@228350fb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3428f3af (visible: true, type: InputPin_StructuredActivityNodeInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fa80c76 (visible: true, type: InputPin_StructuredActivityNodeInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9b0a1d6 (visible: true, type: InputPin_StructuredActivityNodeInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e8da7ae (visible: true, type: CreateLinkAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ba5f580 (visible: true, type: CreateLinkAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d5231a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ba6c96 (visible: true, type: TestIdentityAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a5eb27 (visible: true, type: TestIdentityAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3730104e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22db3288 (visible: true, type: ValuePin_TestIdentityActionFirstShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ae6ce0e (visible: true, type: ValuePin_TestIdentityActionFirstNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b3f31e2 (visible: true, type: ValuePin_TestIdentityActionFirstValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c96bda9 (visible: true, type: ValuePin_TestIdentityActionFirstStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d4ecfe8 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24c12f8b (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e32ab9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@686ddf5f (visible: true, type: SendObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2918f4dd (visible: true, type: SendObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5af91b74 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@628dca4 (visible: true, type: ActionInputPin_SendObjectActionRequestShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@504837bd (visible: true, type: ActionInputPin_SendObjectActionRequestNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b8c0f94 (visible: true, type: ActionInputPin_SendObjectActionRequestValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51ecb3dc (visible: true, type: ActionInputPin_SendObjectActionRequestStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60671c0a (visible: true, type: CreateLinkAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69f4bef0 (visible: true, type: CreateLinkAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@713aec17 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b9c4633 (visible: true, type: ActionInputPin_CreateLinkActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7284109b (visible: true, type: ActionInputPin_CreateLinkActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4808913a (visible: true, type: ActionInputPin_CreateLinkActionInputValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@777efbc0 (visible: true, type: ActionInputPin_CreateLinkActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a1d9b15 (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3038c8b6 (visible: true, type: AddVariableValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fee170d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a85fa82 (visible: true, type: ValuePin_AddVariableValueActionValueShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4402d7e (visible: true, type: ValuePin_AddVariableValueActionValueNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c70e76d (visible: true, type: ValuePin_AddVariableValueActionValueValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e9bfbbc (visible: true, type: ValuePin_AddVariableValueActionValueStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26c73af6 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7284f8e4 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16209cf9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a1b4a8f (visible: true, type: OutputPin_StructuredActivityNodeOutputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@486eac06 (visible: true, type: OutputPin_StructuredActivityNodeOutputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31a2eea0 (visible: true, type: OutputPin_StructuredActivityNodeOutputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@436b0018 (visible: true, type: TestIdentityAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3991c9cc (visible: true, type: TestIdentityAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23a4462 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b2df7da (visible: true, type: ValuePin_TestIdentityActionSecondShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e0ffabb (visible: true, type: ValuePin_TestIdentityActionSecondNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75cf8fc9 (visible: true, type: ValuePin_TestIdentityActionSecondValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77cd4ac2 (visible: true, type: ValuePin_TestIdentityActionSecondStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1cf6d914 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e1f178a (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@212491db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6871eee8 (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@346a176e (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@180004e4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@301db001 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@689d1550 (visible: true, type: DecisionNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dbb0313 (visible: true, type: DecisionNode_DecisionInputLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29355133 (visible: true, type: DecisionNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e1dc930 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7feaaaff (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c95338f (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e7c3ec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f5d4efc (visible: true, type: InputPin_OpaqueActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19799146 (visible: true, type: InputPin_OpaqueActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e0bb776 (visible: true, type: InputPin_OpaqueActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b24185b (visible: true, type: TestIdentityAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ef608ff (visible: true, type: TestIdentityAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4396a2fb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@720cc2d0 (visible: true, type: InputPin_TestIdentityActionFirstShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@578f0767 (visible: true, type: InputPin_TestIdentityActionFirstNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54c5cc35 (visible: true, type: InputPin_TestIdentityActionFirstStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dbf9097 (visible: true, type: AddStructuralFeatureValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ee15310 (visible: true, type: AddStructuralFeatureValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53e12b0a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@167fc660 (visible: true, type: ValuePin_AddStructuralFeatureValueActionInsertAtShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d618c4a (visible: true, type: ValuePin_AddStructuralFeatureValueActionInsertAtNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79f08a8c (visible: true, type: ValuePin_AddStructuralFeatureValueActionInsertAtValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@764d9f7d (visible: true, type: ValuePin_AddStructuralFeatureValueActionInsertAtStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b938c5 (visible: true, type: ActivityPartition_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16e9c42c (visible: true, type: ActivityPartition_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ce582a (visible: true, type: ActivityPartition_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e9502c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3242090f (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5711fc8 (visible: true, type: AcceptEventAction_TriggerLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33117c65 (visible: true, type: AcceptEventAction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c1daa04 (visible: true, type: AcceptEventAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41b0279d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@227d9b6b (visible: true, type: TestIdentityAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36e786e1 (visible: true, type: TestIdentityAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a42ee96 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f930d02 (visible: true, type: AddVariableValueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d25df8d (visible: true, type: AddVariableValueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e6f5350 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d457ae4 (visible: true, type: InputPin_AddVariableValueActionValueShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b485a37 (visible: true, type: InputPin_AddVariableValueActionValueNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@649969f7 (visible: true, type: InputPin_AddVariableValueActionValueStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ce7fd44 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6b7446b7 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62c77ba (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dbba215 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78f15451 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a078a56 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29a63517 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31d68cd7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11eec85f (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c73d13 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76647c47 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28ba53d0 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2edd6bf7 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fb965e7 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d7fe14a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b4bd818 (visible: true, type: ReadExtentAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53dde539 (visible: true, type: ReadExtentAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@122af7dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@21144355 (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17230fc4 (visible: true, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42501602 (visible: true, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c0c863b (visible: true, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3da78ed8 (visible: true, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49e8090 (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7494a6d3 (visible: true, type: AcceptEventAction_TriggerLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c5213ff (visible: true, type: AcceptEventAction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49acfc23 (visible: true, type: AcceptEventAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13fe15c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@248520fd (visible: true, type: OutputPin_AcceptEventActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58818899 (visible: true, type: OutputPin_AcceptEventActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4371427a (visible: true, type: OutputPin_AcceptEventActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a2a8da9 (visible: true, type: ReduceAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40f2b875 (visible: true, type: ReduceAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12fe24be (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cb8d68f (visible: true, type: ValuePin_ReduceActionCollectionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73efcd8f (visible: true, type: ValuePin_ReduceActionCollectionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f0ffa9e (visible: true, type: ValuePin_ReduceActionCollectionValueLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fa0cc1d (visible: true, type: ValuePin_ReduceActionCollectionStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52d51801 (visible: true, type: ObjectFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c9355a3 (visible: true, type: ObjectFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c545048 (visible: true, type: ObjectFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7be7f6d5 (visible: true, type: ObjectFlow_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@610ec66a (visible: true, type: ObjectFlow_TransformationLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64d11812 (visible: true, type: ObjectFlow_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c4c1d4d (visible: true, type: ObjectFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10694756 (visible: true, type: ObjectFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47e68a0a (visible: true, type: ActivityParameterNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@687dd384 (visible: true, type: ActivityParameterNode_StreamLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f1ae604 (visible: true, type: ActivityParameterNode_ExceptionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6be9c628 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22ec55a2 (visible: true, type: BroadcastSignalAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4977854 (visible: true, type: BroadcastSignalAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a5056c7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16747f2c (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@579295f2 (visible: true, type: AcceptEventAction_TriggerLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6967081d (visible: true, type: AcceptEventAction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2543ae33 (visible: true, type: AcceptEventAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@665f6733 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@39d47faf (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ef604db (visible: true, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27ac4b14 (visible: true, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bda3ab1 (visible: true, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@134e5912 (visible: true, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@544c58bc (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61c9a028 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e1f2ce9 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7609c233 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54ed9b38 (visible: true, type: ReadExtentAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d319f27 (visible: true, type: ReadExtentAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ac887e2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a0e6236 (visible: true, type: ControlFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f5bad84 (visible: true, type: ControlFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f1fbb8 (visible: true, type: ControlFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fb1f859 (visible: true, type: ControlFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ab944d9 (visible: true, type: ControlFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ff6ac14 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d9da72a (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26a69d9c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1579c515 (visible: true, type: OutputPin_StructuredActivityNodeOutputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c01b204 (visible: true, type: OutputPin_StructuredActivityNodeOutputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@124065df (visible: true, type: OutputPin_StructuredActivityNodeOutputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@360ef278 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e414795 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d1ddd88 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2bc82090 (visible: true, type: OutputPin_OpaqueActionOutputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dba2ff8 (visible: true, type: OutputPin_OpaqueActionOutputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ff7eaac (visible: true, type: OutputPin_OpaqueActionOutputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4671bbd8 (visible: true, type: ObjectFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27820d0a (visible: true, type: ObjectFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67f37d66 (visible: true, type: ObjectFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78f4afac (visible: true, type: ObjectFlow_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e46e881 (visible: true, type: ObjectFlow_TransformationLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4346e79 (visible: true, type: ObjectFlow_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a052ed4 (visible: true, type: ObjectFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25442eaa (visible: true, type: ObjectFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@756fe685 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@efd58d1 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20cdb7c3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51974569 (visible: true, type: OutputPin_StructuredActivityNodeOutputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@309c41d9 (visible: true, type: OutputPin_StructuredActivityNodeOutputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f5960df (visible: true, type: OutputPin_StructuredActivityNodeOutputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e3a7798 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9770a2b (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4037709b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4750e144 (visible: true, type: OutputPin_OpaqueActionOutputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c49a665 (visible: true, type: OutputPin_OpaqueActionOutputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5297a40c (visible: true, type: OutputPin_OpaqueActionOutputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61c5e01b (visible: true, type: CreateLinkObjectAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77fbac63 (visible: true, type: CreateLinkObjectAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d18bf17 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@211ec412 (visible: true, type: OutputPin_CreateLinkObjectActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fd374e2 (visible: true, type: OutputPin_CreateLinkObjectActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ad81198 (visible: true, type: OutputPin_CreateLinkObjectActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f46886e (visible: true, type: ObjectFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3273bfa5 (visible: true, type: ObjectFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79be0ac6 (visible: true, type: ObjectFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f45a6f7 (visible: true, type: ObjectFlow_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6529d4ab (visible: true, type: ObjectFlow_TransformationLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42b601d1 (visible: true, type: ObjectFlow_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@452b69c4 (visible: true, type: ObjectFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@142d9ce0 (visible: true, type: ObjectFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@104ae4ed (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@624cd29 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13ba25ff (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@601672e8 (visible: true, type: InputPin_StructuredActivityNodeInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f0ecaa2 (visible: true, type: InputPin_StructuredActivityNodeInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59bd7ea3 (visible: true, type: InputPin_StructuredActivityNodeInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a2ee69d (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39532519 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10a35c43 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fd5bd24 (visible: true, type: InputPin_OpaqueActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@223866f (visible: true, type: InputPin_OpaqueActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1112fa26 (visible: true, type: InputPin_OpaqueActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11d666dd (visible: true, type: CreateLinkAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c8f92c1 (visible: true, type: CreateLinkAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ef8cc9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d56c679 (visible: true, type: InputPin_CreateLinkActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28bee3d2 (visible: true, type: InputPin_CreateLinkActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ac34b48 (visible: true, type: InputPin_CreateLinkActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d99f56 (visible: true, type: ObjectFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54e0b78 (visible: true, type: ObjectFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24533037 (visible: true, type: ObjectFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46a873f5 (visible: true, type: ObjectFlow_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@caa6a58 (visible: true, type: ObjectFlow_TransformationLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f7f4a46 (visible: true, type: ObjectFlow_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38b326b8 (visible: true, type: ObjectFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a08d666 (visible: true, type: ObjectFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ced9e31 (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a210cdf (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55b87469 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@373b341e (visible: true, type: InputPin_StructuredActivityNodeInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72c78038 (visible: true, type: InputPin_StructuredActivityNodeInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2117a2ec (visible: true, type: InputPin_StructuredActivityNodeInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6862ba40 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f036795 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a1007ef (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d0ea7b8 (visible: true, type: InputPin_OpaqueActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49f9ba4 (visible: true, type: InputPin_OpaqueActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7391ea28 (visible: true, type: InputPin_OpaqueActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1528570 (visible: true, type: ObjectFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f6bd23a (visible: true, type: ObjectFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17703119 (visible: true, type: ObjectFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25e702b0 (visible: true, type: ObjectFlow_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@645432b8 (visible: true, type: ObjectFlow_TransformationLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ab430e6 (visible: true, type: ObjectFlow_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c410098 (visible: true, type: ObjectFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ace4ad9 (visible: true, type: ObjectFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bb103d (visible: true, type: ActivityParameterNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6655513b (visible: true, type: ActivityParameterNode_StreamLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@528e5230 (visible: true, type: ActivityParameterNode_ExceptionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dba941f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bcd4699 (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cece389 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11e7501 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fc3529b (visible: true, type: CreateLinkAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c2a8cf4 (visible: true, type: CreateLinkAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ba1803c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bc56e10 (visible: true, type: InputPin_CreateLinkActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5362680e (visible: true, type: InputPin_CreateLinkActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63ac7957 (visible: true, type: InputPin_CreateLinkActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ebeae55 (visible: true, type: OutputPin_OpaqueActionOutputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ee35e7c (visible: true, type: OutputPin_OpaqueActionOutputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ac9a1ee (visible: true, type: OutputPin_OpaqueActionOutputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@10672117 (visible: true, type: ObjectFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63174fd6 (visible: true, type: ObjectFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68f2cd55 (visible: true, type: ObjectFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@730405c5 (visible: true, type: ObjectFlow_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a5d6d5d (visible: true, type: ObjectFlow_TransformationLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17abbc08 (visible: true, type: ObjectFlow_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ed959f0 (visible: true, type: ObjectFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45c05ebe (visible: true, type: ObjectFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f9b409e (visible: true, type: AcceptEventAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b1aa46 (visible: true, type: AcceptEventAction_TriggerLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a9dc188 (visible: true, type: AcceptEventAction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a6c0bb4 (visible: true, type: AcceptEventAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58636bc1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@163b4212 (visible: true, type: OutputPin_AcceptEventActionResultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b13ccce (visible: true, type: OutputPin_AcceptEventActionResultNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b9af7a6 (visible: true, type: OutputPin_AcceptEventActionResultStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@452f7c64 (visible: true, type: ReduceAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e3475dc (visible: true, type: ReduceAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38009823 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d43eddc (visible: true, type: OpaqueAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5671e669 (visible: true, type: OpaqueAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e90e51 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ffab3fe (visible: true, type: OutputPin_OpaqueActionOutputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ed76545 (visible: true, type: OutputPin_OpaqueActionOutputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48c74ebd (visible: true, type: OutputPin_OpaqueActionOutputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ccac134 (visible: true, type: CreateLinkAction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a00bed (visible: true, type: CreateLinkAction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51fdb003 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2afc72aa (visible: true, type: ObjectFlow_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c324557 (visible: true, type: InputPin_OpaqueActionInputShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bc6e2aa (visible: true, type: InputPin_OpaqueActionInputNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b44745b (visible: true, type: InputPin_OpaqueActionInputStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23a415c5 (visible: true, type: ObjectFlow_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3869166c (visible: true, type: ObjectFlow_WeightLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f066f79 (visible: true, type: ObjectFlow_SelectionLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17b19dcb (visible: true, type: ObjectFlow_TransformationLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d61f79e (visible: true, type: ObjectFlow_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7869a5d6 (visible: true, type: ObjectFlow_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a0df917 (visible: true, type: ObjectFlow_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22fef8dd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2a9b52d1 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ed3d1a8 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a104a32 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43ae2a45 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4df71f5f (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bf2de7f (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@db8971e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5eca4d4a (visible: true, type: StructuredActivityNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27f37847 (visible: true, type: StructuredActivityNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@770de09f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66c72577 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@669b856f (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@194a73f0 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b2ab963 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b47ad35 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24e47f25 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a588ae9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55920c1e (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5382f0ad (visible: true, type: DecisionNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e1381be (visible: true, type: DecisionNode_DecisionInputLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75ac85b5 (visible: true, type: DecisionNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@312e2ceb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@474aea90 (visible: true, type: ExpansionRegion_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51fedc6c (visible: true, type: ExpansionRegion_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f6f2dae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bf99cd (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d09652f (visible: true, type: JoinNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@229703b3 (visible: true, type: JoinNode_JoinSpecLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d9c4c6f (visible: true, type: JoinNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3df0a0a7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@607253a4 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cedfb6b (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65372154 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3486184f (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78a1a7c3 (visible: true, type: ForkNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41221f1 (visible: true, type: ForkNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a134d32 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2edea844 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6efc74ce (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@583dd73f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3db1abe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@64d79432 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69a6cc6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46c0f243 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69a6cc6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@339f5adf (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69a6cc6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57fb85cf (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69a6cc6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55059d24 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69a6cc6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1070e37c (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69a6cc6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4105cc0a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69a6cc6d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@c9293d6 (visible: true, type: PapyrusUMLDeploymentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57c7297 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@476e81ff (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50f4d93f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57c7297 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@282cef25 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a678a7f (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b7a9281 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@282cef25 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@282cef25 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57c7297 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57c7297 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57c7297 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65eb1f3b (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@310ce61e (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26ec7e88 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65eb1f3b (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@116eff6 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c278a91 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a6960bf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@116eff6 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@669e07bc (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32c39e24 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d7b8f49 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b935837 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b935837 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9182130 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9182130 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9182130 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b935837 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b935837 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b935837 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@482586cd (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@482586cd (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30f89dd4 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30f89dd4 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44799216 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@da7569 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cbab1c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39b7127a (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4630e85a (visible: true, type: ExecutionEnvironment_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@156c91ba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39b7127a (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14cfcf56 (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e40a60c (visible: true, type: ExecutionEnvironment_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d1edd1f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14cfcf56 (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14cfcf56 (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39b7127a (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39b7127a (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39b7127a (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c2e370f (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33449e04 (visible: true, type: ExecutionEnvironment_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1545fc85 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c2e370f (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b347e9d (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33aa1e72 (visible: true, type: ExecutionEnvironment_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d194e1d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b347e9d (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cd123af (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9383a2d (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@609a79cf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5587c3bb (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29998f76 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5587c3bb (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fd54096 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3323005b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fd54096 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fd54096 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5587c3bb (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5587c3bb (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5587c3bb (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@377e021b (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b4fc547 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@377e021b (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55f70dba (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54a5f91f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55f70dba (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a7692c0 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@311d3c1b (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d767dc4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b7a3057 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a16302c (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d3045ae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b7a3057 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5606bd1 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e724255 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f070afa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5606bd1 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5606bd1 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b7a3057 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b7a3057 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b7a3057 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a041cbc (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1669dc37 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b1fe9d3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a041cbc (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7759b0a6 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d4856fe (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@462463f7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7759b0a6 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11cdecfa (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6451a574 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fa3d002 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41dc5ba8 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@600026ac (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47461fce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41dc5ba8 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d314460 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35a808f0 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a3a8a38 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d314460 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d314460 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41dc5ba8 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41dc5ba8 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41dc5ba8 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@799798bd (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31890b56 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33df767 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@799798bd (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@335e6f67 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66f66c79 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@125f27b7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@335e6f67 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1fba96bb (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d87b126 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18e42917 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@554f5fcb (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7459c73c (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d8261e7 (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3162b225 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@554f5fcb (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fd109fb (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a19a20 (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d6eaa6f (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@465454d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fd109fb (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fd109fb (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@554f5fcb (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@554f5fcb (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@554f5fcb (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@716782c1 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29a510df (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ccb6376 (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@282e1123 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@716782c1 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e45da03 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2155111f (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48793ec8 (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@458c69b5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e45da03 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c318252 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ebfbec9 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@550b0b2d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76ef0395 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7087323a (visible: true, type: Device_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f4ba193 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76ef0395 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54d446d (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6438a36 (visible: true, type: Device_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62788639 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54d446d (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54d446d (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76ef0395 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76ef0395 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76ef0395 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@170cb06f (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6da0f3d1 (visible: true, type: Device_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dcdc9ad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@170cb06f (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@326e6243 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@579ff37b (visible: true, type: Device_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29d15edc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@326e6243 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@607c4d42 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@546e8d89 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79f35ab6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67d9c79c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6b0fc7bd (visible: true, type: PapyrusUMLDeploymentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77cb88e7 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5048419c (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1be71f65 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b02685f (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e4e09d2 (visible: true, type: ExecutionEnvironment_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52baaa9e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b02685f (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6da692b9 (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@615e1e33 (visible: true, type: ExecutionEnvironment_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22b92622 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6da692b9 (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6da692b9 (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b02685f (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b02685f (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b02685f (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22ecb77b (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25cde311 (visible: true, type: ExecutionEnvironment_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30de9d37 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22ecb77b (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61577c0 (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ae27c72 (visible: true, type: ExecutionEnvironment_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7308772b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61577c0 (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bbff678 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@210ba7ec (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c31a82b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6952d420 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ac9c01 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73de338f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2abb5f56 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12ada4b5 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bf98e60 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2abb5f56 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ffd542e (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b6e1f05 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@298d1e96 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ffd542e (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ffd542e (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2abb5f56 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2abb5f56 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2abb5f56 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28adbeb (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cdb0c45 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a03c278 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28adbeb (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1228d0f6 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e1e211 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1307ffab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1228d0f6 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23354e20 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e955151 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38c3c2f3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20467c2c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46883cee (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e363da (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@157df838 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@128d11fa (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@531b10a2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@157df838 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2be2313c (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79ad3f4b (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29a839ac (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2be2313c (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2be2313c (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@157df838 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@157df838 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@157df838 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c85cce3 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b8f223d (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73a1808c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c85cce3 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19e6fc1f (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ef77d59 (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74921b16 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19e6fc1f (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ce24050 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7688a25a (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a1d9895 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c6c2464 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@483109a8 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cd6b44 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@744e1320 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b9e022 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e14e318 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@744e1320 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39b2b8af (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30bf9d15 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51977e23 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39b2b8af (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39b2b8af (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@744e1320 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@744e1320 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@744e1320 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61046ce2 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51fbd3c2 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@536eb996 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61046ce2 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3473a6d5 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71a2644a (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cc0a5b1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3473a6d5 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36e7d01c (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f087fc9 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b78cafe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@363aa289 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5971cc57 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b2cb81a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d5c2263 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bb48d2b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d5c2263 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@664db6e6 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68ade323 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@664db6e6 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@664db6e6 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d5c2263 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d5c2263 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d5c2263 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e5224e9 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@765b55dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e5224e9 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@209ace13 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5802ca0d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@209ace13 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59971bf4 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73332baf (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49ddd1a5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ad84db7 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75432d37 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3308f6d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f3dff0a (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fc4f74d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f3dff0a (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ead9a8b (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cc2236a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ead9a8b (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ead9a8b (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f3dff0a (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f3dff0a (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f3dff0a (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a46e80f (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5627861b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a46e80f (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7348b2c5 (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e68b4d6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7348b2c5 (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23089ae7 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b688f4e (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15167424 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@541302f9 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65664f1b (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@418eac5b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16f52d8f (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16f52d8f (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10cc4f28 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10cc4f28 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10cc4f28 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16f52d8f (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16f52d8f (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16f52d8f (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ea79599 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ea79599 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e643034 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e643034 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a82fcff (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1630af80 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d4bbd98 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34c21484 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d12b12 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@300ae114 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1db050d2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1db050d2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d4453ec (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d4453ec (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d4453ec (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1db050d2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1db050d2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1db050d2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@178b1385 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@178b1385 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41a41dd8 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41a41dd8 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47184db2 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55656657 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@579c9bfb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a3b0d2c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bf604ad (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60dfa8b2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4797ee2f (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59ac9a6e (visible: true, type: ExecutionEnvironment_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@545bac63 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4797ee2f (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1241a1e (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1530a0ab (visible: true, type: ExecutionEnvironment_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51c1c6ab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1241a1e (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1241a1e (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4797ee2f (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4797ee2f (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4797ee2f (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@420e45b (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ba9d209 (visible: true, type: ExecutionEnvironment_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a95e944 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@420e45b (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@687ce532 (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c41587c (visible: true, type: ExecutionEnvironment_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@190a856b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@687ce532 (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26832f28 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ea18583 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52a89162 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e387d61 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f5e14ad (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3119e7b8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53e4e95e (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11fe5cf7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53e4e95e (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d71370 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c282795 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d71370 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d71370 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53e4e95e (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53e4e95e (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53e4e95e (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4974a65b (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28793bb1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4974a65b (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f80e48f (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4285d99f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f80e48f (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45ccd873 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@106e5590 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c0f3404 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14d4fc8c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24328e8f (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50753dd6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@238f7b3f (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@475158dd (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b303b3f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@238f7b3f (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38fd723e (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b26139a (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@edc55cb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38fd723e (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38fd723e (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@238f7b3f (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@238f7b3f (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@238f7b3f (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@375b0f0d (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ed46043 (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20db0f5b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@375b0f0d (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dfb46d4 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b729bf7 (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23712a91 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dfb46d4 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dee2085 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68ff6451 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10e14848 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37af90ae (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cb578a4 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59b19fa5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dbd5472 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5eb7e0e2 (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9597999 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dbd5472 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@412bca4d (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22ff4bf3 (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32fcaa93 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@412bca4d (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@412bca4d (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dbd5472 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dbd5472 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dbd5472 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3050fb3a (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c5ca1b5 (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5328f20e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3050fb3a (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7df90a2b (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bab1192 (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ddb77fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7df90a2b (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c7e1f0d (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d1d7ba3 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5eb0791b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25eb634b (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59f0a9f1 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d2dfe76 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@204963d9 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22510769 (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@271fb1f9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@204963d9 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14f5d74d (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f293437 (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5df52c5f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14f5d74d (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14f5d74d (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@204963d9 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@204963d9 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@204963d9 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d42dbdb (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e0a565f (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35e0a0d4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d42dbdb (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70dfb9db (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19207c47 (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14ca1da5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70dfb9db (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b97589f (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c5f3184 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@360917e4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66a26f13 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53e7b3d1 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59c12417 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d97536b (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7669b24e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d97536b (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64aac6db (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@de0ff04 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64aac6db (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64aac6db (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d97536b (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d97536b (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d97536b (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ad87f09 (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@237c02eb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ad87f09 (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2531535 (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b321aec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2531535 (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33d818a (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22a89f4f (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@167844d4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ed8cdf9 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10ab4db5 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3871ad19 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53e7e93b (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67cc43e4 (visible: true, type: Device_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bd0bcac (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53e7e93b (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50c8a182 (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1888319c (visible: true, type: Device_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e0e5cde (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50c8a182 (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50c8a182 (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53e7e93b (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53e7e93b (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53e7e93b (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5183956c (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d39c17 (visible: true, type: Device_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@363ae896 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5183956c (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45ab8f62 (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19c2d9b8 (visible: true, type: Device_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cf53b60 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45ab8f62 (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4567a6e8 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@936ccf3 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@426d4f4c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@417a80f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@25fb1c8f (visible: true, type: PapyrusUMLDeploymentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54a6fff8 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f3f3ef1 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d319f43 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31dfc66b (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d675c40 (visible: true, type: Artifact_NestedArtifactCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12b386c8 (visible: true, type: Artifact_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d8a65c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31dfc66b (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4aae9c6 (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d60d7e (visible: true, type: Artifact_NestedArtifactCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5eb9a1e2 (visible: true, type: Artifact_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a770bce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4aae9c6 (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4aae9c6 (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31dfc66b (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31dfc66b (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31dfc66b (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@633ba4b0 (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c928e1c (visible: true, type: Artifact_NestedArtifactCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@487d4196 (visible: true, type: Artifact_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58851ec0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@633ba4b0 (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12741283 (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e08b062 (visible: true, type: Artifact_NestedArtifactCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@207246fa (visible: true, type: Artifact_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16bcdaab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12741283 (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77ba6c7c (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@618ab41 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@110a11a6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13783b0a (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72df4193 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13783b0a (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@276a7b55 (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c95de01 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@276a7b55 (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@276a7b55 (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13783b0a (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13783b0a (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13783b0a (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2832246c (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@534f42b0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2832246c (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78fa871c (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53894a61 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78fa871c (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78c960d1 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46348dcc (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69b34a68 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@178359e9 (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18760091 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@178359e9 (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e3e91c (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@509c1528 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e3e91c (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e3e91c (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@178359e9 (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@178359e9 (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@178359e9 (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f1a5d53 (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77255a64 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f1a5d53 (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d32461 (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ec9eea5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d32461 (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40fffcd6 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cd78e38 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f11549c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35ecf716 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bdd00bb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35ecf716 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c756562 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47776db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c756562 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c756562 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35ecf716 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35ecf716 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35ecf716 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ce01758 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@286d60d3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ce01758 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b302d77 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d27dc3b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b302d77 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@432c21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@9a67d70 (visible: true, type: PapyrusUMLDeploymentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6646ca5f (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@470bfe69 (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b309700 (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d67bd84 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e283130 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7be96fe8 (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d8677db (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@304ff50f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a641387 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a1e59f5 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@603a256c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@408629cf (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10b6b351 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d7e7b1f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f7806b0 (visible: true, type: Deployment_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16bc3310 (visible: true, type: Deployment_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75f7972c (visible: true, type: Deployment_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f7806b0 (visible: true, type: Deployment_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f7806b0 (visible: true, type: Deployment_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f7806b0 (visible: true, type: Deployment_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f7806b0 (visible: true, type: Deployment_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f7806b0 (visible: true, type: Deployment_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79744a2e (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a89e456 (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1faa1a0a (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7df95185 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d4096d2 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@386e01e2 (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f4034bb (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@122b80e1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a7c7595 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d7a4f5b (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a55ebf1 (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dbf660c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a470158 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65d2792c (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@111aed7c (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c5d1a99 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@87e5432 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@910f9e7 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a9743ae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7898ea17 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@291c0db9 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a684e2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73ba3501 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@82fab22 (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16edc05d (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f435cc1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd81675 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1527cfd5 (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@200f43b4 (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@886a2d3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16fc27fe (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42b14d8 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@139fde39 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c980ff2 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b73e003 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d5ab6ef (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19963c7a (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@416723ff (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ed14c44 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dcafba8 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44f2c9f6 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d4d1226 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@173d6242 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@27a4ab76 (visible: true, type: PapyrusUMLDeploymentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42fe73b2 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b827ad (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@640742e7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a5aa669 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e6ab603 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@554f5b5d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e23bb96 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b512abf (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30ced4f7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11e53653 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5409c17 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16b53dbe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@524b1216 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c9c2751 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@524b1216 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@524b1216 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@524b1216 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@524b1216 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@361457e1 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7459e655 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@361457e1 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45247181 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@48dcb75f (visible: true, type: PapyrusUMLDeploymentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@555d2e0a (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24336367 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5147c509 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@916f05d (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d2a50a4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@303c7f77 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ab2dfa4 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a40fc76 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@526e7c67 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@526e7c67 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@526e7c67 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@526e7c67 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@526e7c67 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@526e7c67 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@84e0e6f (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@84e0e6f (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a2a8b1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@77523f3f (visible: true, type: PapyrusUMLDeploymentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15c36f0d (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68bf0dae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43a97392 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b3c3cd2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@470c62c1 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@320364c9 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12fe8fbf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14f1cc63 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@83baf27 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@737f2633 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e4aed83 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e4aed83 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e4aed83 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e4aed83 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e4aed83 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e4aed83 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56b40417 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56b40417 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4fe8c61d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6cee5102 (visible: true, type: PapyrusUMLDeploymentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75890f8e (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ac966c0 (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@674ae2bb (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1543f5a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@200b9609 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c4940aa (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22819f40 (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4179ce5f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17e7d4a3 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71c675dd (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b4d44af (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7837bcfc (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c057469 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e749d42 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@303786d1 (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49e61589 (visible: true, type: Manifestation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5557a7f4 (visible: true, type: Manifestation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@303786d1 (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@303786d1 (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@303786d1 (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@303786d1 (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@303786d1 (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22e5a35f (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e9264b8 (visible: true, type: Manifestation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2385d633 (visible: true, type: Manifestation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22e5a35f (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2af94b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@32899611 (visible: true, type: PapyrusUMLDeploymentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5924a7a0 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38deef5f (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67f53019 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3624fc0a (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dabdebe (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53b16797 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77528b0a (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@732a61a6 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d5f17d4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@222dd58c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5995649d (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ef7d5ed (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a6cca9b (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ee9894c (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42d6f905 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c8d385 (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78e47a57 (visible: true, type: ExecutionEnvironment_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dde3897 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6547f108 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21fdd576 (visible: true, type: Device_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62354a5e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2df9d8dd (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@624325e2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23c8bca2 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12487fb1 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@720e9b36 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@345230e8 (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cad8e1a (visible: true, type: Device_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f77f1e2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6187f577 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5329bee8 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f9e7e92 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@728f8ad5 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22b29e85 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74f0565c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70dfdded (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cf5d67f (visible: true, type: Device_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7df0ec0a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a14b5e7 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57c4f1df (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d78e5d6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6983ab23 (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cc95689 (visible: true, type: ExecutionEnvironment_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d55c589 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@cbb96a7 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a2e1500 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@444f7a05 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@712a0162 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@df3a156 (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@430dc16a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51c068a7 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8b0f1fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b986b84 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3728d071 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@357fcee3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1aaa1868 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66d4ceb8 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16835946 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6703475e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25fa529b (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a9849a7 (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56b5cfe5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@aeb0f6d (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f6123c3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@361dd (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fabadf (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bbbe66e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3592a4aa (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ab8bc6e (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7199e95b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c5ee152 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d9c1147 (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3557914b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e827954 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7040aee9 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5344b41e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34417e3a (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20505b3d (visible: true, type: Device_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f90c733 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@252ef9c5 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e914c6e (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f4d7ef9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f8d5cde (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15e8b32e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ec85820 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67c179d0 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d75688c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ca134af (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6432408b (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@167007b1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b311a3f (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e62f676 (visible: true, type: ExecutionEnvironment_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b6ad5d8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f03c7f3 (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13c3dc28 (visible: true, type: Artifact_NestedArtifactCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c75f937 (visible: true, type: Artifact_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f5b5003 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d0c378 (visible: true, type: Artifact_Shape_ACN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2dbad44b (visible: true, type: Artifact_NestedArtifactCompartment_ACN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bd8a00c (visible: true, type: Artifact_FloatingNameLabel_ACN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dc4570d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44efcce2 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7edcdd80 (visible: true, type: Device_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12fc169c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66816520 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bc65dd0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38b9601a (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f994863 (visible: true, type: ExecutionEnvironment_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@698adee9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@299f053a (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7598d904 (visible: true, type: Artifact_NestedArtifactCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69165fcd (visible: true, type: Artifact_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2252dadd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7eb75556 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c045fc1 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e4a8670 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@797658e3 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21746202 (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60765a47 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b92a714 (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dceab56 (visible: true, type: Artifact_NestedArtifactCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4adb8af9 (visible: true, type: Artifact_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e6966bb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34686f9e (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6344db29 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52950e83 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1673df24 (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47d7f347 (visible: true, type: Device_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36e1dd74 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@562a0e42 (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46a2cb36 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48817137 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@500a2cac (visible: true, type: Device_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30e6cd8a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@689d77c3 (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@433cfbe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e362055 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b7ab78 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77df145c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@312d4ca1 (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5733a1e2 (visible: true, type: ExecutionEnvironment_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e6ffd3d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58e4f8bc (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c6d59a (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f19373a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@677c2f4b (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e95d454 (visible: true, type: Device_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a64b626 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60a8664f (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49e77e9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ebfaa4e (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a0d8ea2 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a892cdd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67835f22 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18518b3c (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@255f204e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f53954c (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c2d907f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16095ec3 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22e45aa5 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76849f56 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c932725 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b174af4 (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6409fd5a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30f8844a (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69c36ac3 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@602be7b9 (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45a16599 (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29988a4a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f4e4f17 (visible: true, type: Artifact_Shape_ACN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32832108 (visible: true, type: Artifact_NestedArtifactCompartment_ACN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ec93586 (visible: true, type: Artifact_FloatingNameLabel_ACN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68062e45 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f2b9d8e (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43d64062 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7284ffc9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f23d096 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c512b0a (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f0da4a4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50982eea (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41e6209e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31ea494a (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@700a8706 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40455013 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d9789e2 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c66bdb5 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35c404ce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74308932 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38a703a5 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9151dd6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60912659 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67aeaa43 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b7a3d7a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@121e4de6 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ac5e921 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a232f40 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b36e8a2 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3215e316 (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e7879d7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18fa50e4 (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5798067d (visible: true, type: ExecutionEnvironment_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d917d00 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28f55700 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16a57132 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67e3ed70 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34b35866 (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21f5cce8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@162ceea5 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2460c16f (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6360e532 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ab472a6 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71be3d6 (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c2023e3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4218677c (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@311c500d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3947289d (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3639f79b (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50ee8590 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bc9db6f (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63135d26 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ba6a6e0 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e651b4c (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bcb3f9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c8e57f7 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5394e05f (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a18f0dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58c4f1cc (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a3394a1 (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1988064f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dd13e1d (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a2bf37e (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9cec1f7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7de9e30d (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@686a6b40 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@494c0a73 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@681f13e4 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6151a7b4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6247aa18 (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5777bd4b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e6b5bd (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23cfa489 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9b0767b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cf3bde4 (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b6ab0cf (visible: true, type: ExecutionEnvironment_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dcc40fb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f412dd0 (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75e84395 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15696228 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70763d93 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42875fe5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b092d8 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ab1eb96 (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d0be14b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d22b751 (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9f02126 (visible: true, type: Device_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60a1a421 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78e90f (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46fb0c18 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33767abf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27565976 (visible: true, type: Device_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1200bfc5 (visible: true, type: Device_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c70f7c7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a839b86 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61e7e837 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72c16e5d (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@249b9384 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16f63762 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@486fe19e (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59d5ca63 (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f386a81 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e3f1599 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21097d2f (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c453b50 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@394ca6ed (visible: true, type: Artifact_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44065af9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ff67538 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73bc6852 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f604610 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@711012ec (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a39a529 (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3082aa65 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d97e108 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ff737d7 (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d5a7c0d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56d5c0da (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36076ca7 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74fd4af6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b4750b9 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c83a261 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f10ab0d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75f05d57 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38d4a28a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@520da6a5 (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@183f555b (visible: true, type: ExecutionEnvironment_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e9a0ca7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b0c4121 (visible: true, type: ExecutionEnvironment_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60082e33 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f37bfe4 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@785ad887 (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b18a543 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67db597f (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f5c6aab (visible: true, type: Artifact_NestedArtifactCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e65578f (visible: true, type: Artifact_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a0681a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13744d8a (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11ff8d94 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73d569e7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@153a7a8 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@357a694c (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7289b017 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65aaaca8 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74aff41e (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59ad5ebc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4afc836c (visible: true, type: ExecutionEnvironment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40cf3215 (visible: true, type: ExecutionEnvironment_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c821146 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b449003 (visible: true, type: Artifact_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@442260e2 (visible: true, type: Artifact_NestedArtifactCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@192865e3 (visible: true, type: Artifact_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67d2bc25 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f550606 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13fa287c (visible: true, type: Node_NestedNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76028de7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@291e4ecb (visible: true, type: Device_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22efb89b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15b8beb7 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7676102b (visible: true, type: Artifact_NestedArtifactCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@99cc5e5 (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bdcdf7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e0e9fb7 (visible: true, type: Artifact_Shape_ACN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@685aaefe (visible: true, type: Artifact_NestedArtifactCompartment_ACN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cc55f96 (visible: true, type: Artifact_FloatingNameLabel_ACN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@353b7d3d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@199af09e (visible: true, type: Artifact_Shape_ACN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@202bd0e9 (visible: true, type: Artifact_NestedArtifactCompartment_ACN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@762b9bfd (visible: true, type: Artifact_FloatingNameLabel_ACN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@489153f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a0c1c48 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a97383c (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7acfa5e4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41f06dfc (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fcf8468 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61324f5c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ec5b0c5 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f2cc7d8 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41666181 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2414ec9a (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51c25fb8 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b84ae13 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@672e2581 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d6818e9 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54438bec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@149b4a7a (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a56515c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4eafb4b (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34197c68 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d3943c4 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@215adeb5 (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d0580e3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49608a60 (visible: true, type: Node_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e6e2b29 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17121567 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ec0f415 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6448c3d7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e0cb806 (visible: true, type: Node_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@732e4a98 (visible: true, type: Node_NestedNodeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55f79764 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@366f008e (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61620d11 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2aa8857f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@230cf90 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ce9a1b4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@19af239b (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26d2c709 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74669596 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f4bdb60 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26d2c709 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40e5ab55 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d09ace0 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8ba0213 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40e5ab55 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40e5ab55 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26d2c709 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26d2c709 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26d2c709 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47bac0d0 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5bd39a08 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29cb4331 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47bac0d0 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7061500 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e690b45 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6626ec86 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7061500 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b90e6c4 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e297546 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b60e723 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6807907b (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b0971fb (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e320229 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7037e891 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41dbe0a3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6807907b (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4953dd40 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35206413 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fbd65b2 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64fa3809 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62f638aa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4953dd40 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4953dd40 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6807907b (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6807907b (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6807907b (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37a18aad (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e641dfe (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3306e888 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40d18b63 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@540df29f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37a18aad (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cf0bfb8 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fd36b48 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43efc309 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a954e57 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e74c07a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cf0bfb8 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64260f1e (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5666d305 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4abf003 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@660add5 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@660add5 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49c333fe (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49c333fe (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49c333fe (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@660add5 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@660add5 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@660add5 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7668c3b0 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7668c3b0 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50e9fd88 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50e9fd88 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@582b9a09 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e19d59b (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44335b03 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28d0b8d1 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b029b4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28d0b8d1 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@554bf3de (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@242017a7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@554bf3de (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@554bf3de (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28d0b8d1 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28d0b8d1 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28d0b8d1 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@489fd9de (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69f2bd83 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@489fd9de (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e3dea62 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26d012cf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e3dea62 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29ad903f (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69178925 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d40cee0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17fdc6d (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@290b9a69 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a8957ec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17fdc6d (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fadbdf6 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@500789c6 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49a81b46 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fadbdf6 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fadbdf6 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17fdc6d (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17fdc6d (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17fdc6d (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@724e676b (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e364e5f (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32f259af (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@724e676b (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d0d5493 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ef63c58 (visible: true, type: Model_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dc4ab12 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d0d5493 (visible: true, type: Model_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68ced730 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e2db591 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31955f0e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12a68839 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c678d5e (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e8db2f (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25f59c4e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12a68839 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30baae82 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63b76ef2 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d282cd5 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78007344 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30baae82 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30baae82 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12a68839 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12a68839 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12a68839 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bf626e8 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3455cf89 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34c7a136 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a0bd718 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bf626e8 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7522da25 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@583b8227 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67d26990 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d308e9b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7522da25 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2db3bf13 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@459927ec (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35c16758 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e3ea455 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@18586c40 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44d60f07 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62835095 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@485e32c2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c2944b6 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a6621e1 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53e249d1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c2944b6 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5393c5c (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1066f8b5 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e3e8ae4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5393c5c (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5393c5c (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c2944b6 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c2944b6 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c2944b6 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46e19449 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21cbba56 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f66c1cb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46e19449 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e6ae984 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@344d5f0e (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e8d2bd3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e6ae984 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5abf2b58 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50460c5d (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5bf4c245 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55845878 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49146cdc (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7590d252 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21b0e9b8 (visible: true, type: Interface_ClassifierShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40f627e9 (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1977bb05 (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5debf717 (visible: true, type: Interface_ClassifierFloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35306667 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21b0e9b8 (visible: true, type: Interface_ClassifierShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fe06ab2 (visible: true, type: Interface_ClassifierShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32eb18a (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bb54f6d (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21c6e8df (visible: true, type: Interface_ClassifierFloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fe7d8f8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fe06ab2 (visible: true, type: Interface_ClassifierShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fe06ab2 (visible: true, type: Interface_ClassifierShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21b0e9b8 (visible: true, type: Interface_ClassifierShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21b0e9b8 (visible: true, type: Interface_ClassifierShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21b0e9b8 (visible: true, type: Interface_ClassifierShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3da17875 (visible: true, type: Interface_ClassifierShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c31a561 (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ca5c955 (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ce3f431 (visible: true, type: Interface_ClassifierFloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a506cab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3da17875 (visible: true, type: Interface_ClassifierShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c83c645 (visible: true, type: Interface_ClassifierShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d4882fd (visible: true, type: Interface_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5387e829 (visible: true, type: Interface_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@346debeb (visible: true, type: Interface_ClassifierFloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@131b8dd4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c83c645 (visible: true, type: Interface_ClassifierShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10126540 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c61796 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e035230 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4931682d (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20bb6cb2 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65a483a7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f9df267 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f9df267 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4aea4725 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4aea4725 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4aea4725 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f9df267 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f9df267 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f9df267 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55b41271 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55b41271 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38a8a7b2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38a8a7b2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@157b9546 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62937d68 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68f40f88 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e819439 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15e27a09 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e885ce6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44e52a61 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7596176d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44e52a61 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bc8186a (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a102eeb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bc8186a (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bc8186a (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44e52a61 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44e52a61 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44e52a61 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b0b0289 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fc91d1a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b0b0289 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1533965b (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b292ed5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1533965b (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42cf7a42 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67e3b5ae (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7aba80d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38619d0e (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11453c20 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@226673ec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ab9634 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2beeac90 (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60ca0a4f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ab9634 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e4d658e (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8489e1f (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72d11dfa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e4d658e (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e4d658e (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ab9634 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ab9634 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ab9634 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59895738 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43dba90c (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dca420d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59895738 (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3eb148ba (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@589460ab (visible: true, type: Model_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cd176b9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3eb148ba (visible: true, type: Model_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1aee9f83 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52fe9950 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@451fed61 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1cce1030 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1337e92d (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c8bc5f9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@470150e5 (visible: true, type: Component_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@755fd216 (visible: true, type: Component_StructureCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4711cd19 (visible: true, type: Component_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a93d68b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@470150e5 (visible: true, type: Component_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52e609c8 (visible: true, type: Component_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5535a9cb (visible: true, type: Component_StructureCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44940c36 (visible: true, type: Component_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64ed4443 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52e609c8 (visible: true, type: Component_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52e609c8 (visible: true, type: Component_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@470150e5 (visible: true, type: Component_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@470150e5 (visible: true, type: Component_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@470150e5 (visible: true, type: Component_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4975c84f (visible: true, type: Component_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b071a4b (visible: true, type: Component_StructureCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9d355a3 (visible: true, type: Component_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c465678 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4975c84f (visible: true, type: Component_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@118b942 (visible: true, type: Component_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13cd9b7c (visible: true, type: Component_StructureCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a51f31b (visible: true, type: Component_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b8817f1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@118b942 (visible: true, type: Component_PackagedElementShape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5106340a (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@395e7cf3 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75c0fc1b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8c0760 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@191b2872 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c180ae4 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@481aed2a (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@173a76fb (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@499f0b4f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58a1ea2d (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71cffbbc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58a1ea2d (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63929cc2 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d912182 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63929cc2 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63929cc2 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58a1ea2d (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58a1ea2d (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58a1ea2d (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bc90964 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11b9769f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bc90964 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@746c7761 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25d687d2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@746c7761 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e29341e (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e26a7be (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b6e1a94 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3700389b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd678bb (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5284c2f7 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ee7eefb (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f38e91f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd678bb (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a409b74 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@399deede (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24eccf56 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d304f69 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a409b74 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a409b74 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd678bb (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd678bb (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd678bb (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27e7177d (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8cef15a (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e1647a9 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7237aa9f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27e7177d (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37d1c079 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1b38e946 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29f7af71 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70119957 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72cef64b (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@572ebcc6 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27e577f8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c673ec6 (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c673ec6 (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c673ec6 (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c673ec6 (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c673ec6 (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12e49816 (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12e49816 (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52d49b76 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@773e1ed0 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b7c314a (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@194559b5 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45f8a74e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2919fb9 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64132e19 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39c4d241 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46b59aa7 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f2fc4aa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@187df4dd (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@187df4dd (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@187df4dd (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@187df4dd (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@187df4dd (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24f7936d (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24f7936d (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33e5a8e6 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c975502 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d9754d8 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fa8fbb1 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33c8c2ef (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@667f521d (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22e2635a (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e7be414 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ed6b739 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c5aee4b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@549105c3 (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@549105c3 (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@549105c3 (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@549105c3 (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@549105c3 (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f6c9fbc (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f6c9fbc (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58acc1e2 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@784c679b (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a2107c5 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35504ad2 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71c4bd3c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f01ba45 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@45ae278f (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12e5fc32 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@322c2c39 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28f22917 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e73c457 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18c71589 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e43987b (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45268972 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@370e8660 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@413e3ad0 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e2e2faf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42998bae (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26b49ff1 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cabc7bc (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27bb8bc3 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fb1e1bf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7387a0da (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c23b46 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@289e7c9 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34c46af6 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d558f60 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b7bdcfc (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e7b8ea1 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3776ffa7 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b7bdcfc (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b7bdcfc (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b7bdcfc (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b7bdcfc (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6e4d5a3b (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4372b872 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2171e554 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6e4d5a3b (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c1a1748 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5508d1e8 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4790e56 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c1a1748 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@78c36e2f (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ef98e80 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4754e169 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@78c36e2f (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2261d6f0 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b8795e8 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66299408 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f12bc8f (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c376935 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c00c5c8 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e2e339d (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ed636ac (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14188118 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45185098 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45c88e81 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36778779 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b25908f (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c5a014a (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58d5a09e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8aef644 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a424f96 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@520406a3 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@562e64b6 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c591bb8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52c5a75c (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68c0bf4b (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d6bb9af (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52c5a75c (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52c5a75c (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52c5a75c (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52c5a75c (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1f1d45de (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@242749e2 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@756bbef5 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1f1d45de (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5158bcb1 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c24aa8 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bda4be1 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5158bcb1 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4f039cfb (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f736374 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6619bb3 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4f039cfb (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43f6f244 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a2ae456 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42c285d0 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75a6ad6 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bc3eb60 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73e2c3a4 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@529b1b36 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75aaed88 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23eee656 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8bdc69d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@430a91a5 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16cf89ba (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c790df4 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@269be893 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@619bae5b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17589e5b (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47517cdf (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2db46b9c (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e814049 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e611c79 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@111354c7 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74f488ef (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3da4ad28 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@111354c7 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@111354c7 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@111354c7 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@111354c7 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5bb2c233 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bf254c5 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78d8c2d8 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5bb2c233 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38483cfd (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@354f3428 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23b5bfdf (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38483cfd (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@61a738a5 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@322be14d (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29bc6d46 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@61a738a5 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7318bd0 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58be915f (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c51feb1 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@244a5055 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24714a6d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@523bec8c (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55ec0cb2 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52928cee (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fafe9a (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e946ab3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c7f80ca (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19e9db8d (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18e9bcb3 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@736d4db5 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b689c4c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57923c1c (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@107e2e27 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d4cd3a9 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41e75d5b (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27aa8e8b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@288a9164 (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41788845 (visible: true, type: Manifestation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ca8fafe (visible: true, type: Manifestation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@288a9164 (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@288a9164 (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@288a9164 (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@288a9164 (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1a63331e (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@383e4c6b (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15156504 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1a63331e (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72e6bcc4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@26d32bc9 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@182db19d (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70bea93f (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78b1c299 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@601523b3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71908f13 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a1557ec (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67bca2d4 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@105f3abf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33787a4e (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f4b8a41 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4be9393f (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1808a204 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60abb3d6 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c17fef4 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a535230 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7762a8e4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e5f6876 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c472304 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e5f6876 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e5f6876 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e5f6876 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e5f6876 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@330ad365 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@697182e6 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@330ad365 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@725275ad GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2e8f51ed (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6abc98fe (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@715d413e (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@741717fb (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d021d92 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c109c7e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f3b57a4 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3af5c35d (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@594e76c6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@60ba2d9f (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@60ba2d9f (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@60ba2d9f (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@60ba2d9f (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@60ba2d9f (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@60ba2d9f (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@41139b17 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@41139b17 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45e986be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1d740441 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d42f133 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58af641 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45277aab (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@397ad6c4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6753af41 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4002e810 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40d24cd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6170ea1d (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28858d5d (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c93ce87 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53e1b2c6 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53e1b2c6 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53e1b2c6 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53e1b2c6 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53e1b2c6 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53e1b2c6 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e322116 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e322116 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3316c1ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@53f14ed3 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b9f0f89 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@196ae9e8 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a6bcc79 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48229407 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@133c313b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d675d95 (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e672624 (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3871eeae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44fc1a15 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f74de16 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6887b9d (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25b07e07 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fb74cd5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f699c5e (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@382b9cc (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e2594be (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f83f81f (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b479176 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55c17ef8 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@191dfd6 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a7bb0f7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bf782ec (visible: true, type: Reception_InterfaceReceptionLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@256c0d6e (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@710648b1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@45754299 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1a496f24 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17673663 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1890238a (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1efbd6ab (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75287994 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b0dbc4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79ae2068 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bc5f26b (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@677ff66f (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77bdd1f9 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dc266ac (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6167ca61 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54cdcfbb (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e8dceaf (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2676ee7 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@226917b3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59244504 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7e399f34 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f678cfe (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b839a31 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77e817f4 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45ea869c (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c736be0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11f4914f (visible: true, type: Operation_InterfaceOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1285d331 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6017e6c5 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ad9ee40 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e038f59 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33476da5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23f7cb7d (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6623e94d (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29750e71 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38e4d260 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@737b4d93 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a94676e (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33900439 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@579e3c34 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dcf37b5 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e3c0594 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@390aa4ff (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32676670 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@128e48ab (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c76dcce (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2920ec5f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15fc9b71 (visible: true, type: Interface_ClassifierShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50fc1688 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bd2a39f (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cc7ec26 (visible: true, type: Interface_ClassifierFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2880dfb9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ab30e4c (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7a0886a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@43d621d (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@310b3468 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6104340 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a74505d (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@207a2826 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ab06cb7 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c441158 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ab06cb7 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7952b14b (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70ee351a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7952b14b (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7952b14b (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ab06cb7 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ab06cb7 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ab06cb7 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13001101 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@229ff351 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13001101 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@181d77da (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b2ab613 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@181d77da (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46df3886 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62ee5726 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cd390ae (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6580af81 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46df3886 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e386d4e (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28b31570 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9a9d872 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b894b15 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e386d4e (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e386d4e (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46df3886 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46df3886 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46df3886 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c51030f (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c55dee5 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1690b85a (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bb0666a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c51030f (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@621f2572 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4186e957 (visible: true, type: Connector_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a6a0cfc (visible: true, type: Connector_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@809e8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4c84ce9f (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@223b6855 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e24045 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67bc42e0 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3882f8e4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@363a74c6 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f81ccd8 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7969ffc3 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44f222de (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18f916c2 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28c1ee6a (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7db691ae (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2364c6d6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6395da10 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c74fcd8 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4155bde0 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79480821 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a047be9 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5661c7ec (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@445af1aa (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a047be9 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a047be9 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a047be9 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a047be9 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5a32984f (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@285459b2 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36610672 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5a32984f (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6303eb0b (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c935a33 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ff3815d (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6303eb0b (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2edf294d (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@755e6015 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b69e519 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2edf294d (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79b905d2 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a29c13c (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ac34db9 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@628e9071 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@227f28c2 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cace5e8 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76e13072 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48bbc6dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15c89cbd (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7078d406 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@110daee7 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ef4afb7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@476bb253 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@945d2c1 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12be654c (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e794c7c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68c97468 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c94210b (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d1b9ab4 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68c97468 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68c97468 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68c97468 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68c97468 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4bb05868 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2759e1d9 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32118c8b (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4bb05868 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@14957b41 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@154fe7bd (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@620bc243 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@14957b41 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b6e687e (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f3035db (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49ff6154 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b6e687e (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@140501b0 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e9fba2c (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cc68599 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1277e15d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a5057e (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2802b229 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@582ce61 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@629e1802 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74f73d02 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43a19adc (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12789102 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14b0d4e5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28f1152e (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7265660f (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4faf7bf9 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@376465b9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@374ba096 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c8fffbc (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69bdfc50 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@237aaa21 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@510f9005 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3961f067 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53b6c391 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40a3d3f3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3933e513 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a580824 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c4af60c (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cb3ecf9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55a97577 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d8b46dd (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@409ebe16 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27cab5dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7726b2b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@64b0d305 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15cd685b (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@707b9b1 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6756cb55 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b5d3e15 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3032187c (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@858fa60 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49115f8a (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cdfa16f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3032187c (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1fa742e3 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62ea68d4 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@355783b4 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3799f901 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1fa742e3 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a0b2c3f (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f68f13f (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b1ff5b2 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20bae3f6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4db31855 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@222a6f07 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19a8a3f1 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@584b32b7 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d06f5d8 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ad0528b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19a8a3f1 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a277ebc (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@988d65 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a68e78e (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c8c3778 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a277ebc (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@dfbef9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7107c167 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4290e2c5 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1aa6b253 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b2cb90 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49f22509 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13a08eb (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a9eaf18 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13a08eb (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77da070e (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@476c456c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77da070e (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77da070e (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13a08eb (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13a08eb (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13a08eb (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a288460 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9910237 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a288460 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27d2b0 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6610c4ba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27d2b0 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e7d593e (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fe06be6 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69b5c3c7 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3aecb611 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e7d593e (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fbb4a8a (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60bba050 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a11ffd9 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66cc1b7a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fbb4a8a (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fbb4a8a (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e7d593e (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e7d593e (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e7d593e (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d20dc0b (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58fb7483 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32e45c27 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@583b030a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d20dc0b (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5222e5e1 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d14d4f1 (visible: true, type: Connector_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32b16c42 (visible: true, type: Connector_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@72546c7d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@265ea61a (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b6d7e6f (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1435a27c (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47b77863 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@436437e0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@503b2543 (visible: true, type: Component_PackagedElementShape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46556c60 (visible: true, type: Component_StructureCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5db9e7bf (visible: true, type: Component_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10a7b66c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@207cbf5d (visible: true, type: Component_PackagedElementShape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22734f4f (visible: true, type: Component_StructureCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f9dd9af (visible: true, type: Component_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1170f822 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34c79186 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c2de57e (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ce849c6 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48ac668c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@235ad01a (visible: true, type: Component_PackagedElementShape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f29c41c (visible: true, type: Component_StructureCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7049345e (visible: true, type: Component_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1613a8ae (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@395583b7 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c58fbd1 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fab42f7 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ccc0903 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32cbc59d (visible: true, type: Component_PackagedElementShape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f6daffa (visible: true, type: Component_StructureCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ab758e (visible: true, type: Component_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e4621cb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e93d12c (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59d1d3b2 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16798b17 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6700d232 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b3fd92e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@579a3d64 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50f49250 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@294e7d75 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6340b48d (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@459a843d (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@459a843d (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@232cb3ca (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3eb2e691 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@598d4aae (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@feb6f3b (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@739b79dc (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57041967 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57041967 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@111529ff (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4525d549 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@205c5729 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42b133e2 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10f6281b (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e7b7372 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e7b7372 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15f6dcb6 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2af1a33 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f8fffaa GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@26250ff3 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2fca95a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b29f3c2 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2fca95a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@730736d (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2fca95a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e53fdc8 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2fca95a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79d9ff6d (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2fca95a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79d9ff6d (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2fca95a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8712b37 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2fca95a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a633f33 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2fca95a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b29f3c2 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2fca95a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79d9ff6d (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2fca95a0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3b1e593 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d25d078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ec282ad (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d25d078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2eaabd22 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d25d078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@470432a0 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d25d078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72c61023 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d25d078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72c61023 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d25d078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29b58b56 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d25d078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6137bf61 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d25d078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@34c3c3ec (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f7227b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@467b745c (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f7227b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ce6a0f9 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f7227b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d993528 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f7227b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4da8a657 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f7227b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4da8a657 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f7227b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bdcbb0a (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f7227b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17db77cd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f7227b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@467b745c (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f7227b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4da8a657 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f7227b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@43d55abc (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2b7853 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@cc04616 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2b7853 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f396347 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2b7853 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69c4ad19 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2b7853 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1401a600 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2b7853 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1401a600 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2b7853 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5eaa8be2 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2b7853 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f15c29c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2b7853 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@439cf882 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2b7853 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@741b22e3 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2b7853 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24a5739b (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2b7853 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2913c786 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2b7853 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@439cf882 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b2b7853 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@60d3e162 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37e474f8 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b7c2bf6 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c771cf3 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77b2368b (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77b2368b (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3382cd48 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60eff4bf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@685dd441 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@616dd8b4 (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71a9b2a0 (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64685b55 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5453e902 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@685dd441 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5453e902 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5004ad93 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54ab881f (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bf49f75 (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d7da307 (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18f716f9 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54ab881f (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@62e0e124 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2b91a19 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7934037f (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2573924f (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a323c8 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b96f55f (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b96f55f (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79d96ab3 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cf08bb1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@477f447b (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@726de063 (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28379835 (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c21ec3b (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16ad188a (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@477f447b (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16ad188a (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e31472b (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23534a04 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3b77fea1 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aef7406 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23d9b385 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aef7406 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40c3597d (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aef7406 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16f10c1 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aef7406 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f1a9f88 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aef7406 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f1a9f88 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aef7406 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@410cea6a (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aef7406 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78ac1118 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aef7406 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63c9675e (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aef7406 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f007ef (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aef7406 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5876cc5b (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aef7406 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a3db830 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aef7406 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f97e13b (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5aef7406 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@14b11db1 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5def752f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cf27dd (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5def752f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43016844 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5def752f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41a59184 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5def752f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72fe9fe1 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5def752f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72fe9fe1 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5def752f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b27de82 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5def752f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10950d00 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5def752f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bf18552 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5def752f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b381608 (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5def752f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e28424f (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5def752f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c4ceaa4 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5def752f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55efbd1 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5def752f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@65e4260c (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56517b4f (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a93142f (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@335af166 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b70a1c5 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b70a1c5 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@371322b3 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e5d3a50 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@323d8020 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1113b478 (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3378529b (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@133ff5ff (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36d3d34d (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2449d898 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a09ddbe (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d125e2c (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ea25833 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@184a745d (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74d5930f (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e43bfbe (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3540680b (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61de0caf (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e731cef (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c41285a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@21b8bca6 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36f304d4 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2440c31b (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fca0d6e (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@290417d9 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@290417d9 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30da51df (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@378258d3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41952fd1 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e4c5b4d (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7da3b72 (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77714e21 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2412b8c5 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41952fd1 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2412b8c5 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33795f8f (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@70e415b2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5f234a8e (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ee52098 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11b509bf (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69be7d86 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39aaa328 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39aaa328 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6379cf69 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79d38c28 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2efb41c8 (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28668711 (visible: true, type: Lifeline_CompactSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e45eb7b (visible: true, type: Lifeline_CompactTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76a21aa0 (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@297e49bc (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1aa3337e (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2efb41c8 (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@297e49bc (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d12aea6 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76a21aa0 (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c19a724 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21746b6b (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f3cf0dd (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23100db8 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e00957e (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33a42c2a (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c19a724 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e00957e (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2987d28d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@70ed9d9b (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bd684d0 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9cc0163 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14d5901 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53ccb5d4 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53ccb5d4 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e0b9fc5 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3724480e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f5e81e5 (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e5c71f4 (visible: true, type: Lifeline_CompactSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2da80532 (visible: true, type: Lifeline_CompactTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a70e66a (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@faab390 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d8a1046 (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f5e81e5 (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@faab390 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7819c9d9 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a70e66a (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6003a7f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7b41b8d8 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ac210c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e9ba755 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ac210c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@688e1872 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ac210c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@103ceeb4 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ac210c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e9c7cca (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ac210c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e9c7cca (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ac210c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@699540f1 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ac210c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@385fa3de (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ac210c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1224bc55 (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ac210c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fe01155 (visible: true, type: Lifeline_CompactSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ac210c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25d77a19 (visible: true, type: Lifeline_CompactTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ac210c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a98ea76 (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ac210c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b5bac5a (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ac210c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f539906 (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ac210c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@638ea1df (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32355021 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dbfa3cc (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32355021 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f4e5173 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32355021 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@616f79ef (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32355021 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79a15505 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32355021 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79a15505 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32355021 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36369af8 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32355021 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ed6ca22 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32355021 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5822de6f (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32355021 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b53586b (visible: true, type: Lifeline_CompactSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32355021 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5da7a066 (visible: true, type: Lifeline_CompactTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32355021 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@126a3a4 (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32355021 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64804fbe (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32355021 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@751ec144 (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32355021 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@38e7a31e (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a90eb47 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40fa1384 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@106457f0 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ff4e40c (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ff4e40c (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6564de5d (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28438f5f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@597b3a42 (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32d5ea75 (visible: true, type: Lifeline_CompactSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8beaccc (visible: true, type: Lifeline_CompactTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@552dff72 (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b9aa2a1 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bcd9134 (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bc1f43f (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@274309fe (visible: true, type: Lifeline_CompactSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3457393 (visible: true, type: Lifeline_CompactTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7529572f (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2819f65a (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66613411 (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5383e06b (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53448232 (visible: true, type: Lifeline_CompactSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ead88f4 (visible: true, type: Lifeline_CompactTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13d5b258 (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bccf0ff (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43f6ed7 (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17138a34 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1733c0fb (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ae32361 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@caaadcb (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4575bccd (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7602aa9 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7602aa9 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35394eb3 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24460057 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1714d26b (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d7881c4 (visible: true, type: Lifeline_CompactSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8f9ce25 (visible: true, type: Lifeline_CompactTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7223f2a4 (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@532852ec (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52277ced (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1714d26b (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@532852ec (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a97fcc4 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7223f2a4 (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4930b45f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4f5137d4 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e14b11 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5898d0b9 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41c34524 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@106a8887 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@106a8887 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@477523c1 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e612e0e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4acfc361 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7267a685 (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@785086e3 (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b97a025 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c8df6b7 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ef25e73 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ce0b940 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ef25e73 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c29d34d (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6418cd3e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b22136 (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@326d7060 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@326d7060 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68ea4ef2 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72dd4016 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@134a9137 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@134a9137 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22eb1cd3 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@426f5748 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@2b31c069 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c9c0cc0 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@289068d9 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c9c0cc0 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67c2bd26 (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@77a6ad67 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3870deb2 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@340c29de (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3870deb2 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@612a1c94 (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@248271d1 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@429fe67f (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15a4bc97 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@429fe67f (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e38a321 (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@289068d9 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c9c0cc0 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@2b31c069 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@53c7c949 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2d7dd4d7 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@469c6286 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4477bddf (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2eb01112 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fd7a0a4 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fd7a0a4 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24e940c1 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f60d0ed (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65fd2354 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@683a0b78 (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28d80684 (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bcf6c96 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c7346e3 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46cd0125 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51d99441 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46cd0125 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a8e3a33 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2133dd0a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37b2f46a (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3689ee3c (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3689ee3c (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f0d1e32 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@630fa409 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34799234 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34799234 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16db7b0c (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77ba05d2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@35243564 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e91211 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3539d955 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e91211 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2acfcd58 (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@9c8e415 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@711d1ab9 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19faf7fe (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@711d1ab9 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dc94cbf (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@19d65428 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@299971db (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ac5e34a (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@299971db (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7512f00f (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3539d955 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e91211 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@35243564 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@115158bb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4d3dface (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e10dc54 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47f52a (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e10dc54 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65f75d2f (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e10dc54 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70fe28c1 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e10dc54 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@202e53b9 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e10dc54 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@202e53b9 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e10dc54 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d1f9c54 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e10dc54 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@651da115 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e10dc54 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@422eaaa2 (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e10dc54 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@549cac7b (visible: true, type: Lifeline_CompactSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e10dc54 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4eba8cf9 (visible: true, type: Lifeline_CompactTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e10dc54 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bb64a4f (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e10dc54 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fd21cc8 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e10dc54 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@285a1413 (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e10dc54 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3bae6948 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3506fe21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56225c03 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3506fe21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70be2c0d (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3506fe21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e6b025b (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3506fe21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1800bd2f (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3506fe21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1800bd2f (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3506fe21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2313f822 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3506fe21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6766b81 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3506fe21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44e4427c (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3506fe21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3aa61eb4 (visible: true, type: Lifeline_CompactSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3506fe21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2552a455 (visible: true, type: Lifeline_CompactTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3506fe21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24f7e376 (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3506fe21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60e5d3ea (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3506fe21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d714c01 (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3506fe21 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@17f87c5c (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23ff2182 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f96334f (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b7c489e (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1444f9d8 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1444f9d8 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71deb1ac (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@323ad07a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12acec52 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39a7c4c4 (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13142913 (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3eafb399 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79b3993b (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e6be83e (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61251819 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e6be83e (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f384c2 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@268e7b42 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68c18549 (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a235290 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a235290 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70c82246 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77c67413 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45da6daa (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45da6daa (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e790ef6 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b38248e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@6d5e3f16 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26e7fb08 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ecf35b (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26e7fb08 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bb90b3c (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@728b3c7a (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64dcda70 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a51ffe4 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64dcda70 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c7d10ec (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@2406f8fa (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e3f5a29 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e533194 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e3f5a29 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@666e274a (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@728b3c7a (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64dcda70 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a51ffe4 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e35f75f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3acc75dc (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2526f56e (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2919023a (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78724847 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dceb491 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dceb491 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45805947 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@637073d2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1be8ed62 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64e79114 (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ceb9ce3 (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a1b5205 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58728a36 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fbe3923 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b79369e (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fbe3923 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@763b6485 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b6ea717 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3309fb8c (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fa3456f (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fa3456f (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3506a8af (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7388cae3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70f7750f (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70f7750f (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b7543a6 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@512cbff6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@48c39d65 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c3fb2fe (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c4ab12d (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c3fb2fe (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12be162e (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@1b28a368 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66b68353 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11d9d004 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66b68353 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4378c5ae (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@3ce2a803 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@531d2631 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f15d637 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@531d2631 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c38e6ef (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1c319514 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3e61d129 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a3fabe4 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49567136 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fdd1a64 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50e36f21 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50e36f21 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ead7922 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d8b3a25 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@216f8930 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f18ebe0 (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b033762 (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@469cde38 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f1900d0 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4222cc63 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dee6815 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4222cc63 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@521da574 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a3ab975 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@182fa7a2 (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25ca24d (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25ca24d (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ee9d2e9 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@326c2a3e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cca1d38 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cca1d38 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eea03b (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48b3178e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@48488b88 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11a18dd7 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3be2780d (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11a18dd7 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@207d2973 (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@1f1f8b9b (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@317048b3 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7001b65b (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@317048b3 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c6f30ee (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@18137916 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a9bd2ed (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@93505f5 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a9bd2ed (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cf819ab (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a3fabe4 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50e36f21 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50e36f21 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@216f8930 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f1900d0 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4222cc63 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dee6815 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4222cc63 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25ca24d (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25ca24d (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cca1d38 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cca1d38 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@48488b88 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11a18dd7 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3be2780d (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11a18dd7 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@1f1f8b9b (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@317048b3 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7001b65b (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@317048b3 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@18137916 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a9bd2ed (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@93505f5 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a9bd2ed (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ed52d63 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@441c1f1c (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59d15406 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f4e700b (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e5f8187 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c29f735 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c29f735 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11fd10a (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1325758c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@420229ec (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7823baca (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76db3549 (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4af42565 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74db15f3 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18b056a5 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d84f388 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18b056a5 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7680f6c6 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f5f4778 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32c153eb (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3900d402 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3900d402 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c457cfa (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fb72cb4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7270709 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7270709 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17f92e82 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@177c4ad4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@7a675a99 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50eedba4 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@738624e9 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50eedba4 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@377bbe39 (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@7a675a99 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50eedba4 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@738624e9 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50eedba4 (visible: true, type: Node_StateInvariantTransitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b7c1078 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@eee4111 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a33d803 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ad64613 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@756b635d (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30950874 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30950874 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6173b00d (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22a9227a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@230dadd9 (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7512615a (visible: true, type: Lifeline_CompactSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2dcc7faf (visible: true, type: Lifeline_CompactTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16f2bb8b (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f3e6b9f (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@758d235d (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@61a2daef (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43b283f0 (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d871999 (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@162b37fb (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4300e2ef (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35bb4f2a (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@59fdedf2 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bc25cdc (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4254836 (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a33d803 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30950874 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30950874 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@230dadd9 (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16f2bb8b (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f3e6b9f (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@61a2daef (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43b283f0 (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@162b37fb (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4300e2ef (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@59fdedf2 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bc25cdc (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c5d0822 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@cbc35e5 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c34aab2 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26e6122f (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@496fb2a5 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a88c2c2 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a88c2c2 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2dc0920c (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4589c5f3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@664e229b (visible: true, type: Lifeline_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6160eeba (visible: true, type: Lifeline_CompactSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34e54cb8 (visible: true, type: Lifeline_CompactTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b5fc177 (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3206c47 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b118045 (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@4c1c15c6 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f1da1ba (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e072278 (visible: true, type: StateInvariant_CompactStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSNodeImpl@4c1c15c6 (visible: true, type: OccurrenceSpecification_Shape, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f1da1ba (visible: true, type: StateInvariant_CompactShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8f85c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4ae11f45 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51dcbe0 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d66ff7f (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78a9ac4e (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@224a8f1f (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@224a8f1f (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6725c7d0 (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@232e5662 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63c4321a (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e0d1239 (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@461abc65 (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26f29829 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@705608fe (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b1cc545 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f4c168b (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b1cc545 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d90f222 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ce3b5dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51876fb1 (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f8fd1a8 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f8fd1a8 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28264224 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17e13d7d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51b17597 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51b17597 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2432c6ce (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@111f4bd8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f8fd1a8 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51b17597 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@158961ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@45bb3da0 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4118b36c (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37662d34 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33f97414 (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54175cc0 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54175cc0 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@200f992b (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35b63e83 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b59e4f2 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d5b5ed5 (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33fa6cbf (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d6f95d5 (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2878189b (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d40c40f (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a3ecc98 (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d40c40f (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fc36933 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d6c1159 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19646ce7 (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50fa23d9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@293de1c7 (visible: true, type: PapyrusUMLTimingDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31e61d09 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e13b4e4 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3de3d61d (visible: true, type: Interaction_TimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26960ad4 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26960ad4 (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@610789a (visible: true, type: Node_FreeTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@450f181b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a8a5ab5 (visible: true, type: Lifeline_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bf33d9f (visible: true, type: Lifeline_FullStateDefinitionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57ff4dc8 (visible: true, type: Lifeline_FullSubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@247a91bd (visible: true, type: Lifeline_FullTimeRulerCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4adec4cf (visible: true, type: Node_FreeTimeRulerShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b9542d1 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cf38dee (visible: true, type: StateInvariant_FullShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b9542d1 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1adfcd87 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3251b3fb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46e42d23 (visible: true, type: StateInvariant_FullStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e328d5 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e328d5 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5baea92 (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4604e8b5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e328d5 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e328d5 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38a73028 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38a73028 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47a61ec (visible: true, type: Node_StateDefinitionNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15111fcc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38a73028 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38a73028 (visible: true, type: Node_StateDefinitionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ccea5e1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5e4751e4 (visible: true, type: UseCase, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e80e9d7 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50ac1f2c (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14c3c059 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 Warning: NLS unused message: Children2Group_title in: messages Warning: NLS unused message: Children2Group_desc in: messages Warning: NLS unused message: Links3Group_title in: messages Warning: NLS unused message: Links3Group_desc in: messages Warning: NLS unused message: ExtensionPoint1CreationTool_title in: messages Warning: NLS unused message: ExtensionPoint1CreationTool_desc in: messages GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c32bd0e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e80e9d7 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e80e9d7 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e80e9d7 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e80e9d7 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77816961 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3451834b (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72be0aa7 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@493e1b7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77816961 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67169deb (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dac1fcb (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61c23353 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7506fbbe (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51487e5b (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46ff27d5 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@583ee2bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7506fbbe (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7506fbbe (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7506fbbe (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7506fbbe (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77d703a5 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c5f7c2 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d90364 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2aff809 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77d703a5 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6eac93f4 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@359d96e5 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53bcdf72 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60204e74 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@131f16fb (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@963820 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60204e74 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60204e74 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60204e74 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60204e74 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@717e49ef (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c4a2c21 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ba59d41 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@717e49ef (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b5f3914 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@730e360 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cafbcb5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3172a80a (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53135239 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2640a659 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@601a3b63 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3172a80a (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3172a80a (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3172a80a (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3172a80a (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b9a282d (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3525a4b (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c3d7cda (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@390380ad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b9a282d (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ed7a3d4 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@265d694f (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@513bcd6b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b4757e9 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69cf3ae4 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@449c2d5f (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72469141 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b4757e9 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b4757e9 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b4757e9 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b4757e9 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74a74bf6 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7238ef54 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dbe1eb4 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@431a1145 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74a74bf6 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14ab26cf (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5763809f (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53eeb5b2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3207a800 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13927945 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b3999db (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cbf1335 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3207a800 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3207a800 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3207a800 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3207a800 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f87da12 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b483ec5 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c13b362 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@355412e1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f87da12 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b062894 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15e0631c (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@366aa67f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76d28941 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fa505fe (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@602ed184 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1132d5ee (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76d28941 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76d28941 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76d28941 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76d28941 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18bff6fa (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ad902c4 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d047e98 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bd8dc5c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18bff6fa (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d8f86dc (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67bc589 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5557675d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bc021ed (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bc021ed (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bc021ed (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bc021ed (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bc021ed (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53db7e39 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53db7e39 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47551e76 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44b02750 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e793094 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@389facac (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e8548a5 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@369a9207 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@559115f6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@389facac (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@389facac (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@389facac (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@389facac (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cbf0a83 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7335374d (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fe5b5e6 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f9c91dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cbf0a83 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11d655d6 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ac127df (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54564e3d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39d24c5c (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10a98f34 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@779a1fc9 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f9b7f3f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39d24c5c (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39d24c5c (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39d24c5c (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39d24c5c (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e761bcf (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4358227c (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@501d30c1 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21bae56e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e761bcf (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2577284f (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55cb204d (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@180295c1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14ea2626 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53f2804c (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@678dd992 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63577bff (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14ea2626 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14ea2626 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14ea2626 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14ea2626 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33c1175 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d0452fb (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16f29d3 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ab6c468 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33c1175 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@711db0a5 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35c13c7 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7372b7ee (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d469f6f (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3edbc46e (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70d7ba05 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f948e4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d469f6f (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d469f6f (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d469f6f (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d469f6f (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74bb624 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@159339dc (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d90665f (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43d72615 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74bb624 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d36e86e (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a42511b (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75f117a4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ec02945 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c6eb42b (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a8826df (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@642325aa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ec02945 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ec02945 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ec02945 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ec02945 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e55bd9d (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75701397 (visible: true, type: Actor_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@665cf169 (visible: true, type: Actor_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d30c28a (visible: true, type: Actor_QualifiedNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49ddb189 (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@81b91c7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e55bd9d (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67966804 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a375599 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69d8125e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ffc3973 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7365c493 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fee627d (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10a54583 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ffc3973 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ffc3973 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ffc3973 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ffc3973 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e6d0e81 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5226b256 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d6b6f40 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@762bf06d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e6d0e81 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c332116 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@480796ca (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fadc4f2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@108bfa66 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@394aadfb (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50f7a0e (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67586006 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@108bfa66 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@108bfa66 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@108bfa66 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@108bfa66 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27605c21 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69752dc3 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bacdd21 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@142abfc3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27605c21 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f959e9e (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ccaf2cb (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fdb0757 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26bc6f0f (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10b7ba46 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28caf618 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ff576a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26bc6f0f (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26bc6f0f (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26bc6f0f (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26bc6f0f (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7afef7a9 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65c61240 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@495af9dd (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2dde09af (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7afef7a9 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@509e7cc4 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a979c5b (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4156b0fb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42fbf92d (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41fb5125 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25909d54 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37269b1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42fbf92d (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42fbf92d (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42fbf92d (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42fbf92d (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33563782 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e093c2f (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3373a6af (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48542b46 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33563782 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d624ac1 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7da5450f (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34e80f6a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1059044 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60d67773 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1059044 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1059044 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1059044 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1059044 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@656c2d49 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f7aa9bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@656c2d49 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@96c5c7e (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e04ed75 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c7360b4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f96fa2c (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@169bbcfa (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a8a1ab7 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18c5545c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f96fa2c (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f96fa2c (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f96fa2c (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f96fa2c (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f977e6f (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a083da6 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50d08c9a (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23442b40 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f977e6f (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@568f6fd0 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d973477 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69ddf121 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e8b9cd (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2841d3ef (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@771199f8 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f588878 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e8b9cd (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e8b9cd (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e8b9cd (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e8b9cd (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@200b14a7 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ae4e0f (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@690eda42 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@450add2f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@200b14a7 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24e22ea5 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bef3a58 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21904a9b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@88bdc85 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f3df93d (visible: true, type: Actor_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14a8ade6 (visible: true, type: Actor_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a741285 (visible: true, type: Actor_QualifiedNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@604e20d8 (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40b4af09 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@88bdc85 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@88bdc85 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@88bdc85 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@88bdc85 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e00cfbb (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cce3e1c (visible: true, type: Actor_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1166a55f (visible: true, type: Actor_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@147f49f7 (visible: true, type: Actor_QualifiedNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7725b9c6 (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1143d3ce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e00cfbb (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49afa4fe (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fd31871 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42a352fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18e4ce92 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@454dbced (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13d4e20b (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50c9230 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18e4ce92 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18e4ce92 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18e4ce92 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18e4ce92 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@da34c36 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b38d9d5 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6129c33c (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@754076a5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@da34c36 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e9fa3ac (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f0d552 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61856bdc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3afe5db0 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7772be95 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46ed939f (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d4d9f48 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3afe5db0 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3afe5db0 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3afe5db0 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3afe5db0 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bd87fbd (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c1c0827 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55b3c59e (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35937f52 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bd87fbd (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17c8b4b9 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ff22a06 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29f8a2c9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1519bce6 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@502f7a9b (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@397e98b3 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@662346af (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1519bce6 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1519bce6 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1519bce6 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1519bce6 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fbbd50a (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13771474 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cf16369 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@715c6fe3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fbbd50a (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@534d54f7 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1167374d (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ecb6215 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f9eae29 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37a6aa15 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c486200 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a9a2e81 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f9eae29 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f9eae29 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f9eae29 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f9eae29 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@243ac04c (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4957e60e (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ac3c2c3 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23997102 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@243ac04c (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a6009af (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fdcfa86 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3be59092 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53f9536 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44ff6945 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ba23c4f (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12071d05 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53f9536 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53f9536 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53f9536 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53f9536 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fa9078d (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e449fad (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d8845c (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d957017 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fa9078d (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5338697 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3de302a8 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b81854c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bbff343 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31461da (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b53e29e (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2eb14435 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bbff343 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bbff343 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bbff343 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bbff343 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e927daa (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39ad82f1 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73f164a4 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fad181 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e927daa (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10c152c8 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a50f718 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35529947 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a21d5a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@498940dd (visible: true, type: UseCase, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e4fa73c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30ec36aa (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7363eb22 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f65fedb (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69aa0d46 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44076390 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f65fedb (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6daf4485 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e2acb20 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2738154 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6daf4485 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6daf4485 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f65fedb (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f65fedb (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f65fedb (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f748771 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24ccb583 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16c006b1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f748771 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59683585 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16baec4f (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ff23519 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59683585 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c22688 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3af9b457 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72891ed5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3dadd7e5 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@606cfe95 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77bf23e9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53323ab8 (visible: true, type: UseCase_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c913f72 (visible: true, type: UseCase_ExtensionPointCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fd9bac5 (visible: true, type: UseCase_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e1847db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53323ab8 (visible: true, type: UseCase_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57f918c5 (visible: true, type: UseCase_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32bc870 (visible: true, type: UseCase_ExtensionPointCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@229d2519 (visible: true, type: UseCase_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18de90cf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57f918c5 (visible: true, type: UseCase_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57f918c5 (visible: true, type: UseCase_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53323ab8 (visible: true, type: UseCase_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53323ab8 (visible: true, type: UseCase_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53323ab8 (visible: true, type: UseCase_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69117464 (visible: true, type: UseCase_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5368e569 (visible: true, type: UseCase_ExtensionPointCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28bd0c4e (visible: true, type: UseCase_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c4db263 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69117464 (visible: true, type: UseCase_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56e0db80 (visible: true, type: UseCase_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a4ba687 (visible: true, type: UseCase_ExtensionPointCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e8e1d39 (visible: true, type: UseCase_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71bee7ea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56e0db80 (visible: true, type: UseCase_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40331b61 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51ff42f5 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7434cb3b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@411ec405 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c4dcab3 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11700115 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78afacd2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78afacd2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@375e967f (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@375e967f (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@375e967f (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78afacd2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78afacd2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78afacd2 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bb48b26 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bb48b26 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f74a99d (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f74a99d (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e8a06b5 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7007cdd2 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32ceae29 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@263ea26c (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b0f9106 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31ea3ea7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f013fa8 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d25b9de (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f013fa8 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3849c9e (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56c1b3c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3849c9e (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3849c9e (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f013fa8 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f013fa8 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f013fa8 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18874836 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6443aa09 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18874836 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b5e5260 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fabff1f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b5e5260 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79d9b0ad (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@219de826 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50ed8e7f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57ff2fae (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f005364 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7620c582 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54c1409c (visible: true, type: Actor_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a6dde12 (visible: true, type: Actor_NameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c5b473f (visible: true, type: Actor_StereotypeLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@794843f1 (visible: true, type: Actor_QualifiedNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ccd063c (visible: true, type: Actor_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14b8c63 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54c1409c (visible: true, type: Actor_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53baf7bb (visible: true, type: Actor_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@799f2225 (visible: true, type: Actor_NameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3befb1f5 (visible: true, type: Actor_StereotypeLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bcb8d7 (visible: true, type: Actor_QualifiedNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c592c21 (visible: true, type: Actor_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21a0aad8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53baf7bb (visible: true, type: Actor_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53baf7bb (visible: true, type: Actor_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54c1409c (visible: true, type: Actor_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54c1409c (visible: true, type: Actor_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54c1409c (visible: true, type: Actor_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f1f2391 (visible: true, type: Actor_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bfe28bc (visible: true, type: Actor_NameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bd7f111 (visible: true, type: Actor_StereotypeLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@746a04df (visible: true, type: Actor_QualifiedNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f086717 (visible: true, type: Actor_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fc1083a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f1f2391 (visible: true, type: Actor_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3555576b (visible: true, type: Actor_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a9c872c (visible: true, type: Actor_NameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55e5350b (visible: true, type: Actor_StereotypeLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@467a7ad7 (visible: true, type: Actor_QualifiedNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56da8f3b (visible: true, type: Actor_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e4214b4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3555576b (visible: true, type: Actor_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a393533 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@446d0e97 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7523b2be (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d2ff1bd (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@127b6836 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41e4ff33 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53423ec6 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@375063c7 (visible: true, type: Component_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@659fcd0b (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a8b538 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53423ec6 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a1c78fc (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13c25980 (visible: true, type: Component_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a6144f5 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@125dfdb6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a1c78fc (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a1c78fc (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53423ec6 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53423ec6 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53423ec6 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@cef1565 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dd07eed (visible: true, type: Component_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1298d20d (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c761228 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@cef1565 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3030fda7 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ae32696 (visible: true, type: Component_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53968bd0 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c9ef88e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3030fda7 (visible: true, type: Component_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@502849b6 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40aad633 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60c9f4f1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a5a7f05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@21d376d5 (visible: true, type: UseCase, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ae02836 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e8680d4 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17381ffb (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ddce9fd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b7c07d4 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fe1b934 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1be038fa (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@443d0a7b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4930dd45 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b8dc028 (visible: true, type: Actor_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@334d4a3c (visible: true, type: Actor_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e0458c0 (visible: true, type: Actor_QualifiedNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48f623e5 (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ba4c455 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fd485f5 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d4ad8a8 (visible: true, type: Actor_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@392c4005 (visible: true, type: Actor_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@198d08f4 (visible: true, type: Actor_QualifiedNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6484ce80 (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f7024f6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@14ad2031 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a6bdeb2 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@260363e2 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@14ad2031 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@14ad2031 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@14ad2031 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@14ad2031 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@31f94f0f (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ef9e7a9 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@754e2901 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@31f94f0f (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@74384dab (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@941c8ec (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@447ae75c (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@74384dab (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7c868566 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33b30b29 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c4e8f42 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7c868566 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53d14dd4 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f6761b0 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39929bbc (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bf9d3f7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a06e786 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b306615 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cd49bf9 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e5b1f41 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74e53f50 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33525124 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dfe71f0 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a5ed36 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3585ec9f (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@191634f2 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78afb4c3 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4770252d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@26170b1a (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c498c28 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58d9ed64 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@26170b1a (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@26170b1a (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@26170b1a (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@26170b1a (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c8ce08f (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a5e3559 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b12b532 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c8ce08f (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3287390e (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d81578f (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12cba4db (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3287390e (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7c6df207 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@808bbf5 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@748af59f (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7c6df207 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e9404d (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24ccf405 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ca77cb7 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c728b83 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@351f3d78 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@516e7cc (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e163f16 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d3aabe6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58780cdb (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dc8e2 (visible: true, type: Actor_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3240ed45 (visible: true, type: Actor_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4db6c7a0 (visible: true, type: Actor_QualifiedNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63e44f79 (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@178f1464 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@705bc3ff (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@753d9b97 (visible: true, type: Actor_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@736d78d4 (visible: true, type: Actor_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59ccc04 (visible: true, type: Actor_QualifiedNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78a8dd84 (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48493b37 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1e4d1f9a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e2db0bf (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a195193 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1e4d1f9a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1e4d1f9a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1e4d1f9a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1e4d1f9a (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@74af8a54 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ee048a0 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33045be4 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@74af8a54 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6ecfbbce (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@348f7b74 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7743a691 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6ecfbbce (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@733764c (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5423650d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22f6b377 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@733764c (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f41033a (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@371cb91f (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d36b174 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22d18ecc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c16b38c (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23d6cc5b (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27375687 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cd1ccd5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ff9c9ae (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7be27e4f (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@570e965a (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@143b87c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@202bf0e7 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1975a673 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76a2eea8 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d882f2c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1516aa82 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@553b34d4 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d3ac289 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1516aa82 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1516aa82 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1516aa82 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1516aa82 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b05cbab (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6020e0cb (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f818a34 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b05cbab (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22df9b45 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@594839ea (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f599f64 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22df9b45 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@403fd7ec (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a144bdd (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@416b7008 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@403fd7ec (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16bb5f9b (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a80d223 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c390925 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11b58347 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56be0100 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dadbd32 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72ed3f45 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ed8e944 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26952063 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59b1e70 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6670b03a (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@162e0e71 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12d05b36 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a12a29b (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52b79152 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@490c1148 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e9b0f1c (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@302d4dcf (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f52bbf8 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e9b0f1c (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e9b0f1c (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e9b0f1c (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e9b0f1c (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4cdea063 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75097991 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30abe6a7 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4cdea063 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40607f2a (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14cec5ca (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76f8dd50 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40607f2a (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f0c9ac3 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68c0319f (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17e0e2c7 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f0c9ac3 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4da7c584 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e62b681 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9bd5395 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@541479da (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d9b0bd8 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35419f12 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54cc8ef3 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cf864b8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f782f9a (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71089069 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9912d85 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e09785d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18bc4a38 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7927d753 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@480ace14 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dd0d0fc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@593cfd36 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20c4639d (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c0a35b5 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@593cfd36 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@593cfd36 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@593cfd36 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@593cfd36 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@14c3ab20 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77d6775f (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ecc835e (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@14c3ab20 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1bcf0df6 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32b91eba (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5046de88 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1bcf0df6 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5866a5c7 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52151624 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37fbb137 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5866a5c7 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@782a1f7d (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73092512 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f3634cc (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@257ff1ed (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4066b28a (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@755edc03 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21c7cb71 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d832fb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2273e82c (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@718a278f (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a3a8d28 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b7cfb15 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f45f602 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56dfd1db (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6eaf2ab8 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@291ab354 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ddbf2df (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c5f7936 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32d07a68 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ddbf2df (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ddbf2df (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ddbf2df (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ddbf2df (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63d2cb9b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e8b1a83 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65baaa9c (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63d2cb9b (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16d66352 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@634eff9d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cc51fac (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16d66352 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@241bbff7 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6baefd9e (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@325fdf69 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@241bbff7 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49d98efe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7b7d971 (visible: true, type: UseCase, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@481f53a5 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b6afa01 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67302994 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ccfa953 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ddb9c57 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1eb9fd77 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@720445aa (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4df14aa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71b5f0d9 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13d817b5 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1100c58 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@af6d470 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4da489e3 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@273e2b50 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54728b66 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c3772d8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68f742e6 (visible: true, type: Extend_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f872c05 (visible: true, type: Extend_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5de692bf (visible: true, type: Extend_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68f742e6 (visible: true, type: Extend_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68f742e6 (visible: true, type: Extend_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68f742e6 (visible: true, type: Extend_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68f742e6 (visible: true, type: Extend_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@43f6708f (visible: true, type: Extend_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fbdcfcf (visible: true, type: Extend_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45f6481 (visible: true, type: Extend_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@43f6708f (visible: true, type: Extend_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67edfa90 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d4f8361 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40a2b317 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4cf44ecd (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a943979 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e4b477a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@efb05c4 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64945561 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48e417bf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@574012f1 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e735aea (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c7a4f79 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3821ed7 (visible: true, type: PackageMerge_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a14616 (visible: true, type: PackageMerge_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3821ed7 (visible: true, type: PackageMerge_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3821ed7 (visible: true, type: PackageMerge_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3821ed7 (visible: true, type: PackageMerge_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3821ed7 (visible: true, type: PackageMerge_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@30d6ed75 (visible: true, type: PackageMerge_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2247c94e (visible: true, type: PackageMerge_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@30d6ed75 (visible: true, type: PackageMerge_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2456fc4a (visible: true, type: PackageMerge_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7203a030 (visible: true, type: PackageMerge_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2456fc4a (visible: true, type: PackageMerge_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@19e6b62a (visible: true, type: PackageMerge_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49dd6e11 (visible: true, type: PackageMerge_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@19e6b62a (visible: true, type: PackageMerge_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@292355d9 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@122ac1e7 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b77eb16 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8033321 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@434bef61 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5215c9ba (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4863af9c (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51f4266b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40cb37d8 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a832d93 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bf5fd19 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@683c5bb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a9a49d8 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4313f304 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@401abf9b (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bf99df2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53355dde (visible: true, type: Include_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b3e0b93 (visible: true, type: Include_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11a8c1b5 (visible: true, type: Include_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53355dde (visible: true, type: Include_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53355dde (visible: true, type: Include_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53355dde (visible: true, type: Include_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53355dde (visible: true, type: Include_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@feca6da (visible: true, type: Include_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@429ff819 (visible: true, type: Include_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8006f4f (visible: true, type: Include_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@feca6da (visible: true, type: Include_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c62c173 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@af6af9d (visible: true, type: Actor_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b139129 (visible: true, type: Actor_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19e5f7ef (visible: true, type: Actor_QualifiedNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7af56408 (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d723abf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76bea36b (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7925fcd0 (visible: true, type: Actor_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@681184cf (visible: true, type: Actor_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42d3ab4b (visible: true, type: Actor_QualifiedNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@735b6be5 (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@88ac735 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ae5dab5 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b0bbba8 (visible: true, type: Actor_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8d8235f (visible: true, type: Actor_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6379af3c (visible: true, type: Actor_QualifiedNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75c1bfb3 (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58adb301 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42a9aa3e (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ad8ddd4 (visible: true, type: Actor_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d78530c (visible: true, type: Actor_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52519f62 (visible: true, type: Actor_QualifiedNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60057c72 (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a104147 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@484991c8 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2231aa6e (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@484991c8 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@484991c8 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@484991c8 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@484991c8 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@c20f174 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31932cb (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@c20f174 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2dde85c9 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ff9449b (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@334ebc6e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@500fa6c4 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@510bd813 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15527b4e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13bce6af (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74cb1549 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cec3234 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59148df0 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d2c0818 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@291e729a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68e7d7b8 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25a538df (visible: true, type: PackageImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68e7d7b8 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68e7d7b8 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68e7d7b8 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68e7d7b8 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@61dcf02e (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3565228d (visible: true, type: PackageImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@61dcf02e (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1792bfc3 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@109199ea (visible: true, type: PackageImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1792bfc3 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@21313336 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25437a82 (visible: true, type: PackageImport_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@21313336 (visible: true, type: PackageImport_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e637c43 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5ebb7ef8 (visible: true, type: UseCase, mutable: false) (name: use cases, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ee97ae1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f370986 (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ee97ae1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a4918bd (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ee97ae1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@486807c9 (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ee97ae1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a8da789 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ee97ae1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ccd0cc7 (visible: true, type: UseCase_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ee97ae1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16943d24 (visible: true, type: UseCase_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ee97ae1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@554df249 (visible: true, type: UseCase_ExtensionPointCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ee97ae1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7114b99b (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ee97ae1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a123f1f (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ee97ae1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fd74063 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ee97ae1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a678f92 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ee97ae1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10d1737c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ee97ae1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1ea40508 (visible: true, type: UseCase, mutable: false) (name: use cases, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2dfdf55f (visible: true, type: Classifier_SubjectShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57ff9b8c (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37ea79cc (visible: true, type: Classifier_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b4ded05 (visible: true, type: Classifier_UseCaseCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3651d7d8 (visible: true, type: UseCase_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e365baf (visible: true, type: UseCase_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2604720 (visible: true, type: UseCase_ExtensionPointCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50466998 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61d56eb9 (visible: true, type: UseCase_ExtensionPointCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64d26d13 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a4ba1cf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b23d54f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@361526cf (visible: true, type: UseCase_Shape_CCN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bd5464d (visible: true, type: UseCase_ExtensionPointCompartment_CCN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66d35018 (visible: true, type: UseCase_FloatingNameLabel_CCN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fbb43ec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@544c956e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6622989a (visible: true, type: CompositeStructure, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e201b0a (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@799d0d3c (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4673c181 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63b4870f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f7fb0cf (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38ca8eb6 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@353efa0e (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d8adb25 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43850a62 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3156ebda (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2da25b45 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7615a548 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75cce13e (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1043c6fc (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b80c5fb (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@95199cd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@89a46a5 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24401793 (visible: true, type: Substitution_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fa87529 (visible: true, type: Substitution_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@89a46a5 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@89a46a5 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@89a46a5 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@89a46a5 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5eaabad8 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b3f3502 (visible: true, type: Substitution_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15be4700 (visible: true, type: Substitution_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5eaabad8 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a2d0e87 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c1a966 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34703214 (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f7cdba8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5507997a (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c67cc93 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@506a6a95 (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28f408b4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@663a81d4 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31e8dc1b (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e7879b3 (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b52190c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7020bfb9 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@552fdbe0 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cda4a32 (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b7c787 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@450dcd24 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51d27558 (visible: true, type: Substitution_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60da1b38 (visible: true, type: Substitution_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@450dcd24 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@450dcd24 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@450dcd24 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@450dcd24 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38b794b3 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14be263b (visible: true, type: Substitution_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19759dfb (visible: true, type: Substitution_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38b794b3 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55f06e41 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d7e7f04 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a9ebb8a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21437d87 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e8951d1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c28d66d (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d21e854 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@305756c4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@796b6bd1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a2144ec (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40e5df29 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f3d06d7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@798b45f0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4daf8108 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c3c58fa (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15d9e44e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4b2c1b0c (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25168f54 (visible: true, type: Substitution_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c15c898 (visible: true, type: Substitution_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4b2c1b0c (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4b2c1b0c (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4b2c1b0c (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4b2c1b0c (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7186bd83 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d08adb4 (visible: true, type: Substitution_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a75e23d (visible: true, type: Substitution_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7186bd83 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d844a98 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62f79b47 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12af7891 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6428bfed (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f5fb60e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65a1f5f0 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69d57024 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b246f13 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f0c21e6 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74bcd005 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ea58383 (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@538289e1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4be8790f (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73e2e455 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@552887ad (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2173eb91 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13f669c (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2abf871d (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13f669c (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13f669c (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13f669c (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13f669c (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@11c3b4ec (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1718d942 (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@11c3b4ec (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24c8fb5f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21ffddbc (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71c6ea0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ceae7c5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1516f90f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59dd7b26 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@169ce483 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dc6985c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dba9dc1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6612c4a (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cc49dbe (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9b008f7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26f71b54 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b36cc02 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@180c6d3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@116b2529 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@15448773 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@361e15ed (visible: true, type: Substitution_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b5c98a1 (visible: true, type: Substitution_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@15448773 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@15448773 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@15448773 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@15448773 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@376843e9 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@547eb30a (visible: true, type: Substitution_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d4b5b3f (visible: true, type: Substitution_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@376843e9 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40590e52 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62bcc956 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f02289d (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48f78d2b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31656271 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3600db63 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29fd54ad (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@787b70c3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e70d7a2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@233b256 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f5e0a5c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2933b53 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@309f54ae (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c1c91b4 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c0dc2f8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1548e8d6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4abdcd89 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2232cf4a (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4abdcd89 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4abdcd89 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4abdcd89 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4abdcd89 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@fc38a48 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@154e87ad (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@fc38a48 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fba1902 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1280d4ce (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@150dd77a (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@249da5f8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f6c9c83 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ddb9660 (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f5a0708 (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bb38a0b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@380b73fa (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dfaec25 (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67dd09d1 (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3448ca2d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3760c8fa (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d36c6e6 (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f3de6b1 (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b9183a2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6dd77cfd (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53e5f6c4 (visible: true, type: Substitution_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@531d9366 (visible: true, type: Substitution_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6dd77cfd (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6dd77cfd (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6dd77cfd (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6dd77cfd (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5b6f13f4 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a420666 (visible: true, type: Substitution_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bd411f4 (visible: true, type: Substitution_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5b6f13f4 (visible: true, type: Substitution_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12ea7249 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4874a6ed (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bdaeca6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cb6a4c1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52e5f222 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e7bcf95 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3212a433 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57d95f96 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@518dea52 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65ca5efc (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@388425d0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77544237 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37a2d49d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@381e8a6c (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22036383 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@473b8c34 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f14e49 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@717f77ae (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f14e49 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f14e49 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f14e49 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f14e49 (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@70735c4a (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@294e200a (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@70735c4a (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e95ce85 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@271611fa (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d8b8690 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b80a515 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c731948 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c2eb695 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@625969b2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78f2983b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2965aace (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58df7f3c (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70bda14e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71e5248e (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@227e9414 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c013eb4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@398d8e45 (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e6beee4 (visible: true, type: InterfaceRealization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f0e50e3 (visible: true, type: InterfaceRealization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@398d8e45 (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@398d8e45 (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@398d8e45 (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@398d8e45 (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a29850 (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3907666b (visible: true, type: InterfaceRealization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44ed4015 (visible: true, type: InterfaceRealization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a29850 (visible: true, type: InterfaceRealization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51add7b6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6554f3a2 (visible: true, type: CompositeStructure, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f9cab4e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f7fbef6 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ed8ae30 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7080bad5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bebdf90 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d2125f9 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d33ab1a (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ded7e43 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b567345 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@195a2987 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f29a865 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@555a4b21 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4013d047 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@799c5440 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5554ced6 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4013d047 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4013d047 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4013d047 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4013d047 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5b1f8c83 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@518a7052 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28c5f0d8 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5b1f8c83 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@621d5fe4 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3415d92d (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@149874d9 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@621d5fe4 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@385d7ebb (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dc64562 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@326ad5af (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@385d7ebb (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bcb5d00 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cc41d5b (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2df3c736 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72ea3733 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26730ccc (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28cdbef8 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4607063d (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f5102c7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3158e03 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38687a7c (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c89dc60 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@786e2993 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e13bd33 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c76c2c2 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@583af657 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e13bd33 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e13bd33 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e13bd33 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e13bd33 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@463202c9 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1377d334 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b70a96 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@463202c9 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@326db0ae (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ae23566 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cbb1f4c (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@326db0ae (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a52d32e (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@426383bd (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@600a304a (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a52d32e (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55034b8d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b64fad0 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62ee85a1 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b371c56 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42183c31 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cb808d0 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38952cc7 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d84c756 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7da60cce (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67f37640 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f57a1b7 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@999f855 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40145074 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cf471cf (visible: true, type: Connector_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@451fbee1 (visible: true, type: Connector_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37200bdf (visible: true, type: Connector_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69a9c939 (visible: true, type: Connector_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40145074 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40145074 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40145074 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40145074 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a5c8d6 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1082d461 (visible: true, type: Connector_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e30708 (visible: true, type: Connector_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@237aff88 (visible: true, type: Connector_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cfbffa5 (visible: true, type: Connector_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a5c8d6 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6592e4e6 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1324f74b (visible: true, type: Connector_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a5fd6d1 (visible: true, type: Connector_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@340f3174 (visible: true, type: Connector_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dccb63d (visible: true, type: Connector_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6592e4e6 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ce96e76 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@569c04f6 (visible: true, type: Connector_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ad7aa9e (visible: true, type: Connector_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@744d8414 (visible: true, type: Connector_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48a7211e (visible: true, type: Connector_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ce96e76 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a7e93b2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33f70d3b (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a2d49fc (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5387daab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@794be9ae (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18906ee1 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72c88cfb (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d5e4b40 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28802967 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4166e1f6 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a564fd4 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d12253d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@121d8e08 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@26d63a98 (visible: true, type: CompositeStructure, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40bda151 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d92570e (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73b1ead5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b80e805 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27fd69cd (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45aab607 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64adc18b (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fa02a38 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d886835 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@620c939f (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@513f5bb8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d3d67b9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fb3c4e2 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fa76373 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7137977d (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bfe849 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2f37686e (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@640b5d6e (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@702678bf (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2f37686e (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2f37686e (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2f37686e (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2f37686e (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5f02617c (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e3c83d7 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d861721 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5f02617c (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2eab7fe4 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cbd5eaa (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23905fa1 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2eab7fe4 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@458d9fa9 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5195324f (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61258503 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@458d9fa9 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51fb5934 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18e9b9c3 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e3a663a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@668e3877 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5db92747 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20c247d2 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e480edd (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25e580c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@97f090a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1209dd95 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34583aa6 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1946f52c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6faf3e91 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2209a7f5 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b4d69f (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1257e665 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c31e3f4 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52f116b0 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@328595aa (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c31e3f4 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c31e3f4 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c31e3f4 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c31e3f4 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c4b9e66 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@327fab1d (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57f3c77d (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c4b9e66 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@64f15d90 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5604a287 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6197128b (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@64f15d90 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6b500879 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24848faa (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dfe0ae5 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6b500879 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16b33332 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@673f32cb (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@235eec02 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@244c6ff0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39accdf6 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cf8fe73 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e956d72 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c4f80b9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5db81517 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65ee65c4 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66f7ae9d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ce785d8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d9d718d (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bca3afd (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a2e98ed (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e472b38 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32f41524 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5460f084 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@617a45cf (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@483976ee (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@217a0642 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@269ebf88 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63533b72 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@542ce10e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20904262 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f5cadf9 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f5d6b17 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@678391e3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ebcec50 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27dfc81d (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32660597 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d8c45bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@14c49734 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7133b6bf (visible: true, type: CompositeStructure, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@291ae6c7 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ff572a7 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ef554da (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f7619cf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@291ae6c7 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@389ace3f (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d7887c7 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14b2c5ec (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f305e97 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@389ace3f (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@389ace3f (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@291ae6c7 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@291ae6c7 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@291ae6c7 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@295122e4 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59641b7e (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78560e6f (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46e81d22 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@295122e4 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f2e4bc0 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5db28727 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d0424dc (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6db2e7b6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f2e4bc0 (visible: true, type: DurationObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@228edf08 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1634bfbc (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@691b716e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@228edf08 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73f93923 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6723e96d (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31a46fa4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73f93923 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73f93923 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@228edf08 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@228edf08 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@228edf08 (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76f7a1be (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18d7e007 (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d348f41 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76f7a1be (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e8f923d (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d274d08 (visible: true, type: Artifact_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57902cfb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e8f923d (visible: true, type: Artifact_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@248a3e59 (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28c2eb10 (visible: true, type: ExecutionEnvironment_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65828572 (visible: true, type: ExecutionEnvironment_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@558cbc8b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@248a3e59 (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63fb12d3 (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42aa5057 (visible: true, type: ExecutionEnvironment_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@610eab9c (visible: true, type: ExecutionEnvironment_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26a3b58c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63fb12d3 (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63fb12d3 (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@248a3e59 (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@248a3e59 (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@248a3e59 (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65169a98 (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@580bf5a6 (visible: true, type: ExecutionEnvironment_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fff9d25 (visible: true, type: ExecutionEnvironment_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37289a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65169a98 (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6770accf (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25069766 (visible: true, type: ExecutionEnvironment_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a9f121e (visible: true, type: ExecutionEnvironment_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7461b85e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6770accf (visible: true, type: ExecutionEnvironment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23a894c (visible: true, type: ProtocolStateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1344f4b6 (visible: true, type: ProtocolStateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5571becf (visible: true, type: ProtocolStateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40fd7837 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23a894c (visible: true, type: ProtocolStateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@281addc (visible: true, type: ProtocolStateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25ea275f (visible: true, type: ProtocolStateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@355afc1d (visible: true, type: ProtocolStateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a0258c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@281addc (visible: true, type: ProtocolStateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@281addc (visible: true, type: ProtocolStateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23a894c (visible: true, type: ProtocolStateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23a894c (visible: true, type: ProtocolStateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23a894c (visible: true, type: ProtocolStateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c903450 (visible: true, type: ProtocolStateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f3ab48 (visible: true, type: ProtocolStateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a057e2 (visible: true, type: ProtocolStateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7eef475c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c903450 (visible: true, type: ProtocolStateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2bc425a0 (visible: true, type: ProtocolStateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d7f219a (visible: true, type: ProtocolStateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1072f22d (visible: true, type: ProtocolStateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41afe845 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2bc425a0 (visible: true, type: ProtocolStateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@242fb5fa (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fdeba37 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@80dcdab (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12fb9786 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@242fb5fa (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c172062 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ca8d2d1 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71594209 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ecde666 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c172062 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c172062 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@242fb5fa (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@242fb5fa (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@242fb5fa (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a15b5d4 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a761bc3 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fbdee61 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b99b2e6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a15b5d4 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19284406 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a066a80 (visible: true, type: Enumeration_LiteralCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2885fd43 (visible: true, type: Enumeration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cc1beb1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19284406 (visible: true, type: Enumeration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d461298 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7df44ea0 (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@150503e8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d461298 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55c070ee (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@372985ec (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10969e8e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55c070ee (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55c070ee (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d461298 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d461298 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d461298 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3880c226 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37f13423 (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e286863 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3880c226 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@562a1a98 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e2d2bc1 (visible: true, type: Actor_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2dee1f0e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@562a1a98 (visible: true, type: Actor_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59c35a11 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@674c8114 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@610b8b60 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49f04ea1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59c35a11 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd45f7b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10e5e39e (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@577318ff (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f0703e9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd45f7b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd45f7b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59c35a11 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59c35a11 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59c35a11 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29062ad0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47737f8d (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e29343d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6da96245 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29062ad0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d42e54 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e6cbd32 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23221dcd (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b10416d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d42e54 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bee6ec (visible: true, type: LiteralNull_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3827d26e (visible: true, type: LiteralNull_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4391c130 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bee6ec (visible: true, type: LiteralNull_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9031ebd (visible: true, type: LiteralNull_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55c68d37 (visible: true, type: LiteralNull_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21f2d7f3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9031ebd (visible: true, type: LiteralNull_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9031ebd (visible: true, type: LiteralNull_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bee6ec (visible: true, type: LiteralNull_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bee6ec (visible: true, type: LiteralNull_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bee6ec (visible: true, type: LiteralNull_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76994df2 (visible: true, type: LiteralNull_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d3a72e2 (visible: true, type: LiteralNull_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13fcdda4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76994df2 (visible: true, type: LiteralNull_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@346736d0 (visible: true, type: LiteralNull_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b116b6e (visible: true, type: LiteralNull_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f7a1dd2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@346736d0 (visible: true, type: LiteralNull_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22b51d42 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@332e6862 (visible: true, type: Device_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@101c1b32 (visible: true, type: Device_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7327296e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22b51d42 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@384ee751 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74a70d88 (visible: true, type: Device_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44580acc (visible: true, type: Device_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79416460 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@384ee751 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@384ee751 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22b51d42 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22b51d42 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22b51d42 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c96881f (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51ac7ba7 (visible: true, type: Device_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a892195 (visible: true, type: Device_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7606e167 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c96881f (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62a12ce2 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@298fd04a (visible: true, type: Device_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79d02432 (visible: true, type: Device_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b935c7c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62a12ce2 (visible: true, type: Device_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@711a5a33 (visible: true, type: LiteralInteger_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bc4e871 (visible: true, type: LiteralInteger_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cc32dc1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@711a5a33 (visible: true, type: LiteralInteger_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28fe9635 (visible: true, type: LiteralInteger_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73cce1d5 (visible: true, type: LiteralInteger_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46d75511 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28fe9635 (visible: true, type: LiteralInteger_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28fe9635 (visible: true, type: LiteralInteger_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@711a5a33 (visible: true, type: LiteralInteger_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@711a5a33 (visible: true, type: LiteralInteger_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@711a5a33 (visible: true, type: LiteralInteger_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28ddccc3 (visible: true, type: LiteralInteger_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fb8f971 (visible: true, type: LiteralInteger_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62dbd2e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28ddccc3 (visible: true, type: LiteralInteger_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5102c550 (visible: true, type: LiteralInteger_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1937e9f5 (visible: true, type: LiteralInteger_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ce4ee11 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5102c550 (visible: true, type: LiteralInteger_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29214486 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@540e4173 (visible: true, type: Interaction_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d0505a7 (visible: true, type: Interaction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e079f63 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29214486 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2899f029 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60491088 (visible: true, type: Interaction_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54bd604f (visible: true, type: Interaction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16864b7e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2899f029 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2899f029 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29214486 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29214486 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29214486 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6dc8a3be (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e410f17 (visible: true, type: Interaction_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53e62653 (visible: true, type: Interaction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@638493d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6dc8a3be (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d48e4b8 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dde5e4b (visible: true, type: Interaction_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c2aa987 (visible: true, type: Interaction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ead2419 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d48e4b8 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63a984bf (visible: true, type: LiteralString_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53295c03 (visible: true, type: LiteralString_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34447f09 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63a984bf (visible: true, type: LiteralString_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b89b36 (visible: true, type: LiteralString_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dc7e587 (visible: true, type: LiteralString_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35988ece (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b89b36 (visible: true, type: LiteralString_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b89b36 (visible: true, type: LiteralString_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63a984bf (visible: true, type: LiteralString_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63a984bf (visible: true, type: LiteralString_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63a984bf (visible: true, type: LiteralString_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15ebc9c (visible: true, type: LiteralString_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@264b7c49 (visible: true, type: LiteralString_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bef32db (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15ebc9c (visible: true, type: LiteralString_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21a2759a (visible: true, type: LiteralString_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16eb0056 (visible: true, type: LiteralString_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bb77572 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21a2759a (visible: true, type: LiteralString_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@173305cb (visible: true, type: TimeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e32ac01 (visible: true, type: TimeEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12b028bb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@173305cb (visible: true, type: TimeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ab78a20 (visible: true, type: TimeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bf495d7 (visible: true, type: TimeEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35bc1223 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ab78a20 (visible: true, type: TimeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ab78a20 (visible: true, type: TimeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@173305cb (visible: true, type: TimeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@173305cb (visible: true, type: TimeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@173305cb (visible: true, type: TimeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13a1acd (visible: true, type: TimeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@536b073d (visible: true, type: TimeEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48fb2d76 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13a1acd (visible: true, type: TimeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e0c5ad9 (visible: true, type: TimeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ab25e7a (visible: true, type: TimeEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75972f61 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e0c5ad9 (visible: true, type: TimeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e42aed0 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66be2fe2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e42aed0 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d8c15eb (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@498f3cf2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d8c15eb (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d8c15eb (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e42aed0 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e42aed0 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e42aed0 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@442c0af1 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51199a61 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@442c0af1 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7551d2dc (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ff4db22 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7551d2dc (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30225d3a (visible: true, type: TimeInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a0e7a9f (visible: true, type: TimeInterval_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1544dffe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30225d3a (visible: true, type: TimeInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56a3972c (visible: true, type: TimeInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21b396a1 (visible: true, type: TimeInterval_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ecfccc2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56a3972c (visible: true, type: TimeInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56a3972c (visible: true, type: TimeInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30225d3a (visible: true, type: TimeInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30225d3a (visible: true, type: TimeInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30225d3a (visible: true, type: TimeInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16fdfa3 (visible: true, type: TimeInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@643ed675 (visible: true, type: TimeInterval_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31ab83f3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16fdfa3 (visible: true, type: TimeInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a1bbf4a (visible: true, type: TimeInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c5cc88f (visible: true, type: TimeInterval_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1429071e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a1bbf4a (visible: true, type: TimeInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b6c89c7 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@262508bf (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@495084cf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b6c89c7 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48c81ad2 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fe4338 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b3bcc6b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48c81ad2 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48c81ad2 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b6c89c7 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b6c89c7 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b6c89c7 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72977db7 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b7462e7 (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60743b06 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72977db7 (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2860a52f (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@644453bf (visible: true, type: UseCase_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6de0e0d2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2860a52f (visible: true, type: UseCase_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b9a92ad (visible: true, type: OpaqueExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3427e999 (visible: true, type: OpaqueExpression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@146bd8b2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b9a92ad (visible: true, type: OpaqueExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24368cdb (visible: true, type: OpaqueExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@662019a3 (visible: true, type: OpaqueExpression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@211e25e7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24368cdb (visible: true, type: OpaqueExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24368cdb (visible: true, type: OpaqueExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b9a92ad (visible: true, type: OpaqueExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b9a92ad (visible: true, type: OpaqueExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b9a92ad (visible: true, type: OpaqueExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a836ebd (visible: true, type: OpaqueExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53fcf0fe (visible: true, type: OpaqueExpression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d44a860 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a836ebd (visible: true, type: OpaqueExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55c68b85 (visible: true, type: OpaqueExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c295dea (visible: true, type: OpaqueExpression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f4bd6b5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55c68b85 (visible: true, type: OpaqueExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@202bffb3 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@348239d7 (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@404073be (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6244c22d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@202bffb3 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c818951 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7106e4db (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67ca5acc (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@482b6c6c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c818951 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c818951 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@202bffb3 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@202bffb3 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@202bffb3 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b0c6ee9 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dc5a24d (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@250760b4 (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cdfc418 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b0c6ee9 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8fb21b9 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5236bc46 (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21cf95ba (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38cb5027 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8fb21b9 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c7f4163 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@753fdca (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@633cc0ad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c7f4163 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71814671 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e210b76 (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f295210 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71814671 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71814671 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c7f4163 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c7f4163 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c7f4163 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@790b6820 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@578f4ad4 (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@472ea307 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@790b6820 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50c0cc65 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26084dfa (visible: true, type: Signal_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a24280c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50c0cc65 (visible: true, type: Signal_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b3a4296 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68ef6b30 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@230f94d1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b3a4296 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36a8afe9 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23ab554c (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1703a49b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36a8afe9 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36a8afe9 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b3a4296 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b3a4296 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b3a4296 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ae197b0 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@718e35e2 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23b51009 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ae197b0 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e00bfc2 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7babb4b7 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@da27f85 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e00bfc2 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32a664c2 (visible: true, type: IntervalConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@570b404e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32a664c2 (visible: true, type: IntervalConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58ee3396 (visible: true, type: IntervalConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28d72971 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58ee3396 (visible: true, type: IntervalConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58ee3396 (visible: true, type: IntervalConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32a664c2 (visible: true, type: IntervalConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32a664c2 (visible: true, type: IntervalConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32a664c2 (visible: true, type: IntervalConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cbd1d3e (visible: true, type: IntervalConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53704ca (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cbd1d3e (visible: true, type: IntervalConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39d4a647 (visible: true, type: IntervalConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b61c81b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39d4a647 (visible: true, type: IntervalConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b523ffb (visible: true, type: DeploymentSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e375d56 (visible: true, type: DeploymentSpecification_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76376814 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b523ffb (visible: true, type: DeploymentSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@507d3a33 (visible: true, type: DeploymentSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49e8339e (visible: true, type: DeploymentSpecification_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@441ac1c4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@507d3a33 (visible: true, type: DeploymentSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@507d3a33 (visible: true, type: DeploymentSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b523ffb (visible: true, type: DeploymentSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b523ffb (visible: true, type: DeploymentSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b523ffb (visible: true, type: DeploymentSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5020f6dd (visible: true, type: DeploymentSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@db120f2 (visible: true, type: DeploymentSpecification_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@673f4df2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5020f6dd (visible: true, type: DeploymentSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@399c5be2 (visible: true, type: DeploymentSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3eab9551 (visible: true, type: DeploymentSpecification_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6037f713 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@399c5be2 (visible: true, type: DeploymentSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dc5c963 (visible: true, type: ChangeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58b1cacc (visible: true, type: ChangeEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12d84775 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dc5c963 (visible: true, type: ChangeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77ee5fd2 (visible: true, type: ChangeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17b53f03 (visible: true, type: ChangeEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cbf2f03 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77ee5fd2 (visible: true, type: ChangeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77ee5fd2 (visible: true, type: ChangeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dc5c963 (visible: true, type: ChangeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dc5c963 (visible: true, type: ChangeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dc5c963 (visible: true, type: ChangeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fd101fd (visible: true, type: ChangeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2be9a85c (visible: true, type: ChangeEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@161dc1ce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fd101fd (visible: true, type: ChangeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e0f9235 (visible: true, type: ChangeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ce3d4ec (visible: true, type: ChangeEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76d3c735 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e0f9235 (visible: true, type: ChangeEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45f595c9 (visible: true, type: InteractionConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1097daa5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45f595c9 (visible: true, type: InteractionConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d2bccec (visible: true, type: InteractionConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3095d2eb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d2bccec (visible: true, type: InteractionConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d2bccec (visible: true, type: InteractionConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45f595c9 (visible: true, type: InteractionConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45f595c9 (visible: true, type: InteractionConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45f595c9 (visible: true, type: InteractionConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bffa3ce (visible: true, type: InteractionConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1045f8a0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bffa3ce (visible: true, type: InteractionConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3aaddb91 (visible: true, type: InteractionConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b2bad0d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3aaddb91 (visible: true, type: InteractionConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1aed01c9 (visible: true, type: LiteralUnlimitedNatural_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9f05a6c (visible: true, type: LiteralUnlimitedNatural_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c1a7509 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1aed01c9 (visible: true, type: LiteralUnlimitedNatural_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@621fc7e9 (visible: true, type: LiteralUnlimitedNatural_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e553a10 (visible: true, type: LiteralUnlimitedNatural_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a01b1b0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@621fc7e9 (visible: true, type: LiteralUnlimitedNatural_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@621fc7e9 (visible: true, type: LiteralUnlimitedNatural_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1aed01c9 (visible: true, type: LiteralUnlimitedNatural_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1aed01c9 (visible: true, type: LiteralUnlimitedNatural_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1aed01c9 (visible: true, type: LiteralUnlimitedNatural_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@132f456e (visible: true, type: LiteralUnlimitedNatural_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@172fe024 (visible: true, type: LiteralUnlimitedNatural_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77a0be9d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@132f456e (visible: true, type: LiteralUnlimitedNatural_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@762f898f (visible: true, type: LiteralUnlimitedNatural_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e9aa821 (visible: true, type: LiteralUnlimitedNatural_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ecd4812 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@762f898f (visible: true, type: LiteralUnlimitedNatural_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21f9d49d (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@137dd4d (visible: true, type: InformationItem_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8adc3fb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21f9d49d (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fe4df73 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f071de4 (visible: true, type: InformationItem_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@236afcf7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fe4df73 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fe4df73 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21f9d49d (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21f9d49d (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21f9d49d (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52b6e0c2 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24a811d1 (visible: true, type: InformationItem_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6582726d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52b6e0c2 (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e34a43a (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55cf498 (visible: true, type: InformationItem_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@118b111 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e34a43a (visible: true, type: InformationItem_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@187cabef (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4069bf21 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@329f384b (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cca7900 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@187cabef (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54cbd877 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b302a5 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@354c9bc3 (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@635abb4b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54cbd877 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54cbd877 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@187cabef (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@187cabef (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@187cabef (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6682f1c8 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6501b658 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@331221e (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f925eb6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6682f1c8 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10e0f177 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33a54159 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e7d68fb (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@80cb6dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10e0f177 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f7005a8 (visible: true, type: DurationInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24490a80 (visible: true, type: DurationInterval_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76face25 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f7005a8 (visible: true, type: DurationInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6994f716 (visible: true, type: DurationInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8cc8aa8 (visible: true, type: DurationInterval_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31065fb0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6994f716 (visible: true, type: DurationInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6994f716 (visible: true, type: DurationInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f7005a8 (visible: true, type: DurationInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f7005a8 (visible: true, type: DurationInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f7005a8 (visible: true, type: DurationInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29136821 (visible: true, type: DurationInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@390b9131 (visible: true, type: DurationInterval_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74af8dd1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29136821 (visible: true, type: DurationInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28aef16b (visible: true, type: DurationInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dd8db6a (visible: true, type: DurationInterval_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d45f3d8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28aef16b (visible: true, type: DurationInterval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@330836b9 (visible: true, type: TimeExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74131d41 (visible: true, type: TimeExpression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4aba53c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@330836b9 (visible: true, type: TimeExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58a49728 (visible: true, type: TimeExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f068a5 (visible: true, type: TimeExpression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60fa0310 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58a49728 (visible: true, type: TimeExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58a49728 (visible: true, type: TimeExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@330836b9 (visible: true, type: TimeExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@330836b9 (visible: true, type: TimeExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@330836b9 (visible: true, type: TimeExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f9a7688 (visible: true, type: TimeExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47d7c62 (visible: true, type: TimeExpression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7baaa0e0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f9a7688 (visible: true, type: TimeExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fd43609 (visible: true, type: TimeExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2782d394 (visible: true, type: TimeExpression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@621cc909 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fd43609 (visible: true, type: TimeExpression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30d42805 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1680cd4f (visible: true, type: TimeObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b5bb4e5 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1577fd2a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30d42805 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e8c2608 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ca50081 (visible: true, type: TimeObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7332bec3 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52cef7ed (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e8c2608 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e8c2608 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30d42805 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30d42805 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30d42805 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fdb9346 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d0f3e75 (visible: true, type: TimeObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39cdf5e5 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@623bd61f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fdb9346 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b4a8c07 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1435db12 (visible: true, type: TimeObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d972b9e (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b424ad1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b4a8c07 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b0d491e (visible: true, type: Interval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f2e8357 (visible: true, type: Interval_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2138f498 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b0d491e (visible: true, type: Interval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f5de934 (visible: true, type: Interval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15e9fb5f (visible: true, type: Interval_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18f006d1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f5de934 (visible: true, type: Interval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f5de934 (visible: true, type: Interval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b0d491e (visible: true, type: Interval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b0d491e (visible: true, type: Interval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b0d491e (visible: true, type: Interval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75c8429b (visible: true, type: Interval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2afc4f05 (visible: true, type: Interval_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1858453c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75c8429b (visible: true, type: Interval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ba77163 (visible: true, type: Interval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dbd1773 (visible: true, type: Interval_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a9884a6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ba77163 (visible: true, type: Interval_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52e48bf (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52e48bf (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@411d4780 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@411d4780 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@411d4780 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52e48bf (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52e48bf (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52e48bf (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@248f4478 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@248f4478 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77b42e6d (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77b42e6d (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29a7f95 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10eca2e5 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ed24ce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29a7f95 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f1e9c2e (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3724c141 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7aac8401 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f1e9c2e (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f1e9c2e (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29a7f95 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29a7f95 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29a7f95 (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9b0535a (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3494f3f0 (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c1dc4d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9b0535a (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3af4979c (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41f0937c (visible: true, type: PrimitiveType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1db93018 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3af4979c (visible: true, type: PrimitiveType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@143c97fe (visible: true, type: OpaqueBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3937614a (visible: true, type: OpaqueBehavior_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c52af1a (visible: true, type: OpaqueBehavior_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58497a39 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@143c97fe (visible: true, type: OpaqueBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13603b1f (visible: true, type: OpaqueBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@726a84be (visible: true, type: OpaqueBehavior_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2df4050a (visible: true, type: OpaqueBehavior_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e2ec43d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13603b1f (visible: true, type: OpaqueBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13603b1f (visible: true, type: OpaqueBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@143c97fe (visible: true, type: OpaqueBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@143c97fe (visible: true, type: OpaqueBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@143c97fe (visible: true, type: OpaqueBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ee4f3b8 (visible: true, type: OpaqueBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62661ea (visible: true, type: OpaqueBehavior_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1be54f79 (visible: true, type: OpaqueBehavior_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36ad7650 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ee4f3b8 (visible: true, type: OpaqueBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17456a9f (visible: true, type: OpaqueBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17a15e3e (visible: true, type: OpaqueBehavior_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b6a6c93 (visible: true, type: OpaqueBehavior_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50da863 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17456a9f (visible: true, type: OpaqueBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f3e8905 (visible: true, type: StringExpression_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56a5a47a (visible: true, type: StringExpression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f4011a2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f3e8905 (visible: true, type: StringExpression_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b5cf248 (visible: true, type: StringExpression_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6222ff79 (visible: true, type: StringExpression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e3bb8a1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b5cf248 (visible: true, type: StringExpression_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b5cf248 (visible: true, type: StringExpression_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f3e8905 (visible: true, type: StringExpression_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f3e8905 (visible: true, type: StringExpression_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f3e8905 (visible: true, type: StringExpression_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fb08d82 (visible: true, type: StringExpression_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10a9014f (visible: true, type: StringExpression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8ceb866 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fb08d82 (visible: true, type: StringExpression_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b19e94f (visible: true, type: StringExpression_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@345def7d (visible: true, type: StringExpression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a4c19a8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b19e94f (visible: true, type: StringExpression_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62bbe721 (visible: true, type: LiteralBoolean_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@525f6ff4 (visible: true, type: LiteralBoolean_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c7c9a09 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62bbe721 (visible: true, type: LiteralBoolean_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@93ecce5 (visible: true, type: LiteralBoolean_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e97948b (visible: true, type: LiteralBoolean_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71737855 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@93ecce5 (visible: true, type: LiteralBoolean_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@93ecce5 (visible: true, type: LiteralBoolean_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62bbe721 (visible: true, type: LiteralBoolean_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62bbe721 (visible: true, type: LiteralBoolean_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62bbe721 (visible: true, type: LiteralBoolean_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1051791f (visible: true, type: LiteralBoolean_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77016eac (visible: true, type: LiteralBoolean_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17338e77 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1051791f (visible: true, type: LiteralBoolean_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bcb741e (visible: true, type: LiteralBoolean_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38da4205 (visible: true, type: LiteralBoolean_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bec8ece (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bcb741e (visible: true, type: LiteralBoolean_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28edcbe7 (visible: true, type: FunctionBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@188ebffe (visible: true, type: FunctionBehavior_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@728373a0 (visible: true, type: FunctionBehavior_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5318d185 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28edcbe7 (visible: true, type: FunctionBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6df448d5 (visible: true, type: FunctionBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c4fc257 (visible: true, type: FunctionBehavior_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d6eb29a (visible: true, type: FunctionBehavior_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c107324 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6df448d5 (visible: true, type: FunctionBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6df448d5 (visible: true, type: FunctionBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28edcbe7 (visible: true, type: FunctionBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28edcbe7 (visible: true, type: FunctionBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28edcbe7 (visible: true, type: FunctionBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b1512ca (visible: true, type: FunctionBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ac2a1c9 (visible: true, type: FunctionBehavior_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@419c6826 (visible: true, type: FunctionBehavior_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31a1551f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b1512ca (visible: true, type: FunctionBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f3cb129 (visible: true, type: FunctionBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c8d797f (visible: true, type: FunctionBehavior_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15ae1815 (visible: true, type: FunctionBehavior_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79794c8e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f3cb129 (visible: true, type: FunctionBehavior_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@393ad2ba (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bee1c03 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c33884d (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ac059d7 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1aeca28f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@393ad2ba (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22d5fba2 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dc633d5 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e1c7624 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@567067d0 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f023c6b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22d5fba2 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22d5fba2 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@393ad2ba (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@393ad2ba (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@393ad2ba (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@720c1fd (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ce75683 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@229196ad (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@268521a9 (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c79d54d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@720c1fd (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dc72b80 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@230cdf0d (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40498359 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61132fde (visible: true, type: DataType_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e66b61e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dc72b80 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e8d60f4 (visible: true, type: DurationConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75898224 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e8d60f4 (visible: true, type: DurationConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e5cc3c0 (visible: true, type: DurationConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60a5d09b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e5cc3c0 (visible: true, type: DurationConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e5cc3c0 (visible: true, type: DurationConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e8d60f4 (visible: true, type: DurationConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e8d60f4 (visible: true, type: DurationConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e8d60f4 (visible: true, type: DurationConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cd5fe34 (visible: true, type: DurationConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@459830a1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cd5fe34 (visible: true, type: DurationConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6927e824 (visible: true, type: DurationConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f0408c7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6927e824 (visible: true, type: DurationConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c05e612 (visible: true, type: AnyReceiveEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@638927b8 (visible: true, type: AnyReceiveEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f241c46 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c05e612 (visible: true, type: AnyReceiveEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d8c1946 (visible: true, type: AnyReceiveEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@334f7d0f (visible: true, type: AnyReceiveEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@343fb86e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d8c1946 (visible: true, type: AnyReceiveEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d8c1946 (visible: true, type: AnyReceiveEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c05e612 (visible: true, type: AnyReceiveEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c05e612 (visible: true, type: AnyReceiveEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c05e612 (visible: true, type: AnyReceiveEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cff16c9 (visible: true, type: AnyReceiveEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d5f1cdb (visible: true, type: AnyReceiveEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c73af50 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cff16c9 (visible: true, type: AnyReceiveEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@261e296d (visible: true, type: AnyReceiveEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c1386c4 (visible: true, type: AnyReceiveEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45055a53 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@261e296d (visible: true, type: AnyReceiveEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@273d13e3 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@563fc9d1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@273d13e3 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@584ba300 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c2128d4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@584ba300 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@584ba300 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@273d13e3 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@273d13e3 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@273d13e3 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73e5b27c (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16f57ee4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73e5b27c (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a92c572 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79546f28 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a92c572 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70cc2f72 (visible: true, type: Expression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b3c56ae (visible: true, type: Expression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32cdaa4b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70cc2f72 (visible: true, type: Expression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24323780 (visible: true, type: Expression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c6bc34f (visible: true, type: Expression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64b6f3c4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24323780 (visible: true, type: Expression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24323780 (visible: true, type: Expression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70cc2f72 (visible: true, type: Expression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70cc2f72 (visible: true, type: Expression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70cc2f72 (visible: true, type: Expression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f166e77 (visible: true, type: Expression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17610bfb (visible: true, type: Expression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ed7d47a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f166e77 (visible: true, type: Expression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@558d7a2b (visible: true, type: Expression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6817f7ad (visible: true, type: Expression_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@402bc287 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@558d7a2b (visible: true, type: Expression_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10c3aa0c (visible: true, type: Duration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a9b14af (visible: true, type: Duration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@250aaf21 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10c3aa0c (visible: true, type: Duration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bce37a (visible: true, type: Duration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d2e2a77 (visible: true, type: Duration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@761f448d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bce37a (visible: true, type: Duration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bce37a (visible: true, type: Duration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10c3aa0c (visible: true, type: Duration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10c3aa0c (visible: true, type: Duration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10c3aa0c (visible: true, type: Duration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73e15d4b (visible: true, type: Duration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7084a997 (visible: true, type: Duration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dc53875 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73e15d4b (visible: true, type: Duration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38e89425 (visible: true, type: Duration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ebd6545 (visible: true, type: Duration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ec1972f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38e89425 (visible: true, type: Duration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29a6b58c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@728fa14b (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@592cf54f (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@464b9ebd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29a6b58c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f267913 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e1a4bae (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42e3911a (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a80b0c3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f267913 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f267913 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29a6b58c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29a6b58c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29a6b58c (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fbd7548 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dacb700 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@230e9de7 (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56d66f67 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fbd7548 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8457702 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e3f27b5 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67b6881f (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@334ec14f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8457702 (visible: true, type: Component_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bebf492 (visible: true, type: SignalEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7986c0be (visible: true, type: SignalEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@223f96ba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bebf492 (visible: true, type: SignalEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3987cfcc (visible: true, type: SignalEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bc99bfb (visible: true, type: SignalEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26f8522d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3987cfcc (visible: true, type: SignalEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3987cfcc (visible: true, type: SignalEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bebf492 (visible: true, type: SignalEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bebf492 (visible: true, type: SignalEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bebf492 (visible: true, type: SignalEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13203910 (visible: true, type: SignalEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3356efec (visible: true, type: SignalEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fe13e6c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13203910 (visible: true, type: SignalEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6307004c (visible: true, type: SignalEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76bce52 (visible: true, type: SignalEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4efea616 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6307004c (visible: true, type: SignalEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56d39409 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b167fdd (visible: true, type: Node_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@206c671c (visible: true, type: Node_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34db6c57 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56d39409 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15756c39 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25eca110 (visible: true, type: Node_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c84c536 (visible: true, type: Node_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f5543ad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15756c39 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15756c39 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56d39409 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56d39409 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56d39409 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28c54d2e (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@218782f1 (visible: true, type: Node_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31eab847 (visible: true, type: Node_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b171e08 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28c54d2e (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56beca01 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@517d325e (visible: true, type: Node_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b266274 (visible: true, type: Node_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@be7d40f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56beca01 (visible: true, type: Node_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57be2b60 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13ecccbd (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ddfd299 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6499de07 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57be2b60 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@515b0378 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@205b6681 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76e03651 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45a8e88d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@515b0378 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@515b0378 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57be2b60 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57be2b60 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57be2b60 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ccb4d81 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a262ac2 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45e184b1 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a591b11 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ccb4d81 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28c54743 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48d770d5 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9ab31e1 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ab6c8f7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28c54743 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ff868dd (visible: true, type: CallEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c31472 (visible: true, type: CallEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cd7bd63 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ff868dd (visible: true, type: CallEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6edffd0a (visible: true, type: CallEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@692930dd (visible: true, type: CallEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b2b579a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6edffd0a (visible: true, type: CallEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6edffd0a (visible: true, type: CallEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ff868dd (visible: true, type: CallEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ff868dd (visible: true, type: CallEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ff868dd (visible: true, type: CallEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d202040 (visible: true, type: CallEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f0cc094 (visible: true, type: CallEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26ef64e5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d202040 (visible: true, type: CallEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f36e873 (visible: true, type: CallEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f7c1e3a (visible: true, type: CallEvent_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@455064d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f36e873 (visible: true, type: CallEvent_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cf01842 (visible: true, type: InstanceValue_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18b60b1e (visible: true, type: InstanceValue_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24a374e1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cf01842 (visible: true, type: InstanceValue_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68513c46 (visible: true, type: InstanceValue_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28e77fbf (visible: true, type: InstanceValue_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@410fca34 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68513c46 (visible: true, type: InstanceValue_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68513c46 (visible: true, type: InstanceValue_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cf01842 (visible: true, type: InstanceValue_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cf01842 (visible: true, type: InstanceValue_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cf01842 (visible: true, type: InstanceValue_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@153ebcf5 (visible: true, type: InstanceValue_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30aaa940 (visible: true, type: InstanceValue_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6de6c552 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@153ebcf5 (visible: true, type: InstanceValue_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3848e2a0 (visible: true, type: InstanceValue_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f46b233 (visible: true, type: InstanceValue_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23f03b43 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3848e2a0 (visible: true, type: InstanceValue_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6f4fa40e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6b7765a1 (visible: true, type: CompositeStructure, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f2be6f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b69ade2 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@201a44f0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@185b0bcc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24b039b (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@632c22bd (visible: true, type: Property_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48ead29a (visible: true, type: Property_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63be7fd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24b039b (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d10781e (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ce1d1b8 (visible: true, type: Property_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ace298a (visible: true, type: Property_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c5af8c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d10781e (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d10781e (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24b039b (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24b039b (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24b039b (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a26fcb7 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b78e00d (visible: true, type: Property_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e75a648 (visible: true, type: Property_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1785e628 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a26fcb7 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ffc3e65 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49b8e384 (visible: true, type: Property_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@289dc7bb (visible: true, type: Property_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30897d9e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ffc3e65 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68ac56a5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bc8b45d (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40f1250a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23501f40 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73074b7 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8d5b2ca (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73074b7 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c0a1daa (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d23afdc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c0a1daa (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c0a1daa (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73074b7 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73074b7 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73074b7 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d307e67 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65f54658 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d307e67 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2712f98a (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a64e0de (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2712f98a (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50b666c2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53a383e2 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@af633e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b3dcf08 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@314eeea5 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@314eeea5 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e77f981 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e77f981 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e77f981 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@314eeea5 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@314eeea5 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@314eeea5 (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ca0499e (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ca0499e (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@466cdcfa (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@466cdcfa (visible: true, type: Comment_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@699ebac (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d90a08a (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4207452d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19fafa1e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@462f2f56 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@297c6851 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@644e4804 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@673dedb0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@462f2f56 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4018e1b3 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c3cbe58 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d3ae9f2 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d30516e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4018e1b3 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4018e1b3 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@462f2f56 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@462f2f56 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@462f2f56 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64597f3 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3084b8a9 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41c5b6a8 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@aebd39b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64597f3 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17592046 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3122e0bb (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6024831 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5afd0963 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a4e2596 (visible: true, type: CollaborationUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74c03d3f (visible: true, type: CollaborationUse_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8d4eb88 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a4e2596 (visible: true, type: CollaborationUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1edb2eb (visible: true, type: CollaborationUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75d56c18 (visible: true, type: CollaborationUse_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5de278ab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1edb2eb (visible: true, type: CollaborationUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1edb2eb (visible: true, type: CollaborationUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a4e2596 (visible: true, type: CollaborationUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a4e2596 (visible: true, type: CollaborationUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a4e2596 (visible: true, type: CollaborationUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54373b41 (visible: true, type: CollaborationUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ec777f1 (visible: true, type: CollaborationUse_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@539df4b8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54373b41 (visible: true, type: CollaborationUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51809308 (visible: true, type: CollaborationUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d078d65 (visible: true, type: CollaborationUse_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c746493 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51809308 (visible: true, type: CollaborationUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24357f58 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1dbdec5a (visible: true, type: CompositeStructure, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13231ad2 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3036cbed (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5877682c (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3005ef15 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38366e49 (visible: true, type: Parameter_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15f041c8 (visible: true, type: Parameter_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43f3b86f (visible: true, type: Parameter_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f317a70 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38366e49 (visible: true, type: Parameter_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a992931 (visible: true, type: Parameter_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@443309dc (visible: true, type: Parameter_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bd8f6ce (visible: true, type: Parameter_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bee0d47 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a992931 (visible: true, type: Parameter_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a992931 (visible: true, type: Parameter_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38366e49 (visible: true, type: Parameter_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38366e49 (visible: true, type: Parameter_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38366e49 (visible: true, type: Parameter_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32ccf08a (visible: true, type: Parameter_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44e9f49 (visible: true, type: Parameter_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d6075f0 (visible: true, type: Parameter_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18a86809 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32ccf08a (visible: true, type: Parameter_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d8e2c92 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@618196f3 (visible: true, type: CompositeStructure, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f3b90d1 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a4b0bd7 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6606375f (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c67ab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4085ea36 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45fc21f5 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e756546 (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fdf9f1e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40a4481e (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a6a0b60 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ac0425e (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@352fe81f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@681d5126 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12a8ec5e (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@452935bf (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c9f610b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@658146ad (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ab8f3af (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53baed75 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@658146ad (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@658146ad (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@658146ad (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@658146ad (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c37f8e8 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f099018 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43a51510 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c37f8e8 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@176ef90d (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ca85eb0 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b809060 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@176ef90d (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2ae73b44 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e00ba3d (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e83dd9d (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2ae73b44 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26d7103b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d368bef (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4410dffe (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f4b54bd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8659f0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ea7cad3 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@95b9300 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23643f97 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7681bda1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14e0e876 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f76ddfe (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b3660e9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e06f9d0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66d89ab9 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@283dc08 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54dfcbb3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@370042e6 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cc8c5fe (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@775df4ac (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@370042e6 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@370042e6 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@370042e6 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@370042e6 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@364eca70 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f621a32 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67c9d134 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@364eca70 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@66372c5a (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69ee406d (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a6038ec (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@66372c5a (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b304f3 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d821778 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6116b88 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b304f3 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ff4ee80 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cce9ce7 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2be6182e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cb7dca4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f8e5f12 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d07c7b4 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f877869 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21a721f8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@104f5bbf (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2da81dae (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fbb916d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10ae91e0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bc7e300 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cb5c9b0 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1994f340 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b1c75fb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@35c90d31 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22ec7316 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b0dc145 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@35c90d31 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@35c90d31 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@35c90d31 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@35c90d31 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b4c9729 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@973b906 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15772d29 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b4c9729 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@69e46f39 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@603f3338 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cc08a74 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@69e46f39 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@129dba6c (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10cd5e0f (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d5de7f9 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@129dba6c (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14d3de0f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d99257a (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@151927c5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17897a31 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19a3ecf1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3194c9dc (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f38328f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67369962 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10ec1054 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@289cd27 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1795ab0e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4af7d1f2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53145ee8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@748f432e (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d08403c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38157cb0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c3d1487 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@520d9bce (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e8dbf05 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c3d1487 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c3d1487 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c3d1487 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c3d1487 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a588792 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@301217a7 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cfa85a8 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a588792 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75b4993d (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23d932c5 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57f3afa7 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75b4993d (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@552260f1 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16facb1e (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bac0d0e (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@552260f1 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@731bcebc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ba6d0f9 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14e2c6e5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1622852d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56a89677 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b0bdb12 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7534d320 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@725b6117 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42da0654 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39e16f7c (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8a16cc9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1056a225 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ee4cfe5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e93806e (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@267fc2bf (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17019aa3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d74ecfe (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@219b4fe7 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@599db19 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d74ecfe (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d74ecfe (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d74ecfe (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d74ecfe (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@660a94d4 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@601a5c83 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a098b71 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@660a94d4 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c00fc14 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4737d3a6 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57f7cd51 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c00fc14 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@536d04d (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23d75061 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14d32f60 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@536d04d (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66d17141 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46f9962b (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7207d4c1 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34759755 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d348c13 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f148cc1 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69d24d1b (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69f0e77c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d34d48b (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41c9c115 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34b5e84 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c4264ec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15733cf8 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b21201 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6892333b (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a854abb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72fd2d57 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e61cf2b (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@546a4104 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72fd2d57 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72fd2d57 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72fd2d57 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72fd2d57 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1cbac63e (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cfbd0e (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e06a8f3 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1cbac63e (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d3f4aec (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40123e08 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28220799 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d3f4aec (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e759d08 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@de03f3e (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ae18632 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e759d08 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ad81c3 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cae3468 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fcab84b (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3516c7d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@338b649e (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43ca4e90 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7568b058 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d5844af (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@561ceb96 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e8e65aa (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73cb88e0 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2838b66c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39b0236d (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12f3759a (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55bc8e20 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ed84f15 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49258bce (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@679ea576 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5634e938 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49258bce (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49258bce (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49258bce (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49258bce (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6229e3af (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ce1ae3c (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66e06781 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6229e3af (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@76f7b241 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2db004cb (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76943b1f (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@76f7b241 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@21b2e0cd (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@530dfe2f (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31d353e7 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@21b2e0cd (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5616230d (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@713babc6 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60fa9a41 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@82f752c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bd7b9cc (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48b9d1f1 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ca733b9 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@383603eb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41f4071f (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@138bdd23 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2aed1367 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2526a4f1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@158f60aa (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cc7bd85 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13110d13 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fa2f029 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ca94183 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65978177 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cf36a98 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ca94183 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ca94183 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ca94183 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ca94183 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@55391ca (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13f552b8 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cf63715 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@55391ca (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ec56bb3 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70ec0bb7 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@545df4b2 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ec56bb3 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@21e0aab4 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d3f25ba (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@577b605f (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@21e0aab4 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@552f7e4f (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63b9edcb (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@281835b8 (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@620af990 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a058a3 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cede89a (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@340bdb28 (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44903ea5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75fbb32b (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43be895e (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36508c79 (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25d1056c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53e1e162 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@191f71e6 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2722d091 (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56538478 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@675e573 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34402b40 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@202353b2 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@675e573 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@675e573 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@675e573 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@675e573 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@647d2370 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@787abc77 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65fdc8b2 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@647d2370 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16cee4da (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@aee51ae (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c3b2404 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16cee4da (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3237288e (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a2a3e7 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@665a2066 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3237288e (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f5675ed (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76846edb (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7774f330 (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ded1bcc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@755dc8ca (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e48ed7f (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cf3058c (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@258f0d3b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ca4ec7c (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@574dfedb (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a095fc8 (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@559fe733 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13616fd4 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fa33dca (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b3b1bcd (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b217a7e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49e4efaa (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57a80783 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@556409d (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49e4efaa (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49e4efaa (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49e4efaa (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49e4efaa (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@8450038 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c9229a0 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@285bd8d0 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@8450038 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6f4b828f (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63184e82 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48ba964c (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6f4b828f (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1af3f2a1 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ddb3169 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17398ddd (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1af3f2a1 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@121592a4 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5322530d (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b665382 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18589015 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@381b0028 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ee9dba2 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1349c3a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56cd74be (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15006ace (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@411b0c47 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28bdd236 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@399800f6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e329fd8 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d458d07 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4840d808 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@418ad056 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2ea2786c (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47675920 (visible: true, type: Manifestation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13472ec7 (visible: true, type: Manifestation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2ea2786c (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2ea2786c (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2ea2786c (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2ea2786c (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1bb354b8 (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d7ffd3e (visible: true, type: Manifestation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@601f5f10 (visible: true, type: Manifestation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1bb354b8 (visible: true, type: Manifestation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30814577 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62305fc8 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dd0a018 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54c3ba10 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43323e2e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@246e4ee8 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1612043d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@442455c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20b41a1b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6aec98e2 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26d432a0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51a46514 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e8a70a2 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b52b715 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fcfd301 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@159784 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77919342 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@568f6c3 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6aa6c7bd (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77919342 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77919342 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77919342 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77919342 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@438be33b (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a185202 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6902b499 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@438be33b (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@731d40e5 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41416f0c (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56e81baf (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@731d40e5 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4d95e715 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27a45ea2 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63fc6ec1 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4d95e715 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@247abe4b (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53f81333 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6403e631 (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74049e02 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@efb1c59 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3705b6ff (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43f6467b (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6952291e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c4b4749 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@181e523f (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2674437f (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bf7e2b2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f09ed7e (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19ac9404 (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39c76fe5 (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7840eba0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@35affd03 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1eb54b3a (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@381c3e3f (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@35affd03 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@35affd03 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@35affd03 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@35affd03 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7ff42 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eb6eb70 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44eb06a (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7ff42 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@9c28e36 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b9a7fc3 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41efb276 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@9c28e36 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@751546fc (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ad1f673 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@548f6471 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@751546fc (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@472e5cb6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37d27417 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c27afd5 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50edf5ab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@449074c1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@be52300 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1783d102 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@532da1c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5da5101d (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a6f015e (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1771d944 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@323eee49 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59d3770b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b2cc56f (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@270d1288 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f11e670 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d303998 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c9c26f9 (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20be5b1c (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d303998 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d303998 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d303998 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d303998 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52408fec (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a05fa9a (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c7ead17 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52408fec (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@993f255 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@451eaced (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7080a695 (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@993f255 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34992ac5 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70a8b32d (visible: true, type: Usage_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2260b51d (visible: true, type: Usage_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34992ac5 (visible: true, type: Usage_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9e76702 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1412383b (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fbaa89a (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e79b55d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@173249e (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b535fbe (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6be0695a (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d7ee11e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65ca9f1d (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4093fab6 (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cdca514 (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5503c63a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10558eca (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b53e58b (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b628c9c (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@718f27bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4131c80e (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b9f2c56 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@99c6f2f (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4131c80e (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4131c80e (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4131c80e (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4131c80e (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71d45a74 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d4879ce (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ed86b57 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71d45a74 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@268ec171 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c5a66b (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22f33e75 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@268ec171 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38c0cf3e (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f9ce342 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30cea470 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38c0cf3e (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@776b7801 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fe3e031 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51c83850 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e136ec8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46149db8 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11a80d08 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@525d7e66 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d93e3bb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b68bbc6 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65154216 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7afaee17 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a2b7e30 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cef33e0 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c7c4ba1 (visible: true, type: Activity_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54bf87f5 (visible: true, type: Activity_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73800023 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4912b6a8 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12aebde6 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f653e6d (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4912b6a8 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4912b6a8 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4912b6a8 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4912b6a8 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@73f5bc32 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2454c0e0 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41e51b52 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@73f5bc32 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f7aafea (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34587b97 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59637388 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f7aafea (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6a9efc0d (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1df90efc (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c78d24b (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6a9efc0d (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@608d1ccc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45197c11 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e207bd0 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@376e6881 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bb9da80 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2924c33b (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56b6df65 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72e5becb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c9c247f (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e882165 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56a124ed (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67f02138 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6656a2b6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21117fc5 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@610d1b4a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9c48a1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29e90fe0 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74f0bc38 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ab10131 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29e90fe0 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29e90fe0 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29e90fe0 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29e90fe0 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1fa1c75c (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c452620 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f457ca4 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1fa1c75c (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@70fe10f3 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39594fb7 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@196b7f6f (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@70fe10f3 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5de32824 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35c39902 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e1080b2 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5de32824 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a9259bd (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@281a6201 (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e4288d (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17bd445c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7018dbd7 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@321407ef (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bed581f (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2004c741 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2527f77e (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3299c1ba (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69cd831d (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@612acac5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bdd09b4 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dbd2654 (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63ab5aeb (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49e8ef9e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7eca130a (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b54a520 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b8759f4 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7eca130a (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7eca130a (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7eca130a (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7eca130a (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@441a2e (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a7d3b3b (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@391e68db (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@441a2e (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@21a3ffb7 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46ab0a33 (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bddd17c (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@21a3ffb7 (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@37e8555e (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a65ddec (visible: true, type: Abstraction_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@292214d1 (visible: true, type: Abstraction_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@37e8555e (visible: true, type: Abstraction_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@503b46aa (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2326d09b (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bb18bdd (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@390e7281 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@708d9cad (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e74b8bd (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52bb2c0f (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7de556b6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@769cbd2c (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f16a44b (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55c7a774 (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3495d43 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1603c864 (visible: true, type: Collaboration_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e7009ff (visible: true, type: Collaboration_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11c61a3d (visible: true, type: Collaboration_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@439f4950 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c5f2a6 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fbcf73f (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@325c6a77 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c5f2a6 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c5f2a6 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c5f2a6 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c5f2a6 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e65b758 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@488cf522 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@241c4792 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e65b758 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6419fb18 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18d80878 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76c01903 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6419fb18 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5091e9e2 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bc4e40b (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f4a56a2 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5091e9e2 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b371160 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b66749f (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53fdf71d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38fc4d29 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19efc052 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55f03112 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@259295bb (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12d1e603 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60ee9566 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d22d4f7 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bc86766 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cebb97e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@363e7a6b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16b2863 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7651372a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@176e3b6f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16658e78 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75056754 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c2e8b61 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16658e78 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16658e78 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16658e78 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16658e78 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@23544133 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c5867fd (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e608672 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@23544133 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13790cd0 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33c42234 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66f8123 (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13790cd0 (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@610510fd (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5642f9 (visible: true, type: Realization_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bd9c4bb (visible: true, type: Realization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@610510fd (visible: true, type: Realization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2bad0145 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4fdbfa59 (visible: true, type: CompositeStructure, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a81fc6b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f5440c8 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75b3288a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b6bc8d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7614a840 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36554844 (visible: true, type: Property_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10da48f4 (visible: true, type: Property_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e70392e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1575349d (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7515802a (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ff24d2 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22e6a48f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1575349d (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e6c69e3 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e447197 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15b6fd6 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27f47508 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e6c69e3 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@94b1c9 (visible: true, type: ProtocolStateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7128aa97 (visible: true, type: ProtocolStateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6819904b (visible: true, type: ProtocolStateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79f28aef (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7101724a (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@267acc13 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c2221fe (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6abde414 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7101724a (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@594f5ac7 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a5e5411 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@338c8f0a (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a92040 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@594f5ac7 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5927f185 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62de32a0 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79d282a8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e7f9ba8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3347c030 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28784110 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d18f6f5 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d9114a6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3347c030 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62db979f (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65cdbd90 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62720e8c (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7acdb4de (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62db979f (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e162f6f (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38b8b629 (visible: true, type: Interaction_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ccf6b28 (visible: true, type: Interaction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29dc23a6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a0955f0 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4eccdae6 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ee47407 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@422f391b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a0955f0 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13a50ccb (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b999b11 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b6880f4 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f09e912 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13a50ccb (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c929fe1 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@585c7d8e (visible: true, type: StateMachine_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d934ada (visible: true, type: StateMachine_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a3ff2e8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b4e149e (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@730a9e78 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@216a783d (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ec75a08 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b4e149e (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f343a99 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b6c53a9 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b97322c (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39c1b922 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f343a99 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c8af77e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@526dd437 (visible: true, type: CompositeStructure, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17d9a654 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22e4e616 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17d9a654 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17e9a8ad (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17d9a654 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64990aeb (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17d9a654 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@338f8c48 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17d9a654 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c10e4b8 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17d9a654 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b25e02f (visible: true, type: Property_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17d9a654 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67beb185 (visible: true, type: Property_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17d9a654 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@139169d0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17d9a654 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c10e4b8 (visible: true, type: Property_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@17d9a654 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5d4a3653 (visible: true, type: CompositeStructure, mutable: false) (name: ConstraintCompositeStructureDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@192fcd60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a651159 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@192fcd60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a729f32 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@192fcd60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31b60358 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@192fcd60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f6f62bb (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@192fcd60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58c9814c (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@192fcd60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36868443 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@192fcd60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64964ef5 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@192fcd60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48e1a311 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@192fcd60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5abfddbf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@192fcd60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f18458a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@192fcd60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39988974 (visible: true, type: Constraint_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@192fcd60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4684d9f2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@192fcd60 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7c4402cd (visible: true, type: PapyrusUMLStateMachineDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31dd601b (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c629e3a (visible: true, type: StateMachine_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@525f4276 (visible: true, type: StateMachine_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8d82d9e (visible: true, type: Region_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d5bf5fc (visible: true, type: Region_SubvertexCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@455438b2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3200c1af (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@497381c (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dad170d (visible: true, type: Pseudostate_ChoiceFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@182bfbb0 (visible: true, type: Pseudostate_ChoiceStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a29a4ff (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@497381c (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57e9351b (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6147b40f (visible: true, type: Pseudostate_ChoiceFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6929fa04 (visible: true, type: Pseudostate_ChoiceStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@599a10cb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57e9351b (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57e9351b (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@497381c (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@497381c (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@497381c (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1eb7923d (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fc1ebdf (visible: true, type: Pseudostate_ChoiceFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44673297 (visible: true, type: Pseudostate_ChoiceStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76bffd59 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1eb7923d (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47951dc7 (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@abee04f (visible: true, type: Pseudostate_ChoiceFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@684ab91e (visible: true, type: Pseudostate_ChoiceStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1910f457 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47951dc7 (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@155bafc8 (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@133186e7 (visible: true, type: Pseudostate_InitialFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dfcb5be (visible: true, type: Pseudostate_InitialStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68b06ae1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@155bafc8 (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@604d6be1 (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6413e143 (visible: true, type: Pseudostate_InitialFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ae6662e (visible: true, type: Pseudostate_InitialStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@542efdd9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@604d6be1 (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@604d6be1 (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@155bafc8 (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@155bafc8 (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@155bafc8 (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b68a0a5 (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67c933b (visible: true, type: Pseudostate_InitialFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a84e5d8 (visible: true, type: Pseudostate_InitialStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c3de26d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b68a0a5 (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6af441de (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@354994c9 (visible: true, type: Pseudostate_InitialFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b713404 (visible: true, type: Pseudostate_InitialStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64136734 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6af441de (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44024b74 (visible: true, type: Pseudostate_JoinShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d7aff9d (visible: true, type: Pseudostate_JoinFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@768fba3f (visible: true, type: Pseudostate_JoinStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a797012 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44024b74 (visible: true, type: Pseudostate_JoinShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a7e535b (visible: true, type: Pseudostate_JoinShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f09c347 (visible: true, type: Pseudostate_JoinFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ba5b073 (visible: true, type: Pseudostate_JoinStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c2903a3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a7e535b (visible: true, type: Pseudostate_JoinShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a7e535b (visible: true, type: Pseudostate_JoinShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44024b74 (visible: true, type: Pseudostate_JoinShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44024b74 (visible: true, type: Pseudostate_JoinShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44024b74 (visible: true, type: Pseudostate_JoinShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d8deb9b (visible: true, type: Pseudostate_JoinShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59bdf927 (visible: true, type: Pseudostate_JoinFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b21e7ec (visible: true, type: Pseudostate_JoinStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2568f03c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d8deb9b (visible: true, type: Pseudostate_JoinShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d8fe70c (visible: true, type: Pseudostate_JoinShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a63f0d7 (visible: true, type: Pseudostate_JoinFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@304b61bc (visible: true, type: Pseudostate_JoinStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48c9aad3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d8fe70c (visible: true, type: Pseudostate_JoinShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79d8ada2 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b670d2 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@325cf1e6 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2560b2ce (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79d8ada2 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ee3a51b (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44d6fbaf (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fab6aee (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45c45d2d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ee3a51b (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ee3a51b (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79d8ada2 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79d8ada2 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79d8ada2 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9d03ed9 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b78e11c (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ff7607e (visible: true, type: State_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d80ff96 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17def4ca (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9d03ed9 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@411d0e82 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@647076c0 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49def14f (visible: true, type: State_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f13ba (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11c20408 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@411d0e82 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7af0e0b0 (visible: true, type: Pseudostate_ForkShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48936511 (visible: true, type: Pseudostate_ForkFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4789eef9 (visible: true, type: Pseudostate_ForkStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1543489e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7af0e0b0 (visible: true, type: Pseudostate_ForkShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c3977e5 (visible: true, type: Pseudostate_ForkShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2328b1ec (visible: true, type: Pseudostate_ForkFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e0c740c (visible: true, type: Pseudostate_ForkStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@992bba0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c3977e5 (visible: true, type: Pseudostate_ForkShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c3977e5 (visible: true, type: Pseudostate_ForkShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7af0e0b0 (visible: true, type: Pseudostate_ForkShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7af0e0b0 (visible: true, type: Pseudostate_ForkShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7af0e0b0 (visible: true, type: Pseudostate_ForkShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e0d274f (visible: true, type: Pseudostate_ForkShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6464f513 (visible: true, type: Pseudostate_ForkFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44817833 (visible: true, type: Pseudostate_ForkStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cfd7bdb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e0d274f (visible: true, type: Pseudostate_ForkShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20c4c8f4 (visible: true, type: Pseudostate_ForkShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@481fb268 (visible: true, type: Pseudostate_ForkFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60532efb (visible: true, type: Pseudostate_ForkStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@643baea2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20c4c8f4 (visible: true, type: Pseudostate_ForkShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c6b4717 (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30747dd6 (visible: true, type: Pseudostate_JunctionFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7015e26f (visible: true, type: Pseudostate_JunctionStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f2cff47 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c6b4717 (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26f3421f (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@430271e6 (visible: true, type: Pseudostate_JunctionFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2db3fec9 (visible: true, type: Pseudostate_JunctionStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cff0b0e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26f3421f (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26f3421f (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c6b4717 (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c6b4717 (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c6b4717 (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73982c2a (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ded150f (visible: true, type: Pseudostate_JunctionFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32bc2483 (visible: true, type: Pseudostate_JunctionStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43f1d15a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73982c2a (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e310e08 (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49ac7c51 (visible: true, type: Pseudostate_JunctionFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c2f13d2 (visible: true, type: Pseudostate_JunctionStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f929714 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e310e08 (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f17d83 (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bf535c8 (visible: true, type: Pseudostate_ShallowHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b0f68f (visible: true, type: Pseudostate_ShallowHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@783f56a0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f17d83 (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26b8038 (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46511380 (visible: true, type: Pseudostate_ShallowHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@797197bc (visible: true, type: Pseudostate_ShallowHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@581a4062 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26b8038 (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26b8038 (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f17d83 (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f17d83 (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f17d83 (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23b966e0 (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67b18419 (visible: true, type: Pseudostate_ShallowHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eb3c8a6 (visible: true, type: Pseudostate_ShallowHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a7a5eaa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23b966e0 (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@552a7eda (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53ec8022 (visible: true, type: Pseudostate_ShallowHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dad10da (visible: true, type: Pseudostate_ShallowHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@156d78bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@552a7eda (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d6caaee (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3699d9bd (visible: true, type: Pseudostate_DeepHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a718c1d (visible: true, type: Pseudostate_DeepHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3870eeca (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d6caaee (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dc1e8e0 (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7be047e0 (visible: true, type: Pseudostate_DeepHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35a1ac75 (visible: true, type: Pseudostate_DeepHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43081b3f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dc1e8e0 (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dc1e8e0 (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d6caaee (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d6caaee (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d6caaee (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b087e6d (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ef1a277 (visible: true, type: Pseudostate_DeepHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@658f1f84 (visible: true, type: Pseudostate_DeepHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@586ca3c5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b087e6d (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4278cd96 (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1df4f010 (visible: true, type: Pseudostate_DeepHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32fcd36 (visible: true, type: Pseudostate_DeepHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51ce34d5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4278cd96 (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2634b4a7 (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31459300 (visible: true, type: Pseudostate_TerminateFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ddc6aad (visible: true, type: Pseudostate_TerminateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50b12d96 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2634b4a7 (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b03c522 (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78a612c0 (visible: true, type: Pseudostate_TerminateFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67026eee (visible: true, type: Pseudostate_TerminateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e776df7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b03c522 (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b03c522 (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2634b4a7 (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2634b4a7 (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2634b4a7 (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f108824 (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e1b9139 (visible: true, type: Pseudostate_TerminateFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31d62615 (visible: true, type: Pseudostate_TerminateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b3b1431 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f108824 (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a9bfe9c (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c8bf48b (visible: true, type: Pseudostate_TerminateFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b0c1fe6 (visible: true, type: Pseudostate_TerminateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3920a4d5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a9bfe9c (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ecf7bc7 (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52cad4ff (visible: true, type: FinalState_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48cc60a5 (visible: true, type: FinalState_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59dbb4bb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ecf7bc7 (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@512df52c (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2852c445 (visible: true, type: FinalState_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@362f06d7 (visible: true, type: FinalState_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35d001f3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@512df52c (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@512df52c (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ecf7bc7 (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ecf7bc7 (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ecf7bc7 (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75932f26 (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e11cb31 (visible: true, type: FinalState_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ec907ed (visible: true, type: FinalState_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5436691c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75932f26 (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@737268b3 (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1669580 (visible: true, type: FinalState_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56e4c1f4 (visible: true, type: FinalState_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5512b666 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@737268b3 (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@308dde6c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5dc4dc38 (visible: true, type: PapyrusUMLStateMachineDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61fe8088 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ac39bf3 (visible: true, type: StateMachine_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f3be535 (visible: true, type: StateMachine_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ad4ce9a (visible: true, type: Region_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2617ddaa (visible: true, type: Region_SubvertexCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7477402b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a31a665 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e0818d0 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@792f9440 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d80724a (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26f9f12c (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@678e7e38 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bf69b84 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6998df96 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11c19314 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@223cf9b4 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c58040e (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@321db20c (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5094296 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52935dd9 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fd0e7d9 (visible: true, type: Pseudostate_ExitPointShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ceb95b0 (visible: true, type: Pseudostate_ExitPointFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c290a90 (visible: true, type: Pseudostate_ExitPointStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@695d46f0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33e26a33 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@551c01a0 (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1af8ffb7 (visible: true, type: Pseudostate_TerminateFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3afff9fe (visible: true, type: Pseudostate_TerminateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35a8d1ab (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e68f84b (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@da6b1a (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29d55902 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1df60569 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16c7692f (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49e8ab49 (visible: true, type: Pseudostate_ChoiceFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4650ab73 (visible: true, type: Pseudostate_ChoiceStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13a2e6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5830368e (visible: true, type: Pseudostate_EntryPointShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a0964a5 (visible: true, type: Pseudostate_EntryPointFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f137fe9 (visible: true, type: Pseudostate_EntryPointStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f997ad9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d839120 (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64db2050 (visible: true, type: FinalState_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35d81449 (visible: true, type: FinalState_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@414323b1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75354e44 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60ea2dd7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@147049ea (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53f7a787 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55b3244c (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ea74816 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39632f33 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30293d8c (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e8cc93d (visible: true, type: Pseudostate_DeepHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3836dc00 (visible: true, type: Pseudostate_DeepHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9f17535 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36003484 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@41481c98 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54f7fb0c (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54377e31 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@520ac9a4 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@513d27c4 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67488d5d (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5492407a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46f6148b (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27bb2980 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@698b232 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b08c9f5 (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@347061cc (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f21cc58 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fd7c2bc (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20d1a038 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3962dc89 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32136eac (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68b9ba1 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d9baa32 (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@759418aa (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4838ee43 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@563d48f3 (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6edc26d1 (visible: true, type: FinalState_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20def604 (visible: true, type: FinalState_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f45f836 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77635e3d (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@249a1a38 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5fd8699b (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1183b2a3 (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34e5c095 (visible: true, type: Pseudostate_ShallowHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2950b994 (visible: true, type: Pseudostate_ShallowHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3158e3b8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2236ed79 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@408be782 (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25c21a53 (visible: true, type: Pseudostate_DeepHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ceb31f8 (visible: true, type: Pseudostate_DeepHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48d7baed (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49b4521e (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5818bfd5 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b0df4e8 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b176213 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@495ee43b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@a09e5a7 (visible: true, type: PapyrusUMLStateMachineDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@423cdd29 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@658a195e (visible: true, type: StateMachine_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@145ad83c (visible: true, type: StateMachine_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@302b8a0b (visible: true, type: Region_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fef54f2 (visible: true, type: Region_SubvertexCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3df25e89 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61f4569c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68a7429f (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2dfe94fa (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d82d80 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7abf0157 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e17de1b (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@737a0b95 (visible: true, type: Pseudostate_JunctionFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ec27816 (visible: true, type: Pseudostate_JunctionStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ce06b06 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@10d4fce0 (visible: true, type: Transition_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@caa822 (visible: true, type: Transition_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11d50f39 (visible: true, type: Transition_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8b11b0f (visible: true, type: Transition_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ca2323f (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57c53f (visible: true, type: Pseudostate_InitialFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bdb080e (visible: true, type: Pseudostate_InitialStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22fa5f99 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b3d11c0 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2be9fe46 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e14c092 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a7e1904 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1659b0ad (visible: true, type: Pseudostate_EntryPointShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42da4e95 (visible: true, type: Pseudostate_EntryPointFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45f2baf1 (visible: true, type: Pseudostate_EntryPointStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c869726 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4546b12 (visible: true, type: Transition_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@258b44c (visible: true, type: Transition_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62a360e2 (visible: true, type: Transition_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32bed050 (visible: true, type: Transition_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6ab102b2 (visible: true, type: Transition_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20dba7f0 (visible: true, type: Transition_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59199825 (visible: true, type: Transition_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4664258a (visible: true, type: Transition_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2a120ef6 (visible: true, type: Transition_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e262cee (visible: true, type: Transition_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c97881d (visible: true, type: Transition_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a738155 (visible: true, type: Transition_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40aaa7ba (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18045a30 (visible: true, type: Pseudostate_InitialFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5800369e (visible: true, type: Pseudostate_InitialStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@339cfd60 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ebaa127 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5786a002 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c525016 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59892d2e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@125ac970 (visible: true, type: Pseudostate_ExitPointShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@358747b9 (visible: true, type: Pseudostate_ExitPointFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@701e2756 (visible: true, type: Pseudostate_ExitPointStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70ce6c11 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d8e9f97 (visible: true, type: Transition_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d45a278 (visible: true, type: Transition_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70a40dbd (visible: true, type: Transition_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15aef125 (visible: true, type: Transition_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@751780f (visible: true, type: Transition_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@691cd07e (visible: true, type: Transition_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d80986e (visible: true, type: Transition_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57fc01a2 (visible: true, type: Transition_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5394fbec (visible: true, type: Transition_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12510f90 (visible: true, type: Transition_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a911bf8 (visible: true, type: Transition_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b67f0f1 (visible: true, type: Transition_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@329ced88 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@621b41c8 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@117a5250 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50488fca (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e5bcbe9 (visible: true, type: Transition_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ca1e6a5 (visible: true, type: Transition_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3468f50b (visible: true, type: Transition_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7897e100 (visible: true, type: Transition_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64fab28d (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ab726e7 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23661f95 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60771361 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fdb1173 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d39c290 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23e083ac (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5465b47a (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a20015b (visible: true, type: Pseudostate_ChoiceFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@693c07cd (visible: true, type: Pseudostate_ChoiceStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b1a7791 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a9bd83c (visible: true, type: Transition_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77586709 (visible: true, type: Transition_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e712483 (visible: true, type: Transition_GuardLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@464905a0 (visible: true, type: Transition_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@105a8e3f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@384da834 (visible: true, type: PapyrusUMLStateMachineDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4eef373 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8351ae3 (visible: true, type: StateMachine_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d83cda5 (visible: true, type: StateMachine_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e85da0d (visible: true, type: Region_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3bafb7c (visible: true, type: Region_SubvertexCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cffd736 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4cc728c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44697efd (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@435b6e32 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47b89eeb (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f58abdd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73b575e7 (visible: true, type: Region_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3239646d (visible: true, type: Region_SubvertexCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b52cfa5 (visible: true, type: State_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d9c017a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@cf570fd (visible: true, type: Pseudostate_ForkShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54d1a454 (visible: true, type: Pseudostate_ForkFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a79224e (visible: true, type: Pseudostate_ForkStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7955f20 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a73d2d5 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4681e6cb (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43faf525 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ccbbdb5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@441f8bbb (visible: true, type: FinalState_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70b8894e (visible: true, type: FinalState_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bf530c4 (visible: true, type: FinalState_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13704a39 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e5460c5 (visible: true, type: Pseudostate_ExitPointShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c055e1f (visible: true, type: Pseudostate_ExitPointFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18aae08f (visible: true, type: Pseudostate_ExitPointStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a89b095 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@258c6315 (visible: true, type: Pseudostate_EntryPointShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cb9b27d (visible: true, type: Pseudostate_EntryPointFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b99fb45 (visible: true, type: Pseudostate_EntryPointStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f9747aa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2574ca4b (visible: true, type: Region_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2574ca4b (visible: true, type: Region_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3195dcba (visible: true, type: Region_SubvertexCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c1da4e1 (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41a01435 (visible: true, type: Pseudostate_ShallowHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dca8721 (visible: true, type: Pseudostate_ShallowHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10a0a0f1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a280d4a (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ced133 (visible: true, type: Pseudostate_TerminateFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49779933 (visible: true, type: Pseudostate_TerminateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@198f0033 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cea8c61 (visible: true, type: Pseudostate_JoinShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@296852db (visible: true, type: Pseudostate_JoinFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@513d239c (visible: true, type: Pseudostate_JoinStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5162838f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@edcb318 (visible: true, type: Pseudostate_JoinShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c3a173f (visible: true, type: Pseudostate_JoinFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e422c44 (visible: true, type: Pseudostate_JoinStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73dd3e0b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b57881b (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@377e7815 (visible: true, type: Pseudostate_ChoiceFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@358758e6 (visible: true, type: Pseudostate_ChoiceStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2616b176 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ba9961c (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@449fd427 (visible: true, type: Pseudostate_JunctionFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@378ac7a2 (visible: true, type: Pseudostate_JunctionStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10da67f4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4cb19a41 (visible: true, type: Pseudostate_ExitPointShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f2dd3c5 (visible: true, type: Pseudostate_ExitPointFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42122176 (visible: true, type: Pseudostate_ExitPointStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a14d9b8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17ba9ac4 (visible: true, type: Pseudostate_EntryPointShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62216a3e (visible: true, type: Pseudostate_EntryPointFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45f6c5c3 (visible: true, type: Pseudostate_EntryPointStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34842b1d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d0071a9 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fad66e3 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@271f3205 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54f3499a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@599cb280 (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c215eb2 (visible: true, type: Pseudostate_InitialFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18a5688c (visible: true, type: Pseudostate_InitialStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b72bdb1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d73056 (visible: true, type: Pseudostate_TerminateShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@621f2e2f (visible: true, type: Pseudostate_TerminateFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e7fc165 (visible: true, type: Pseudostate_TerminateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d01baa3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@aa9d856 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34234c09 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d013174 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f307ce6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6355f291 (visible: true, type: Region_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@432b32be (visible: true, type: Region_SubvertexCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@340eadaf (visible: true, type: State_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28953b35 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@777a46da (visible: true, type: Region_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c342abf (visible: true, type: Region_SubvertexCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ae1cee9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@291d7409 (visible: true, type: Pseudostate_ChoiceShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1aa051d8 (visible: true, type: Pseudostate_ChoiceFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@427bf80c (visible: true, type: Pseudostate_ChoiceStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56704aec (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f17300b (visible: true, type: Pseudostate_ForkShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20dc79e (visible: true, type: Pseudostate_ForkFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73fb2b2a (visible: true, type: Pseudostate_ForkStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@508b7a93 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@391bea77 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@374558de (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b715bc2 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31c6a133 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ed4ecb2 (visible: true, type: Trigger_DeferrableTriggerLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d04ce70 (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e78c7e4 (visible: true, type: Pseudostate_DeepHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@212d97bc (visible: true, type: Pseudostate_DeepHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4454869a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a5c1452 (visible: true, type: Pseudostate_EntryPointShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11152e10 (visible: true, type: Pseudostate_EntryPointFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b8246f0 (visible: true, type: Pseudostate_EntryPointStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d6c8acc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@657b201 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5402dcb8 (visible: true, type: Pseudostate_ShallowHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2556e97a (visible: true, type: Pseudostate_ShallowHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66e499a2 (visible: true, type: Pseudostate_ShallowHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b1eb903 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b33d1e1 (visible: true, type: Pseudostate_JunctionShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75f395df (visible: true, type: Pseudostate_JunctionFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@107af517 (visible: true, type: Pseudostate_JunctionStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66a13c1b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@766e7969 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@447c201e (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@365e47fc (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7585920b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f67ce37 (visible: true, type: ConnectionPointReference_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@355274d5 (visible: true, type: ConnectionPointReference_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60a37541 (visible: true, type: ConnectionPointReference_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5edfa2bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ec0cf53 (visible: true, type: ConnectionPointReference_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ea484df (visible: true, type: ConnectionPointReference_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@175d46e8 (visible: true, type: ConnectionPointReference_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@288ce7ad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e0a4304 (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@435b42c4 (visible: true, type: Pseudostate_InitialFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@381176b1 (visible: true, type: Pseudostate_InitialStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f7b58d6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72ea6f49 (visible: true, type: Pseudostate_ExitPointShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ce8f48d (visible: true, type: Pseudostate_ExitPointFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58a1d538 (visible: true, type: Pseudostate_ExitPointStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11bfb787 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ca8b8a (visible: true, type: Pseudostate_DeepHistoryShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5100c165 (visible: true, type: Pseudostate_DeepHistoryFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66288497 (visible: true, type: Pseudostate_DeepHistoryStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f6fc219 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d8b8b28 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37da34ff (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@798ecbf3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3c0e2c08 (visible: true, type: PapyrusUMLStateMachineDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e3bbfd9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3374f567 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e3bbfd9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@242c78fb (visible: true, type: StateMachine_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e3bbfd9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10529541 (visible: true, type: StateMachine_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e3bbfd9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41985e1 (visible: true, type: Region_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e3bbfd9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@160df082 (visible: true, type: Region_SubvertexCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e3bbfd9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@687b2045 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e3bbfd9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32d2b2fe (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e3bbfd9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7d8e52bc (visible: true, type: PapyrusUMLStateMachineDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25198485 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4eecf525 (visible: true, type: StateMachine_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b8f0686 (visible: true, type: StateMachine_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72db84de (visible: true, type: Region_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71d51004 (visible: true, type: Region_SubvertexCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37e9e5b8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f481a77 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74e32ab9 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76839260 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71eee411 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f023866 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77e3b404 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4de2f376 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3efbc5c (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fc577cd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11d4f096 (visible: true, type: State_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@756c9a56 (visible: true, type: State_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7281b4d8 (visible: true, type: State_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e4dcd88 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54b663 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79f9cdd6 (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54b663 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54b663 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54b663 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54b663 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54b663 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54b663 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54b663 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54b663 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54b663 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74e32ab9 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54b663 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46a0417d (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61470b9a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72d9dca0 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22075e0e (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46a0417d (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72d9dca0 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@216a737b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2906454f (visible: true, type: PapyrusUMLStateMachineDiagram, mutable: false) (name: SmDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f00b571 (visible: true, type: StateMachine_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3009e68c (visible: true, type: StateMachine_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@133d727c (visible: true, type: StateMachine_RegionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@292cf657 (visible: true, type: Region_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61033137 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7579fffb (visible: true, type: Region_SubvertexCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ba9214d (visible: true, type: Pseudostate_InitialShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fa003c8 (visible: true, type: Pseudostate_InitialFloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5655d40f (visible: true, type: Pseudostate_InitialStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e64c2c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e664dc5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68b43d58 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d4656ad (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64b5025d (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@506d064a (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d2e9993 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2906454f (visible: true, type: PapyrusUMLStateMachineDiagram, mutable: false) (name: SmDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@a918b7b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5de74f79 (visible: true, type: PapyrusUMLCommunicationDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2aabe62f (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b2404bd (visible: true, type: Interaction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39b0170d (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@205da937 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e06d8bb (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15ec0918 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e06d8bb (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37e35f3b (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65efa500 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37e35f3b (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37e35f3b (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e06d8bb (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e06d8bb (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e06d8bb (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b05170d (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1deeb887 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b05170d (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5daeae9d (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34c52d00 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5daeae9d (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12e05bc0 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12e05bc0 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2901edee (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2901edee (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2901edee (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12e05bc0 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12e05bc0 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12e05bc0 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a2ab3c2 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a2ab3c2 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@636194ce (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@636194ce (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3752bbc1 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59fd53cf (visible: true, type: Lifeline_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7db8efff (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3752bbc1 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b7dc2de (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c196fb7 (visible: true, type: Lifeline_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dbcf105 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b7dc2de (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b7dc2de (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3752bbc1 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3752bbc1 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3752bbc1 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57636f2f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@275a6edb (visible: true, type: Lifeline_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d9d84f4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57636f2f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e0e9542 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42c14b17 (visible: true, type: Lifeline_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55ca7726 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e0e9542 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@769ab439 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@ed1e46e (visible: true, type: PapyrusUMLProfileDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3476becc (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2300fa83 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@135dc1b3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3476becc (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d79f1af (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cdd65a4 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74fd878b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d79f1af (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d79f1af (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3476becc (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3476becc (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3476becc (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e1603fb (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58066ed1 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58718e17 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e1603fb (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18d96ba7 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2799e22a (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66c25b45 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18d96ba7 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1abbf779 (visible: true, type: Profile_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@406fbc8e (visible: true, type: Profile_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ac17b02 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1abbf779 (visible: true, type: Profile_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10be4b8e (visible: true, type: Profile_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bbb29fe (visible: true, type: Profile_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33004218 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10be4b8e (visible: true, type: Profile_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10be4b8e (visible: true, type: Profile_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1abbf779 (visible: true, type: Profile_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1abbf779 (visible: true, type: Profile_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1abbf779 (visible: true, type: Profile_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20de2eb6 (visible: true, type: Profile_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27136e72 (visible: true, type: Profile_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@411cb9be (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20de2eb6 (visible: true, type: Profile_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b13f638 (visible: true, type: Profile_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c0cd8d9 (visible: true, type: Profile_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@265c15a1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b13f638 (visible: true, type: Profile_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a1696f (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@34161b47 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f00c4f (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b609283 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a1696f (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47766285 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f8cab69 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4d33f5a8 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3568aa8b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47766285 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47766285 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a1696f (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a1696f (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a1696f (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61e7fab (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f601011 (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c41cabc (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a8db7e4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61e7fab (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73aec5d6 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ef1f86b (visible: true, type: DataType_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72febec4 (visible: true, type: DataType_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62d1370a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73aec5d6 (visible: true, type: DataType_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25a49714 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e2502c2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@698b67d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@226c763f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25a49714 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1927718b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78225765 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@227f6379 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@663cfb7a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1927718b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1927718b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25a49714 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25a49714 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25a49714 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61363da7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f90c735 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43e7e88a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60694289 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61363da7 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@787cc20 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13d4cab6 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58e3cec7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20d2e12 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@787cc20 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ba93276 (visible: true, type: Stereotype_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24475cb2 (visible: true, type: Stereotype_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14e07a6e (visible: true, type: Stereotype_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d31257b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ba93276 (visible: true, type: Stereotype_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50dcc5bf (visible: true, type: Stereotype_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@244db70e (visible: true, type: Stereotype_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1768c7af (visible: true, type: Stereotype_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@156b8de4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50dcc5bf (visible: true, type: Stereotype_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50dcc5bf (visible: true, type: Stereotype_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ba93276 (visible: true, type: Stereotype_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ba93276 (visible: true, type: Stereotype_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ba93276 (visible: true, type: Stereotype_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a3eaab1 (visible: true, type: Stereotype_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@57749adf (visible: true, type: Stereotype_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@374db0b0 (visible: true, type: Stereotype_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31884c58 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a3eaab1 (visible: true, type: Stereotype_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5da2b81f (visible: true, type: Stereotype_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68008192 (visible: true, type: Stereotype_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ad63f18 (visible: true, type: Stereotype_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cfe87c2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5da2b81f (visible: true, type: Stereotype_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50786420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@128d6e30 (visible: true, type: PapyrusUMLProfileDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e389e18 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6eeb3947 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28c14f6d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d9408f5 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b4353f8 (visible: true, type: Stereotype_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e909e77 (visible: true, type: Stereotype_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c1cc6b3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d9408f5 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f99ea36 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7626fad (visible: true, type: Stereotype_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fcd58c3 (visible: true, type: Stereotype_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1aab91a5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f99ea36 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f99ea36 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d9408f5 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d9408f5 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d9408f5 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16061559 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a8f0663 (visible: true, type: Stereotype_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e7742a2 (visible: true, type: Stereotype_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b5adcf0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16061559 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5baba89e (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@513dcc4c (visible: true, type: Stereotype_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e875c1a (visible: true, type: Stereotype_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7784c51f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5baba89e (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3561973 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@249647c5 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43fac200 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bb7a8e7 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@750116f7 (visible: true, type: Stereotype_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b7d6517 (visible: true, type: Stereotype_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@982f1f9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bb7a8e7 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5526a7b2 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60147589 (visible: true, type: Stereotype_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37c076b9 (visible: true, type: Stereotype_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@623daff3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5526a7b2 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5526a7b2 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bb7a8e7 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bb7a8e7 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bb7a8e7 (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@585e7c0b (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56ddb847 (visible: true, type: Stereotype_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d338d4d (visible: true, type: Stereotype_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e79fc8e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@585e7c0b (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd62d7f (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a550d99 (visible: true, type: Stereotype_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f582314 (visible: true, type: Stereotype_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e99b83a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd62d7f (visible: true, type: Stereotype_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72aad416 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21c1b17f (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@438ca75 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8d55205 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5984c934 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a067a2a (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25813461 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8d55205 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a30f850 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fb83243 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b357a10 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@604ecba (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a30f850 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a30f850 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8d55205 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8d55205 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8d55205 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@124664ff (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43cdee97 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e65a714 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@296201ad (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@124664ff (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1be55151 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c9dad4c (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2fe570c4 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2aeba3bf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1be55151 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7691f284 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@126d5405 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65392e15 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fd1a4d6 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cc67cef (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5015d2c (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f422d6a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fd1a4d6 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@716e9ec5 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78d7b448 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@549e706a (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62959960 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@716e9ec5 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@716e9ec5 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fd1a4d6 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fd1a4d6 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fd1a4d6 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b4b3739 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7105205 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@cdd4739 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76d42295 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b4b3739 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cd9bad2 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50a4faf8 (visible: true, type: Class_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1fa651c1 (visible: true, type: Class_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20e14912 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cd9bad2 (visible: true, type: Class_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c7fc965 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3de2cac4 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36ee89cf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6dcc4486 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ff414 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e7f4eea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6dcc4486 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5827fada (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@dbf2c65 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63f12faf (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5827fada (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5827fada (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6dcc4486 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6dcc4486 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6dcc4486 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6440edac (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6534f79d (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2195f66b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6440edac (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a951da5 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18d08d74 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@320c561f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a951da5 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3937fc4 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63c42a59 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6900554e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4015d62c (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@360f1b54 (visible: true, type: Profile_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@467ba0a6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4015d62c (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d21f07 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14ce924a (visible: true, type: Profile_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@47d9f058 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d21f07 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d21f07 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4015d62c (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4015d62c (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4015d62c (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@446182f5 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6de43ce (visible: true, type: Profile_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cf288fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@446182f5 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@91b0e15 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@253e1d2f (visible: true, type: Profile_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40601b28 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@91b0e15 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6de9db17 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f9f5f72 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32acfc82 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e9dc241 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30b35efa (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13c80919 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e9dc241 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a2836c7 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15a83451 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10610110 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a2836c7 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a2836c7 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e9dc241 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e9dc241 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e9dc241 (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15f72b3e (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@878f52f (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e9e7c3a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15f72b3e (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f75ec5f (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56b86e03 (visible: true, type: Package_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ae35289 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f75ec5f (visible: true, type: Package_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b37f19d (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ea323b (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cdffc74 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b685205 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15b49d2d (visible: true, type: Profile_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26408d6b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b685205 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b202d32 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c0f985f (visible: true, type: Profile_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11089822 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b202d32 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b202d32 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b685205 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b685205 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b685205 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2db77331 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@309886fa (visible: true, type: Profile_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@623d780d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2db77331 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a28c915 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a63139a (visible: true, type: Profile_PackagedElementCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13f43ef9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a28c915 (visible: true, type: Profile_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ddb0c03 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@912ce3b (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@786115eb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@428bee62 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3184995b (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b554e02 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@228a8742 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@428bee62 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73b2752b (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43b9155a (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e97b001 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@484fba46 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73b2752b (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73b2752b (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@428bee62 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@428bee62 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@428bee62 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@685a51ef (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@727ecdc9 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dfa7af9 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c804ad1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@685a51ef (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c2638dc (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20bc5474 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58a189a5 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e088f6e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c2638dc (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dbec9f (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@327339e (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6532cba8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28281545 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c80d5b (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2807934d (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32895ab3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28281545 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5871dbdd (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@137720a8 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@344b5fa (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75d604b3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5871dbdd (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5871dbdd (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28281545 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28281545 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28281545 (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ad3e19b (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b046a8c (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e7e4f1f (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28bcb167 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ad3e19b (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2213ee7e (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ceecdc2 (visible: true, type: DataType_AttributeCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f49abb2 (visible: true, type: DataType_OperationCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fc412d8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2213ee7e (visible: true, type: DataType_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3eb7c61f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2bf07d83 (visible: true, type: PapyrusUMLProfileDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e32124 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51e7cefe (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a999c28 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@196b3c0 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73c75de3 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45d7cbef (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@613f568d (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6bc6c8d6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79830ab9 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29447896 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c2b4d80 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45a9625f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7623cd8b (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a948a96 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d0cd2a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2e67682b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34591924 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2da10524 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54cd4ccb (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57e08f0c (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55487708 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d37a055 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e24a2dd (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34591924 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34591924 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34591924 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34591924 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@12686a0 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2724ac27 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28463cf7 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f36a15f (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45606cb1 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@794b53c1 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@215ce18d (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@12686a0 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4090a479 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@33d45384 (visible: true, type: PapyrusUMLProfileDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53503af (visible: true, type: Stereotype_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f0b23e5 (visible: true, type: Stereotype_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b2a79c5 (visible: true, type: Stereotype_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b8f6f15 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a03f35a (visible: true, type: Class_MetaclassShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f718627 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23456a25 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@81fc6f5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8639ac0 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e03768b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21ec2e42 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56af879c (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@55764280 (visible: true, type: Extension_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54fd4cae (visible: true, type: Class_MetaclassShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@311996e8 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6da5034e (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4954ba5c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7202afce (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65a8e1e8 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c89d1c4 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a91cbb (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@38b9e407 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3f80d6d4 (visible: true, type: PapyrusUMLProfileDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f7f4c78 (visible: true, type: Stereotype_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33297834 (visible: true, type: Stereotype_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d0cc716 (visible: true, type: Stereotype_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a4212d5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6eb01e7d (visible: true, type: Class_MetaclassShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13db5def (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@262d5caf (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e1e9cdc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@afede75 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30c328ae (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f05a2e0 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@9fc5f10 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2b1e3ce6 (visible: true, type: Extension_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61bee31f (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2efbbc3a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@16987415 (visible: true, type: PapyrusUMLProfileDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@643910fa (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@652cf419 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52b2c95b (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7084fb4d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f95862 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1aab9650 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b9984ef (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6aa7ffa6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50295260 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3065388 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73b0a658 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@396c3fb3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79dbbf (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3064beaa (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79dbbf (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79dbbf (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79dbbf (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79dbbf (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79dbbf (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79dbbf (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79dbbf (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79dbbf (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79dbbf (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@643910fa (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79dbbf (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3940713f (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26ec202b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1f8cfb52 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6115b33e (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3940713f (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1f8cfb52 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@40eec7c8 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@28ac0e8f (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4da6c802 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25db8164 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@781cfe3e (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d8b4332 (visible: true, type: ConsiderIgnoreFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e92375a (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19794667 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2491bce4 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@730fa413 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70e1322e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@265b4742 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bc50a11 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d8b4332 (visible: true, type: ConsiderIgnoreFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19794667 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fa1b4bc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b7c1de9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27594569 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16dad731 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@660079c7 (visible: true, type: ConsiderIgnoreFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16c79e19 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd1aead (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24ec7326 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45f12cd8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a0bda19 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c72b244 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4426869a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@660079c7 (visible: true, type: ConsiderIgnoreFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd1aead (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5826a0da (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@817c4e1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d217793 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d8159cf (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@660079c7 (visible: true, type: ConsiderIgnoreFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45f12cd8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a0bda19 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c72b244 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4426869a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5826a0da (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@817c4e1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d217793 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d8159cf (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dd1aead (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24ec7326 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d94ed3a (visible: true, type: ROW_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a394f36 (visible: true, type: COLUMN_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33ecd69a (visible: true, type: ROW_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ec5fe98 (visible: true, type: COLUMN_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d8b4332 (visible: true, type: ConsiderIgnoreFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@730fa413 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70e1322e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@265b4742 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bc50a11 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fa1b4bc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b7c1de9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27594569 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16dad731 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19794667 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2491bce4 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30b83120 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29db10d5 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@782ad4fa (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@111b07b9 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d8b4332 (visible: true, type: ConsiderIgnoreFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@730fa413 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70e1322e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@265b4742 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bc50a11 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fa1b4bc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b7c1de9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27594569 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16dad731 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19794667 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2491bce4 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4311f4f3 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70b676ca (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31124545 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@888ef08 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d8b4332 (visible: true, type: ConsiderIgnoreFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19794667 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2491bce4 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21a39f86 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ab3519e (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49917bd (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ffed179 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18730db1 (visible: true, type: ConsiderIgnoreFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f1d27e8 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42b5a3e4 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36459830 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74985310 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@201b0f95 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13f625a3 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@518f4bcf (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18730db1 (visible: true, type: ConsiderIgnoreFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42b5a3e4 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4db39472 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26c3550d (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39b09c62 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21cd8d24 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fca98f2 (visible: true, type: ConsiderIgnoreFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cd1a91e (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@335e84fb (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@689fea94 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ec40832 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e52da33 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f2a5c8b (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15282c04 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fca98f2 (visible: true, type: ConsiderIgnoreFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@335e84fb (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63c80fef (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a26d31f (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@570cd165 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@96dc0a7 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f38fc (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3207163b (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65344c15 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e87c9c4 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4714cce9 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f38fc (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11a71aec (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f366eca (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24ad0277 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12dbc47a (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60818260 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fbec530 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b918437 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@643b1989 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43a66568 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60818260 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fcbd6dc (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f56cd58 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23011632 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@660c2efd (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f56cd58 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43a66568 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fbec530 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fcbd6dc (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b918437 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23011632 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@643b1989 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@660c2efd (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60818260 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f46ec1c (visible: true, type: ROW_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78486e77 (visible: true, type: COLUMN_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e9554a5 (visible: true, type: ROW_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b3f1be8 (visible: true, type: COLUMN_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4714cce9 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f366eca (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3207163b (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11a71aec (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24ad0277 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f38fc (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e87c9c4 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12dbc47a (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65344c15 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43081e82 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20aea960 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@630560a7 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@424e6d (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4714cce9 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f366eca (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3207163b (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11a71aec (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24ad0277 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f38fc (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e87c9c4 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12dbc47a (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65344c15 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@706fdd53 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fd41953 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d8d4521 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e6de4dd (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f38fc (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b90bf73 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@724d7b31 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f1e71f0 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a6e5d53 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14b2d3ac (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59edc51f (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c1b5d90 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@266b1a03 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36aa0796 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14b2d3ac (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2139a92f (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57cf4f68 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b2610c3 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@294d586d (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e537d5e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6921224d (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c4d4e86 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5533698 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76d6155c (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e537d5e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11dd7f6c (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60b58139 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ff6bbff (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d0b7786 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b4fe7e3 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b4fe7e3 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32b5cdf5 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32b5cdf5 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32b5cdf5 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b4fe7e3 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b4fe7e3 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b4fe7e3 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52fb34f7 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52fb34f7 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2edc17e6 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2edc17e6 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@380a4451 (visible: true, type: InteractionUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@380a4451 (visible: true, type: InteractionUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fafa98e (visible: true, type: InteractionUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fafa98e (visible: true, type: InteractionUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fafa98e (visible: true, type: InteractionUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@380a4451 (visible: true, type: InteractionUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@380a4451 (visible: true, type: InteractionUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@380a4451 (visible: true, type: InteractionUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@330b9208 (visible: true, type: InteractionUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@330b9208 (visible: true, type: InteractionUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21bc4711 (visible: true, type: InteractionUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21bc4711 (visible: true, type: InteractionUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77f64b (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77f64b (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a6cc48d (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a6cc48d (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a6cc48d (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77f64b (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77f64b (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77f64b (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@302f9bfc (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@302f9bfc (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e4070da (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e4070da (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51ca99fd (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@adf6cda (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41b23efa (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4712ef57 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2663e6ab (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@94ae5df (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a2f8f22 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bf43618 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51ca99fd (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41b23efa (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14ccb61f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40dc37fd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c5f0655 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57ccd382 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@254fb6ef (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15db54b0 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@284446a (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bb5f270 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@141b0736 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dd93e6d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25ee82fa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@717a4b29 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@254fb6ef (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@284446a (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bb6f865 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5335d423 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@719b648d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77c7d5a1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@254fb6ef (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@141b0736 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dd93e6d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25ee82fa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@717a4b29 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bb6f865 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5335d423 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@719b648d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77c7d5a1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@284446a (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bb5f270 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1db4dd39 (visible: true, type: ROW_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ccfbd05 (visible: true, type: COLUMN_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27188e53 (visible: true, type: ROW_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43524d4a (visible: true, type: COLUMN_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51ca99fd (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2663e6ab (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@94ae5df (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a2f8f22 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bf43618 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14ccb61f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40dc37fd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c5f0655 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57ccd382 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41b23efa (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4712ef57 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4aa45e93 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b83da1f (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14dc5899 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@448a7e3b (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51ca99fd (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2663e6ab (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@94ae5df (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a2f8f22 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bf43618 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14ccb61f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40dc37fd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c5f0655 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57ccd382 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41b23efa (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4712ef57 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fca08a8 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36a32cf6 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21665d0 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53df0fdd (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51ca99fd (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41b23efa (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4712ef57 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54ecf3b4 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@733a65f6 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7de28e70 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@83cd79f (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fbd74df (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6711305f (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3adb68ce (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5266f49f (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24e36faf (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5096d2b2 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57580563 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41b356ce (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fbd74df (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3adb68ce (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cba1402 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3677113 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60d80d6b (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@525a4cac (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68a8aba6 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e9afbf7 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@336b915d (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d61b29d (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@799b77e2 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60680284 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46f24fe9 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f6ec8fe (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68a8aba6 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@336b915d (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f99e8e2 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@783e871b (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b878034 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@192ffe84 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d2f4c05 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@29530e33 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63f89113 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a0377de (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73794e07 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@666f929a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c564b13 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f7bed9b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43e04489 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75faea89 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29e14d5f (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f33ac97 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@878dbb5 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29e14d5f (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@390558c7 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48776ec7 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f33ac97 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@878dbb5 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@390558c7 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48776ec7 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29e14d5f (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f285e4c (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37b8d110 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f33ac97 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@878dbb5 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@390558c7 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48776ec7 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29e14d5f (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f6ad4b3 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64e06cd5 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29e14d5f (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57a508d7 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76ddd0f0 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ebf0482 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a7907c1 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25442295 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4329a27f (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44ba2df8 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76ea7613 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d60b695 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4efba800 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51ad78d (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e754074 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2feaba64 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51ad78d (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a49f0f9 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6979cfa5 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e754074 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2feaba64 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a49f0f9 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6979cfa5 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51ad78d (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f222865 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@238205a9 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51ad78d (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17f18122 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dbf4d8d (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51e76a71 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ed3df78 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4caa8761 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20a15fc7 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21f345df (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fe6fc3c (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3577ed2a (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77eddacd (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dc56d5b (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fe6fc3c (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5668dc2b (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@98a74f1 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77eddacd (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dc56d5b (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5668dc2b (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@98a74f1 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fe6fc3c (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c27cdb6 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20bc8d12 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77eddacd (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dc56d5b (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5668dc2b (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@98a74f1 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fe6fc3c (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72b268d5 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1aa0a7e8 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fe6fc3c (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d28415f (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@608b1e67 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e838351 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8be050a (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75e621b5 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5617c8a8 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13b59b44 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e72f6a7 (visible: true, type: StateInvariant_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e72f6a7 (visible: true, type: StateInvariant_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e72f6a7 (visible: true, type: StateInvariant_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e72f6a7 (visible: true, type: StateInvariant_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e72f6a7 (visible: true, type: StateInvariant_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@24c22144 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@78f4b078 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61e61ff9 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5170d1ae (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45eb044e (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@549c4ad4 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e7c8a3c (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@691dadd3 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e4e1db1 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f62fac0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f5c589d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dd4bbf1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9931de2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59c5f01f (visible: true, type: Continuation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59c5f01f (visible: true, type: Continuation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59c5f01f (visible: true, type: Continuation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59c5f01f (visible: true, type: Continuation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59c5f01f (visible: true, type: Continuation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4db378ae GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@20672be2 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b01d8d4 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ac7e1af (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2516078d (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9cb46bd (visible: true, type: ConsiderIgnoreFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3aab1505 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@498598ee (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70ee4207 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7910b671 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44586824 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55265963 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@353f87de (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ae2da23 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33e7f74a (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32d7f9ba (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bbdbe3b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@332de29d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c600df6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65e67552 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2756574f (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ace62aa (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19297560 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2142f9d5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3098b523 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67a06e7c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@174de79c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d76829f (visible: true, type: Continuation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71e7da47 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4142e4f (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ceaba35 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c174f1 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f73b5ef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d1d4d2d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e0cd58f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@225da328 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e75cbae (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cf17a2c (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d6d287e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5444145d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@308f6237 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14b99501 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@190296ec GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@50b1eac5 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@572f4b6b (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@543d91be (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e1cc2d3 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c62473d (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d3ed2db (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48838fd6 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@398db301 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a3c1fda (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e7ca6da (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f49524a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b2d6dc0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27f5d89e (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71e4df5b (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62ee04ec (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e1c20b6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ec1f896 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@511afacd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27f5d89e (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15089eab (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@125983ac (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fa8446e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dd2bc0f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a3c1fda (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e7ca6da (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f49524a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b2d6dc0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48838fd6 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@398db301 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b005fce (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36f3be00 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d288ad3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24722277 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a3c1fda (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e7ca6da (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f49524a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b2d6dc0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48838fd6 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@398db301 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cbc1e4f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29ea3f5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cc11b20 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30eb2c83 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48838fd6 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@398db301 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a25336c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a5cb49e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5af02aba (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17507356 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41452a8d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@21e14d90 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@450be42e (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61cf678c (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61deca09 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f1bdeba (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7140b68 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3990170f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a6c43ff (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48326fa0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c80ca91 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d70c287 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@207b6d2d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@268475d2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e21425 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73d76990 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72dc3e3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@791d8089 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aca9474 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@529f2d31 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c0120f8 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ff2fac1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@513a1b31 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c984bc7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e62f080 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28f4b784 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24f9d145 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c1a0583 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@625db5c1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@429b225f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@625db5c1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@429b225f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28f4b784 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cdd0cbb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@39d58075 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@56a400e (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e5cd7ff (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a945a10 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@775ad692 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e10bc12 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30577bc1 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56184edd (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3301f988 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ea1ae46 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f717f4d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57c5d45f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dacc909 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4cd95065 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9b380c8 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d4560f5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c127450 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@398df1e8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f15632d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68716eab (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1565b591 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d9c3d22 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79fde0f (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42be17ce (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44079550 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ddf1217 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3581182c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@752ebfb5 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@456e718 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6aa4df3d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21bf976b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@481dd354 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@564be608 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@29c0c0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@445e86e1 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@253f17cc (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@415363d5 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@710a8c90 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7af8dad8 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@732e484d (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cd6740a (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44cc1388 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e5b9d0f (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5899487c (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@713f87fb (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3645c73d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62617c7c (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a052322 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a4382d5 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58e8a014 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e798e0 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a67e7c7 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3430e428 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67410290 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5618332 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@661928de (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b85fe18 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20c43fb0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@364af526 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30d24c1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7254b5b8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1eb1a840 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@123cd44 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e746ed0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@376d9ebc (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cbb0d87 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c151b19 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@638130ea (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48084f9d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72770a5e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3459603b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a1459bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@669f0e65 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36aaffea (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ffd868b (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@718f5137 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f08ec48 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a6b5038 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10bba543 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fb0054 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@731079e (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1e5c77fa (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@15a7b090 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e53f3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60c6170b (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1245212b (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25cac0c (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a13c1f3 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@207eff5f (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74780370 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dd3046c (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3554e6b9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@446bffab (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d6b1183 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fe2ca89 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5869c365 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61a6cf3c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e1eea65 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e9afedf (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23e58c7a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a0d80fd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b51e054 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@568ec61e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35f35590 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31f1ecfa (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43debb32 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@575eee24 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cec266b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a476d3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@723cf78d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2f7cd554 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58b0cc74 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3fb7db2d (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76a87ffa (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f59a501 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e17c0a6 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28a5de37 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50b967fa (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@797b51da (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5156a073 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dca23be (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4da5e7a2 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2de72a34 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@70c7a789 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72be1a26 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@92f7f0 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@626eae35 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27fb2ee (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61baefaf (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2708ec1a (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e646288 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19a3b428 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@299ca34b (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7772e7b (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6035628 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6da4dd08 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a77b8a7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@485559c0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a895dc5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@379e3c35 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ddad2c5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ee65218 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14477f5b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ec4ae1b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63e5bdcd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@493c8825 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6145c532 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7444774e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72da7034 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28515d63 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20e5bf68 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c738f20 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@618390cf (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52ac3bf2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@458d75bd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29982544 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28e3c310 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a26bc1f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@500b2074 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@255ee420 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@44eb657a (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ee842e1 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46df6ede (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@598013ca (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c6df1e1 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ab1e6db (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6950c08d (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d7b9b34 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19d92a9 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@605e1b95 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c01dd0 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c899f8 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@345c2919 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ac68380 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c147ade (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4de72848 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@304ce07f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@208f1cc3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@276a5c6f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70437a06 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@982f6b9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cff723a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e2d20c4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a25ae3c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2486d2ef (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bd81214 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17c33bbf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@412db652 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f88fa66 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f1acd62 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@456a7c2c (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@790079cc (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@455ccb97 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73a6be5d (visible: true, type: ROW_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2541fad9 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@92fc96 (visible: true, type: ROW_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f7c6396 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f1acd62 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@790079cc (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11db6c27 (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44e835d6 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3852db1 (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48c4eff4 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@43256c0d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@166cc4e0 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@686d88aa (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e9ce9b2 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ea76945 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a27b2a5 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64d20b3d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6df60151 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5eff2944 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4da80340 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@451d57ce (visible: true, type: Message_LostEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2b28cbf (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a92f900 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@236871ab (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30226127 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e3fc63f (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4eed200 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ef70578 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57f2b0f (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cddbcbc (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33495de5 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@400b5ae4 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d2d6ae2 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fcc98b0 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a0176d9 (visible: true, type: Message_LostNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24eb56e4 (visible: true, type: Message_LostStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77540931 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3da583a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@508e5ca2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25af2843 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1004232a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@796632c7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1925e8b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2923ae8d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b5411dc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@574a00c9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7248439f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9f46f9c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31ebdc0b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c1772f9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@519ef7cf (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26f9a484 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c32517f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ce93696 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f6eb16f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1afa33da (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69d3a85c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24d4a2f8 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32d9412b (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@592dd327 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dccf433 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@145a8abe (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b2d98ce (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@376d16a (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79c3bdc (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@35b263ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@10428eed (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57006e8e (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7465d274 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70d41ff3 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60ef195b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a458d2 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c0214f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24747b79 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27ca6a7a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c691fb1 (visible: true, type: Gate_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5304297d (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@928b71b (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@88433fc (visible: true, type: Gate_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@66cf4f6e (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@693c678d (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@363ec878 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bc0bc7a (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b7dda72 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49f2c9ef (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76b898ae (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f415814 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@185f2966 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cca952b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@403e7a2b (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4855dcca (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6ad5df3e (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@535be3dc (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33a696b8 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39d5dfe1 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@439b46ec (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@628298b7 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35978135 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2910c5db (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46c6ff32 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2252fcdf (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@370fda9c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@407c1148 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f71b293 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@315760c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e51f6f7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@399fab20 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ed3eff (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@396630 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c48a7b8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61595181 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79de7c2f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@109644e5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33dee3c9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57bcea9a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59ce66e0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fce1dee (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56c6c577 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3921c9f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ee9f3db (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2948a081 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e644431 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1237816f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@313b9ea6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3834cc89 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a48f338 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fc5c9d8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bb662c2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dbced83 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a423a90 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e13a686 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@108c3a1a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1b0afeed (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b7484f1 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22ba8765 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e0be849 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@641355bd (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2cfa76f9 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@48936cc5 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19b3bc1c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e8ac2be (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5addd62f (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1be415b2 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d2a8b89 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43a45c92 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2953a695 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d6613ec (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bf9b39 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9ea9909 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57cc7c23 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22aa26d1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e836f0b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60888c43 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e5e3ce2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f141f31 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@543aa560 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1507587d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47536dbf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66468ea4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3363d89c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26052511 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ca90a74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@48fc16af (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a91a3c8 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54f31ee8 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c9223b7 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c68fddc (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a097565 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b1a500e (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2992764b (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65da39cf (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@182e70b3 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44b76bdd (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ff8c01e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@477b3208 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6eaae2c9 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a11433e (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c1aa90a (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5016de06 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a3cca3c (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41239c11 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8201425 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@643efd3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@96a2d3b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2150d04a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f0a9b49 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2090a3ee (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fc12c25 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d3c693c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36fd2f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f8b4c1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21a55d0d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e5180d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b700912 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10012ce6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b324cdf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42c85d1e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64651f73 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@577441b6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a7fc921 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3f2c49be (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10d69330 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69eb1ba5 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34d7de9f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19ad2068 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7cdb5fc1 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@441266fa (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67ed9d16 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c66a119 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57e892ae (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fb64707 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69c8b18e (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55e686d0 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75c359b7 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@427abb8e (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7383470 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6940edd9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5de1b894 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12b0669b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25f97d2c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43d1c196 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17d2166f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@397c8deb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@759df349 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2db5eada (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c899513 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f0250ff (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6115e3be (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f07ca71 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57cdc40f (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21dfb606 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@192267eb (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2da8958 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d57ee07 (visible: true, type: ROW_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39597ba3 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22bbefd1 (visible: true, type: ROW_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a3c4f6e (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57cdc40f (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@192267eb (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45f2b7d7 (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@520ba317 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46b68023 (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6741c042 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e96dc2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2fbc26c4 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69cec61f (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@630a6b93 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d4eeb30 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3080f92f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59cf28e2 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@322f3eb8 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27cb2204 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78d40901 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17ad939d (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31e5cfd (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3efb9cfa (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@b22f416 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2c2f30d3 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d9526cd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38a16f13 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ade151c (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c069584 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5914f329 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@179a2963 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b0e2394 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f8656b6 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35717765 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2159cb85 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b285be8 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50b0fcdb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57626fe8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@529a4138 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fdcee2a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@271208be (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53d329a3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f411224 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ae5d4f8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1394bc66 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f183596 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@650aaf27 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45f53650 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c95b521 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71df508a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26537392 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@150d00b9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58b2c2e7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61e1f56e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4be31af9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b34ab27 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b736366 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24465b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6751be (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c738992 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e7ca8a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7aeb888 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e980822 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@281b0c2d (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a838b5e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6cec2fff (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1891a447 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@589ada2e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78a42957 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76e1d7c7 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@642de924 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@78ce96aa (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3851c710 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e8255c6 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@285d6841 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@282c06f2 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5029f11d (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@549b33f7 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50688141 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ebb728d (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@567fad49 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@629bd83e (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54ffc0c6 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@be8397a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57b53cdf (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e9539ef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ef3bef5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bcc3eae (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63e3fbeb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51b9e9e5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@faa6548 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75ad6c97 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a5595eb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d7b33ef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7db0a255 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c1f10a8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29ab0636 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a66a989 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d483e6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5394eca5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65e60996 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bf7ecd9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23fe8b0b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@584e428a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67de1ae5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b39e889 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38c16c77 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@783c870 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d3ecf97 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e2781d3 (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72396707 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@554a0c0 (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@400c4ba4 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@8c0355d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@68374935 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d367ca (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b13df9e (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69bf4728 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e473ada (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24517b4c (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@734880e2 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c68ed8e (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@592232b2 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1210a258 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@46c54b63 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d2d04d8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@276c3c95 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1252f764 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33d6614c (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1074cfdb (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@793c9885 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@225dea05 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54d8d3ae (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35322559 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aaa3090 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1672ad3b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12576628 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ab0a5f9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@233e0aaa (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@362aac38 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@708c866e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46f9fa4a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3506ec4f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fa3bdef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cac0209 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@459d60fe (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f453135 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d0b59e7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d49972d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1343440 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b6ef68b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11894b5f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@669f61c5 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f2c6113 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a4b6718 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@747bcdd (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62ce2466 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@118b2f17 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75d5efff (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ec54860 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63403d07 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48c4cefa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6969f446 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@450456e0 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@734448f (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43e397aa (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f809e4f (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33ba73f8 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bd4d739 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@730f275b (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20a48636 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bf8fbda (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2be3c7a6 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6187fcd5 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3954b9db (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2974cd0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47062789 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7428a0fa (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d5045f8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1245b0e5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@466413aa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@179b5d21 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2151878a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@534f8b59 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@395adc5b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42d7188f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@93ce6ae (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@193a6f6d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7983d4ac (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f5181b6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@261ae924 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72672a45 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b121ccd (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7aa60fad (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cc2a5a0 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b0a77a6 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3013c6ab (visible: true, type: ROW_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5de6f968 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d432463 (visible: true, type: ROW_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22580e2e (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4eba1696 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@74e59b0b (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@276e2f76 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69a1c061 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3144239d (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5866275 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b54e470 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6707af5c (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bd00f6a (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d8a271f (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c956eb9 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a7d64b1 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@19329716 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@735110b0 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@446f651c (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54c0dc2c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3706d646 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@206c170d (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65755d36 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@df7bfd6 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ab21565 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57a9d06d (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7afcbcf9 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c6ef8e4 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1236c73 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7204852e (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72042d9d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a5a14fb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39af985d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64c348 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@432e1327 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@411d3b73 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@247a6912 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34cb1647 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6989d56c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@498bbf2e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18359354 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9597bac (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@423bef72 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36571646 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e4713c5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71ee149f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7203aeaf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62d76c7d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58da0583 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74b79c5a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@626d496a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ad827dd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20353d0b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@134ed309 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7f426afe GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@78049161 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15fe7bbc (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b19a5c6 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67cab45d (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45d65c53 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43f81d14 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18f0083 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f7afe9 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ed4c8 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73361d04 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@433337f4 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@60d0272a (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@65f564de (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4c7f6882 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39fd072c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51fc9faf (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b84f13a (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6926db (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dbc8a65 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bb31ae3 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cd63a4c (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36269143 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@286d77cb (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18e7a70f (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6676149d (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@186963f9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d75b55e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a232dbd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b8274d2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55520b23 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cfb856c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@279e9e1b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@607bd1cb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@184fe98a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@572451f4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e4cd6b9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24e5a34c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40f8a73a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fe78d79 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42f61284 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b8ff3a2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3822e4e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a394cea (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64655734 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b12b110 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59be46a1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ac3c4d2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e22fcb6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4993b646 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45da8543 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5690bb90 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58bcc5a5 (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5972f9db (visible: true, type: COLUMN_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@272a063 (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d3d231a (visible: true, type: COLUMN_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45da8543 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b2b6a1f (visible: true, type: ROW_18, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@783cd1e3 (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@af686c0 (visible: true, type: ROW_18, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e9661f4 (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@21131c07 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6de6829b (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d79a519 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f6c728f (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6647dda3 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4cc9257c (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18713420 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@795f355e (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@66a42246 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44f6433a (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@973198d (visible: true, type: Message_LostEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1fd874d (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cff245 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6504dd70 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62774ba3 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d21464f (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@97ebdfa (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@209a9449 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ad6eae8 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dfd9ebe (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10e4439a (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@efc905d (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56efa480 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59fe8ba5 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39638df1 (visible: true, type: Message_LostNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46392f35 (visible: true, type: Message_LostStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@132d08ab (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71490a78 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40057027 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d238d97 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c18e8cc (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55241627 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e54af45 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55fb9a59 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37de9b5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b2d19c1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@451de7cc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@393e52d7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ad531cd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@618ffa90 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49cb8e0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d567596 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65ba4b1f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ca99d26 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75031862 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2282b1e2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@183da7ab (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fd1f3f2 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54672f8b (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d0902a0 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c9b929c (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2df10e5e (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a81dfac (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72f96816 (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35439913 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3ea1b3c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@43447006 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e50a1de (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3598b6ea (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@553c341f (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29d84dd0 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a05c2c4 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ea93137 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f1eecc7 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64be7450 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fc12028 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32a8d88f (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@97e093c (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@787d8c3c (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@175586b9 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ed5f515 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f7b1458 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42b30ecc (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e1723ff (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52e741c (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7599e4e6 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7394a042 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@239871fa (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f18b85b (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f6ae5bf (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@737f0dc4 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@702fb29e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@950947d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f413709 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a91e3f0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45023162 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57d12b69 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27942c73 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@141a007c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a98e412 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6aeb29fe (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a4f2377 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ca21d37 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@330c35c0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3946367e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7717188d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54a1f92f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6edfbade (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45e3663f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3eb71e3a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eb62567 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dc7b87f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@df621c1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@622ebddb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@771db678 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422d5903 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3f29de53 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a489aa8 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22a6151f (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@530c9c5e (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7579c678 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ef6a4a1 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d3fc14d (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12ad4ea8 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4cfe670f (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31bf0f (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41ba7058 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4467b8d1 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e1d2ed2 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@360a92d2 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7d65e336 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ea3f4f8 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@554f2cbc (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c8dc649 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e091734 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24356968 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@614d84d4 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a7a005 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bd2261e (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a622757 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23bd2523 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a657ba0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@538d9b44 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6825cb93 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14e360d1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c86ee3e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16616e8e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d068af2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bb80f1c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c497491 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78ca5a34 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b25ed5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4faf9362 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@426f2cc6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e92260f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f4e4ba4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e6449da (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78cf3622 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a159d0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@148591e7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@851573 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9464bfd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38eeaba4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5aced8ff (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13fd9dfc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55c61bb7 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36e9285e (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@721c0538 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6288fba3 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dc30006 (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f201b93 (visible: true, type: COLUMN_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1107dd50 (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c951752 (visible: true, type: COLUMN_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ec7d95d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5e0fff25 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@793f8462 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bf3ba24 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5aa494a8 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20cecaf0 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7018071e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f3d070a (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5786ae5a (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a9911cf (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31421c14 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b9a1c34 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2fd97998 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@31d61050 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77ab3faf (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b32ec66 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@485ffd37 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@358a8fca (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34727986 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29a4b153 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@212b1730 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34f10b7d (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37044ee5 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e4638f0 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18dd318e (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ef29b0e (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c7309b4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f070230 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6de32d0f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c00ca9f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67f0b46c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4278ccd4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ff9e158 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ee71d60 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c2d3ebb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d56195e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@442a0aae (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4625ac0a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70468de6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50315727 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c686db9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19335db8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22193a39 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d8b165a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5866d5a8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54fb0269 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b84e805 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f0fe0f6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a87ebe5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34881cc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@b1ed6c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2f6ce066 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5813042d (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17491bb5 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f6ea6ea (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a272224 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5b5a0559 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@751f7aba (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6a54cc56 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@41262810 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@82a4df3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a6948c2 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a9aa7a3 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76c3a9 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b1a985 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50644100 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42f1f5f (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@209ae8db (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48e10477 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fc11d65 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4281eb2a (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@361ad7e8 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75319753 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@752c4198 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@192272b6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dfd5010 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e9fbe60 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b68a1af (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49c73d0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6174fe86 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60f4d1d7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e5413a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e1e4392 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75f90b2f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d7ce437 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1170148a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f333195 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c3503d8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58eed83e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@130e4ac (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f7ed01a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e645df2 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f0685d5 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@355f8afd (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23fc0457 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55cdd49c (visible: true, type: ROW_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57722898 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79727ab2 (visible: true, type: ROW_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e6444b5 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3300ff33 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@65a6361f (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a4103ef (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@658c4d4d (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31ce892d (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46522cab (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56a490f6 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@c31f964 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25702ef5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d460fc5 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9e59b1e (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5033e6bc (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@420e0b2 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2239967d (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1112dc7a (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dc638f4 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b50a3f4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67147953 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d3df9a4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f5a72b9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cc07c32 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@693923fb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78a8c60e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30390fec (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43a6e588 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d765ee0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cdee9f3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7af7a4f3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e51de99 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b5d71b6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@548a6a54 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@342469c (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dfecc44 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6225abda (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@506666b6 (visible: true, type: ROW_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49b8386f (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c9d34cf (visible: true, type: ROW_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c7c23d4 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@548a6a54 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dfecc44 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f14522c (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49ce4a2a (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22666145 (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f01a596 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@59f6c5c3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1475ccb7 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a1552a7 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ae6061d (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50cc7f82 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dc5161c (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fad26c3 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70ec8f56 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3be908f (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9fe954e (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59b2b80b (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4540169a (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2042ec94 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@487b8c46 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e5cfeb8 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19937c4b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73ac5ede (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bef081d (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71df05c4 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fff2934 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20176a4e (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36f78fce (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17c8b2bc (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69425681 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d198287 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4be7cb8e (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@671f9ea7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65745321 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67b82f7b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fadad7b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6de2a67e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b58f3c5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@750eadc2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6641e3c8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4730e067 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3505fe15 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@261d3599 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4878022f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c452697 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7541011a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@748467dd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a118dc1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5685a237 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6df8721a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32e4368b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7499b554 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14a0c21f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39af82d0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e9299e7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33927916 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@643399ea (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22e7d563 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ded4061 (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6853747e (visible: true, type: COLUMN_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23d1962b (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65c4d179 (visible: true, type: COLUMN_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@643399ea (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f8f05c7 (visible: true, type: ROW_18, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40266676 (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@440c58f5 (visible: true, type: ROW_18, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6335e4df (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@55032dc7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@15f5d45 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21bbea56 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73d93880 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@897e6cb (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c9bb172 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68f99c93 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@768054d5 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76966da3 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cb146c9 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29c7488a (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38879211 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@168dd324 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72feb1fb (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a124873 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@162c1edd (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d48431e (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@586cb2de (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5592d533 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a2de0ef (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15b616e6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61fdf15 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a5be0dc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75352011 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78963408 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@353efc40 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ff92487 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60f00371 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2000e10 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ad64181 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@460d4bf5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e1b7f70 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a2fd47a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@96203da (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fc0843b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f22ba6d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e8005c2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56d901c2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@15f5d45 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2ffa4c8a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@c76d1fc (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: operandsLayoutTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fa3857c (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a129fa4 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20d1542b (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4da297b3 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c6bb1e3 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c56a451 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@738abd28 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63c31864 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a4697c5 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6da25407 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@653beae6 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68c58928 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@120720ab (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33c1376f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dedccd5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ec96496 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5589abac (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38baed51 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@127d9e04 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4af50d88 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1371b495 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52593e7d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@615f88b7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47f2ba7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b690a93 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13c355f7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d36e26d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18f189a3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44c1bacb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63255255 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21829d8b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e72cf91 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3299194d (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9e1c529 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10855e19 (visible: true, type: ROW_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a86e3ec (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@93b2e5d (visible: true, type: ROW_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4da88e94 (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70bc49cc (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25d531eb (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d575e7 (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36893fb7 (visible: true, type: COLUMN_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e209795 (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76e8618a (visible: true, type: COLUMN_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@236987be GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@59c16de (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: operandsLayoutTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@680153d5 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dbc4bea (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28f39e65 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d4fce48 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b93db20 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d15bfe1 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a0eef55 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13b2030a (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@362a9523 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c7ee98d (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d5320ea (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bf67cf5 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e9849ef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e366dc7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31b19dc6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@209a103d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62b4aee6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64f1002f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65eb9d73 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36f98d8b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e834e41 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47adbe6e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53f5d5aa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c7c041e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7400bdc9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d5da82a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a9960a2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e788d67 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@93256e0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1eb3a31d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e43617d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2439b50a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5dac21a5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4463d596 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: operandsLayoutTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13bbbba (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48b8a9a8 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12ad1a4c (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bd3be9e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e74c304 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f26189f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e9795c8 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57d05bc4 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73dd4e7 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a285d7f (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f66a2da (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@201d1a67 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40d2f4ee (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ee12aa2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32ea2e17 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@187b372b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9e032bb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5879a0f3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65cea4ff (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@689fa67d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1681d92d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a43e0c6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79f7730a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@208cccd1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79d105a8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32384deb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59a6e1ef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66743dfa (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13add7d4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4893abd1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a15bada (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43984b24 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@ab35ed7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@fe09f3d (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: operandsLayoutTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d034e3f (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@323ff00d (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@392d8800 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70311394 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a7133a0 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6de6880e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e185bac (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@356a7e60 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77a6abd5 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78984f58 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d7ed8f6 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@161eb8e0 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b29437 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14877c33 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f187abe (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57d9ca20 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b289e7b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@547ea752 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@279e5d3a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45e4978e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@535b861e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25484276 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e14b095 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1def0ebd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f7593 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6934e7c1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d895d6b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58e91dcf (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57e7cdce (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ab6338c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33148f26 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41a746cc (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16625f95 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40bab77f (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22035346 (visible: true, type: ROW_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bd8cb1b (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cb1535f (visible: true, type: ROW_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50e58c63 (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58060d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@778f253f (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: operandsLayoutTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a295713 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@370891dc (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3920fcdf (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@326efff4 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33e6b35f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@785de2d (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3931a527 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6dd8df68 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f71cbb8 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ead357e (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48000fed (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@710ffc03 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a6fb2b0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@652e307b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e8bfe01 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29f7afda (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23d4e003 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67de6da2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64eafe46 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45b4f064 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@551e8dda (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4aa1f769 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f408b3c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c456c7d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69231f03 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dc35505 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dc51e0f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@735a47b9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b17de12 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ac688d1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@759739fe (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bbe08e8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4ee88983 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@36b19de4 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: operandsLayoutTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f83c20b (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ca895b2 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66cc6d7e (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a0a28c6 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b2a78a1 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1403a1ee (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@774e7836 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c805451 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b28d4e4 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@241d5376 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55e0a214 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26019a1a (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a63de82 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@240cb221 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@90c6208 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26e3ab19 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@113c363a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c233d31 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71d0a6b3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2287b9f6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f29c5e9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57d328b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41bc920c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d6565f1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47115e81 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@372eb13b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a719b10 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@96b26c1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@346e973f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45910e76 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@741d3206 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@666a5ab3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1398847f (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b95d21d (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fa7abca (visible: true, type: ROW_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37df06f3 (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@525a2432 (visible: true, type: ROW_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@246eeaad (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78228e9b (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d14b633 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@793c4b02 (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@376c24b6 (visible: true, type: COLUMN_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4be0a6c8 (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fd169a0 (visible: true, type: COLUMN_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1eae7fe5 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51d3f4a3 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78a418ed (visible: true, type: ROW_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f47a5b3 (visible: true, type: COLUMN_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56ac057d (visible: true, type: ROW_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@393af200 (visible: true, type: COLUMN_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11454ad1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3d4be539 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: operandsLayoutTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@718c4e56 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@367156fb (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54f11f21 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4de01186 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5699c71e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@694a1d33 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@479c0517 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@727bf1b2 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@189d3be5 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e01a788 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5be3f299 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@539ff36 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7944d8ec (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74ec82a0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35489854 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a914c77 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17ace295 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a4b75f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78d7c68f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38f3f6e3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32f46469 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18ef1614 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ec72f62 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57593ff3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ad3447f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1733a72a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f2b7baa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5efabebd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4190f298 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a7873fc (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@384cf423 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@528e2e49 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@796861ef GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3ca310ef (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: operandsLayoutTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e1d7920 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1da65fe5 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@392600d6 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16022d62 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ac974da (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f01b64f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ce7aaab (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60afcc3e (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4903d75b (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f59eeb9 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@492fc4e4 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25524366 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@849c04f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d4a2504 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cd9762 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f222ad0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f20b98d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@574570a7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77982274 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@761f96d9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78706c05 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@240769d0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3543d2f6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@374e45ff (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e870b7a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@171a36e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2290fe21 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63f31433 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1eaa8dcd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@103e3a57 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59b1d7ef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70f90981 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1aa9de5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4f7b4d56 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ca59618 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35b05bf5 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2034b1e8 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4718ef8e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ceffcbe (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d9d0766 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@798d04f4 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37396805 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a9cae81 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@461389f0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e3930f4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bce92be (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b710e7c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27193d73 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cd23c5b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@214b2b8e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4358bff8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f947f97 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72ed646e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74972187 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5539e6b6 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6629645f (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fc4a4d3 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3affef83 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5910beb7 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2947f425 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2809a807 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a41ed46 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6693def6 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39e779a1 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61c8b38a (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19d4b52b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a551f11 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4450620c (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6afaef6b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@187c985c (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c52a1eb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@572c9446 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18086680 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68be49ad (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6523f7bc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d34dc99 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e7ca46f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7025624e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d28c4c6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f601d5d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@750e1dc7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78ddb87e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3079f5b3 (visible: true, type: InteractionUse_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4590fa5 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3713a76c (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@588c4d38 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3be4ffe0 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11661737 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6de89ad8 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d20784b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c22b7dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5449f3f4 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25fd9328 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59b53bd3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@792533ea (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60ffea21 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22b361de (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42faebb7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@733f9a56 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b69168e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7428e1d9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b000252 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b3391c4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@529ebeb9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6258f042 (visible: true, type: StateInvariant_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@eacb733 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@226d415e (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: sequence, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78cbeac (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bbb780b (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3314b193 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c33f338 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14d2c41b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@539fd3c8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@556ef307 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c82933c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30a70a40 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@738e9a53 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bcee97f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58d447 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3195b217 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39b87fa2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6140fb46 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74c7e4fe (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ee8f931 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e6c61f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fb5de4c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a1853f7 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6941f68e (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9bf09d5 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a069aca (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e11018f (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b51184a (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3409b620 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9c168ba (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d48313f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5be0fdb (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: CFTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6767bea5 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63581328 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16ed084f (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70d14268 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68ad24da (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bf5c697 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c250ea1 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fe8f48 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d8ac7c6 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@209c0d4c (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dbc5556 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@282cd846 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54efba0a (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c522111 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4b3f299 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@bc7240f (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2fba94e2 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@66602abf (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@c6cb33c (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79c757c6 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75d7c769 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2aa1ec2e (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@24bb5495 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@489a769e (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6dbe963d (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@645078f5 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5971595e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62ee6089 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c8b265d (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f7f8707 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@455a6748 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b6d64b7 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f6c96e3 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d48eda7 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7771da29 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6287410e (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@475ae099 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@709f6b61 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@316e2486 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6de27d2e (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61f6de83 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18509eb8 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2886e14e (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a0fd651 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c92a0c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ba295e5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e153b76 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b9706f6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5832c77d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e3daeb3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58176334 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a68f0d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59bc5f72 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d1fc228 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@309ab12b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1569059 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@298b7a7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63bd0c6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16f44014 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79ab7de9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5994db48 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54eb3311 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14842529 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ec9af56 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27a89397 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b794fec (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b65db75 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d054cc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3acda251 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a6d7e0b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29b8b6ca (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6942164f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34d4a590 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@637c3722 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b6043f5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dc435cf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@270a59d6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7faa23bc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3def53bb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e824863 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fc44a8b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62668e5a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e668d50 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14730b98 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@418cc516 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@234f4447 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4301210a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63595fcd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@cf1b5dd (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: CFTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@684c38c9 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e65abb0 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fbbb6fc (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b7281a7 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d39f2f2 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b0476c2 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76b843b2 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5dda5623 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17ea50f1 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e314e03 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13af5559 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ee084f2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7aeb6f8f (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46da4d8 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5297d807 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a8de42d (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c1e328d (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1f9b4cc4 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6869686c (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@785f99f8 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1eb971a4 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@23cd9643 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6efc4a3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@395fa88e (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2961118d (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@558049e7 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@713b5d4e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a8d1042 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a6787c4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ac5693b (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@146e01ae (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@301c9a17 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@eced8cb (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@498a6e8 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a842304 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3600c524 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@774aa506 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30464882 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@366e9fc3 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e6da22d (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7711840b (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ac897e6 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e5283fa (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b31ba3c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4100d6df (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10e6b69f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fb8a96a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19ba7a1d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6022667e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4111b157 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33f20876 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dd19c05 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41546ac5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63856342 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45a46212 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29715a60 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30eb18a5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cdf8a55 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c7daeb0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cdeb835 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@778e1b34 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e18b385 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49e3a1bc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48a9a5bb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ed8a873 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b788018 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f0411c8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4716e621 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5440d3bf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d2cf7a0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ee4a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3373da62 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@211894a6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60b211b1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cab7d43 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6adc21c8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77773395 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66caf8e7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@202319ff (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@714d4ae2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6551cbd3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@286ec640 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68f0d599 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6af39b0b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@288bd615 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d49ef50 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cf20f99 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4361116c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@28b01669 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: CFTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b314bd4 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f325775 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@579905a4 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@217e911b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@584dc837 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7eb08cd9 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36179b68 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3737da71 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46d3900e (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a53aa1d (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@197c98b (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1dcbe33a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1792ddf6 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@457701d6 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b5613c7 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4264d101 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6a35299e (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4e2a3b5b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6b894713 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6abb832f (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56ea2e1b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@57a1614a (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30ed204 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f898bfb (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@430992e8 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f9be99b (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78718772 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51e43231 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bc6632f (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11171701 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f953fa8 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3673ae68 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@419813e4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67087266 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13d2ff47 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60a7f4ee (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f6e81b6 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a18723e (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2878428b (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47fe4f16 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4af4b036 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f850f37 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ade525e (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35bb69c0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1071c0a4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17565aba (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@663f106b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29f8c3bb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b993b2f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@728b3267 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4217e0e0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23ff3cd3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7814123b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66e1d920 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b500327 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25e34217 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4296aba9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f20d74e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c905885 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ee8c6cb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77d88389 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5745177a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cf76255 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d17efb3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c035b8a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9691ebf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63b7637 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5859be97 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@406864c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64f1ee99 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14a38f7b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cea072c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54d8fa65 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cd395ed (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a6ddeef (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43d7870e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56d1b4a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43136d23 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d7ff694 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d5acac6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2da68c8a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4431d33c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ed14cfc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2049757e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d357e8e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40bac176 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6acae1db (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@729cfe1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@20fbf8bc (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: CFTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dfdd34e (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27d776c6 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58165498 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@794bc668 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4720231a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@530e3e9 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bd28b77 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4aa75915 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@237b724a (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@565a67c1 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@269a7d8b (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@965bde2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e4c207e (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ff198d2 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53eb1cd6 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2d997409 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@64bfc6b4 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77783e2d (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@62526f04 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c7dd431 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@294a6c74 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ba7d401 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c6032fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d9f9116 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9257b46 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@701b44a4 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79d12853 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24b6c0c0 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@226edc7e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43938a05 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c8d0c58 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37654a1f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5933fb32 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71451957 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60aca70c (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@645aa702 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@88c2573 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@390f6301 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b088330 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cc87bb6 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75aef34b (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ac18985 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e081023 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3356b729 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a88e5f4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b6ff124 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@737df9e6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50508fb2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7071f8d5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a5687d7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9d74883 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5daf535c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53950241 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f411098 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48317e94 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46cfb4a6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7883f20c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76bd96dc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@761dcf23 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36ed065f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72b30685 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32c3987c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@573f17c9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2be9b35f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45b81dfc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@208a6ed7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@306f5b20 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36a7c1b8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dacb7b2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fe67ad0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@588a5315 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@475247d2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4586b3be (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20e79bd2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bf25ac4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@250a4e7a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@643dbc0c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c3e6650 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@663a33b0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59d1bec3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@280b916a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34261dcb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3eab3603 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@636710d6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79c38d74 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15890175 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4be76fd9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@20cb6f56 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5e2ed6b8 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SemanticCoverageTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5507625b (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@282fc3ac (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c4b07 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e7e282a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7f183862 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43f10f8e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10c4e7f0 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e67f4e5 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2315ed5f (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75717832 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9f7544d (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33f1f081 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56b64ad (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d190dd0 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d128c5a (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f806bbe (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28847bfb (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a9f840e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@282f9405 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e182338 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5de92a65 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@682c3e5f (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@118477d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70099e96 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46dbf5f6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c653786 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f4eb4c3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75e5c8a0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9468913 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32450e01 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c5cc66e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c877aab (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3670e5e4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b789d5e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fdbc57a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25f0693 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@584a4576 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3861efae (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d6b6fd7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3349c644 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dd9c1ff (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27e96d93 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39a9bf90 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48669d4f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fa3b086 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eb93f03 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e1ab0f7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22cc666e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c592696 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1003d83a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23d4a9f7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57c3c24f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2eac9253 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@509c533e (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21cd5f76 (visible: true, type: ROW_20, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@438c409e (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dcd355c (visible: true, type: ROW_20, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50cac648 (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@18d99231 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@51f056fe (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SemanticCoverageTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9e7780a (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2b2f6515 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78bb8128 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a06dc2 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c3014a5 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fb9923e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f01c40b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a2e911d (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68cd374a (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@389ae08b (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4461a599 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55ffc761 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d08d9ca (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4d31868f (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@60762079 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e06e83c (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@408f74db (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25307367 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@db4a8bc (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35e314c2 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@369a1b4 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ba2acc0 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70a42da9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d98b712 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e32522d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@198d9ed8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dac3608 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@153479e6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b024794 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19be6107 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cd161d1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1096e171 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53c73591 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42e3fb9d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ca87de4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50b2c30d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48cf0e5a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ff1032a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6383282e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4576b917 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43d2f972 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44c1d16e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e86dd07 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@762b30eb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58fb527d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@357af83 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@427a5ffc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@754884f3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@85f49a4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fe22528 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a259fb8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4093c18c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@73fcf42d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@29a8bbb (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SemanticCoverageTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f4c4743 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45919ef9 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@130002a3 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@760358bd (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2928350d (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@89ae4c2 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@eb96245 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e0b29df (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60b9abe8 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29168750 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d9d26c5 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@266bc277 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3432db09 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@55de15d7 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@372e8c33 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47b3181c (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@300ea063 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32704d80 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ed863bb (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2541341e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@558d3b10 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20e95637 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24fa0cb8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4aa4b419 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@743dcc60 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@282d513b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fe8cb68 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f2f2e03 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@378f7a7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47c16a61 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7be9d970 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e6e1ce3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50889574 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c216aa9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72ccdc21 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f3fd72f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65cc5e03 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e877da4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@600da2c8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@689ed3c3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b54f060 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fa33859 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a6d6cf0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bfce48 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@617ae18d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7683c3ba (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@459bddc6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38c30f16 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22418504 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76fbc172 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4376e719 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dfc5200 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@562795c0 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29ebbaa7 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e0b09be (visible: true, type: ROW_20, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28944eec (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@730d9616 (visible: true, type: ROW_20, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f4be8c1 (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b572db1 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@592b5c96 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@709ef6c6 (visible: true, type: ROW_20, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3993ae1 (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4429aeb2 (visible: true, type: ROW_20, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5810b892 (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@420dc280 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@277b777e (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23edd79f (visible: true, type: ROW_22, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67f8c8b0 (visible: true, type: COLUMN_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6db91525 (visible: true, type: ROW_22, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5174fd27 (visible: true, type: COLUMN_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46fcf62c (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e496713 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69c86c7e (visible: true, type: ROW_24, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b5bc712 (visible: true, type: COLUMN_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@234746ce (visible: true, type: ROW_24, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b9cc5b0 (visible: true, type: COLUMN_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42d62309 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@448737c0 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SemanticCoverageTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a399990 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4e5d07b3 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3319108f (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42dd79cb (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42895421 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@407c86a7 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@733506ec (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@653aea65 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37b9f565 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11ff0cbe (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fa3b8af (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@148e3e61 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@145af6d (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38f67eb (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@477ff5f8 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e266b3a (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f6f04e5 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3792f46b (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@721afb99 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a27a6dc (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b91d113 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@359002e7 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24e9ed29 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@664750b2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6924142a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3509de66 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41b9bfdd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40a57bff (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a698038 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54161d42 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c2968d7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f877b78 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16976429 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bc874ff (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14600ff0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34ebe46d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30a21c7e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72765892 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1906fe7f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fa9b653 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10836138 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ba0b6b0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18124936 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@db247f8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@409e470e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@760bf486 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@643000c6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52b10e10 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6036603b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cefe382 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@181de0eb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5eaaabdd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32d52383 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6c0ee966 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SemanticCoverageTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17f7fa43 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33cade58 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2894549e (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11b104af (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2adbf8e8 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ccd437a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22e1acd8 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19862d (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a379af6 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3feaa7f6 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b77f872 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d2f306e (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@554ecd82 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4857fd32 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@32ba676f (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21c57e0e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ef74d9f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b4e0b7c (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17bffc7e (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b90e3d5 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44ef7c90 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f56090e (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4333398a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62d78906 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@670d4001 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73a05a35 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@628fe9ab (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6763b797 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@acd9a23 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@368d8b82 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7536d6d5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32de01eb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34f89a58 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33093e57 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@120bd68e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b3690e6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78cc6d1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5087cae9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2468b667 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79f3690c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e4a685b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63fab88c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ef499bd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@292702e7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72ded344 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ebddd3f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c378230 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2978c47e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3366fca8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74355722 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43243b63 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c82966 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@196e37b1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@cff747e (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SemanticCoverageTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49199cb6 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28c55f7f (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f6e929d (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4da3d34e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dcac51a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3894ad59 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@596eb908 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a9749ea (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6efbc859 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c474c5e (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a389d4a (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6aa82996 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@18258d36 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4304624 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@385f510 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5779c927 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ba5834c (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@757bbab0 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fec5c3f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e866b7c (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1592d99d (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7aa9b4a8 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c00a4ba (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73566321 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21fdc602 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70fc5059 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1be4c440 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b390280 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c7438cf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@475ff0db (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7697031c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a36a058 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@287d0de8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a1b0575 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7caf5fca (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a57d38b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f508579 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ce26531 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@df5c408 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@380cd64d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12b783b4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72b63fa6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39f1c1fb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21e9c736 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57c7843b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c00174b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e47d1e3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63ce1196 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d7911e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c6240f9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a8b7c48 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b01e133 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b6674b (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a24ab81 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@942f16e (visible: true, type: ROW_20, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@566324ae (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f55f3b2 (visible: true, type: ROW_20, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aa51e4a (visible: true, type: COLUMN_10, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ed283cd (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35dfa40c (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53cd62e0 (visible: true, type: ROW_22, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24649d6e (visible: true, type: COLUMN_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2345c4dc (visible: true, type: ROW_22, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@365cfccb (visible: true, type: COLUMN_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@501541e5 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40274cbf (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64f1ad45 (visible: true, type: ROW_24, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a1f889c (visible: true, type: COLUMN_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@122c6fe0 (visible: true, type: ROW_24, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d77f476 (visible: true, type: COLUMN_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e196176 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@bed9621 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: SemanticCoverageTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48f756c8 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@446fc58b (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23d40fb9 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77431ce9 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67dce0cb (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46860aa7 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@241cfda4 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51674c1d (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9416195 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3338beab (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5acf7e82 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fedb0e9 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@61bad77a (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e99ed5e (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1075fb2e (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77bfcd14 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31bf1240 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@932a9bd (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7319af97 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c46d3c4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a0f7496 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6feeedd5 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47cff556 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49fb2bf3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d149da5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@191410d4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b16d823 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70fa026d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c13b489 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d82444c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c2069ee (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6898f3a3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d98b113 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2035a136 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@661453a5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bfdf53c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3befb085 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2682efb2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d48f366 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53285248 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a0df9dd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f508b50 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71bdc1b3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cef0763 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ef7b27b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@563a462f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4280bc61 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dce17d4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eac0c9a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72a319d3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@948385d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ac95c72 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1df2fd16 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@43f5a56d (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: Reorder, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20a0f734 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71359385 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f059e03 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6121119a (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ec058b2 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a400dd5 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38bbd380 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b989e1d (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c7c12e8 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b50e31d (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@59988903 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@666c8b50 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e48363c (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@426dd9d (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b606d98 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a715ae2 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7176cc8d (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fcf148 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e5db0db (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@791c9a3 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@266c37cb (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@43323405 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@57b73bdb (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e27d8f3 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53e2cd7b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@572e5ef7 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67d5306e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37986bf2 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c7a7a7 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fc01392 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f28e34e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@177bce6c (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d92a830 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53ca5ca1 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d986d7d (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dd4fa43 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d174dac (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a715056 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3029af58 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2905c7a6 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60fb72ca (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f423664 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28335a37 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@590ea078 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44d3fb50 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d042405 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c71a463 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dff01c3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24f42797 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2313f269 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5aa797bf (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f7dff87 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e7ea840 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@101dc3d7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a8ef1dd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b57ce2c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16ba5fad (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6efe6a07 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24228dbb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c848531 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bb88d09 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c926d3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@433e3f9a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a727896 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@577a49ee (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2069be44 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50efae49 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f3f93a1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@391a8d7c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c581b1a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@757e3e9b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@465bc597 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2acef471 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f39bdb8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6726f428 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9bef4c5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bbfdcf3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6eea169b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d829386 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3033e8e6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78b2d9a6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9a4a460 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@391abd89 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1775e190 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a15a060 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39fed23a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ce7fc1d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@688d6633 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6b8365b7 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: Reorder, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ab8391 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fd54247 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f8b2ed7 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d52278b (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ae7287a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74055a39 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@516293bc (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5790700b (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45d7109e (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3dc8b553 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ec31cb0 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@202c7c4 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51ffd307 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12803e06 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@da07160 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f96b6c6 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b5c28da (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47447f4e (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@58f0367b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ed86e58 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@43c2a057 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28363a63 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@546d3c1b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@42cd2472 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@36b11b67 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@42e292be (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ef5efa1 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b8a8fea (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a0b2f34 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d5ef7d9 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b76b24 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d94fb7d (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28c7918f (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@235e46ba (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70adbc9e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51320aba (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40900c54 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27293274 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2aa33435 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@420265c3 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@477aea8 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2380336b (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@250ef433 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e79cd8f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54aacb3d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d4ef6e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7939b003 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23ecf63a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6570a493 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a0fd1c8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f8339a1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78ecf3f2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b40def2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@771403da (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7678d9ed (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6074542f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b2424df (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@393db3e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@437fb76d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4629d9f8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@546031f0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5712ddf0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4eff426 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@132284ee (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2aafe61b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9947a52 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c436639 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f9c9ef4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37960986 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b5ff573 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58b0c547 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3545cefe (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@945b37d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a9309e7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f67d865 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4711228c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a2d2fca (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d3afdea (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44cc136e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d78b245 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66ef431e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7904f589 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d4601f8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b7406c6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c3cb023 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3da1201b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e251c91 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3c87d2e9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3eda7974 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: Reorder, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1968a867 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@684e628c (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b2b728 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27a3816f (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d592aef (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15ae3de7 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59450c69 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36f5bf57 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57ec7c39 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23527ef2 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@571498fb (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d34e107 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dda931a (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a997bc1 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3632b6ab (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36c33559 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@502bd8f3 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d58c7da (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@8d3e1de (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28447e34 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7807c848 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@45ad0efa (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56cca2ed (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56084f8e (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@64af8c8a (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7aed204f (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c565a (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d0af965 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30c4aa52 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b0e149f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bff5ba0 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@402599f0 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b4364ee (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27e0aea2 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c305aee (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f5c176e (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47bbad7f (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61b1c8bf (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74ee25f8 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43c8db18 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5edd2dd2 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a2b0ea9 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@56105a01 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69917e37 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bd54114 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4171be73 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66d9c64 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b89b55d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78c5695f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d3500b6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15e4389 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f527ec4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c261a03 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6de60d4a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@200d9d62 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c3d265a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fd1039b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@625b2215 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fce6403 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2651009b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7300bebd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bd3a31 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@722f8733 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ab15847 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3729b499 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4162dbf2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@197fba1a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@102f0ad0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ff4a592 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e86a673 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3601dfc9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b8daa52 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41de6ce6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77661517 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1acc4b03 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@670fb50b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6144dc45 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7609b4aa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@734a4d86 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@390fe569 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f99cb1f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@89441f7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7407973 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73a564a1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@117f69a4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65fee51b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@795ab656 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@78c18833 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1becf6f3 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: Reorder, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7eb7bc89 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d1f0ae2 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@213824dc (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1cb7c8b5 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c98a35c (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31a8d2f4 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62289786 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@685763e3 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58edfbd1 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@441e3919 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46a8d2ac (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d3a3c11 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44ab9e69 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cdeaf25 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fa6fadb (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@759d1f2e (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a4a261a (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@597e56e7 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40cbc472 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1fe86da2 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@69f5a94b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2d42eebe (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e4ab5f2 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d90d822 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@184e1167 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2a0fb9be (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54cea01f (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@677b7536 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65d09906 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@793c8244 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@530fd57 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@249f5ec1 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53d6ab0 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12d5492f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dab6f4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f7719bc (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31a339a6 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@456ef3ba (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55b2e72a (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38e5c0a7 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70c8b5d5 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b322929 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f41d88e (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@491840b6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39bc6a5b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1461cdbe (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c609dfe (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@473a9b92 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fcf2a4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17ef047b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e846478 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4803f20a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77e389d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@417fa159 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b637d56 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c706cf8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b10ae98 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ab8acdd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@320cb2cc (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28e53e65 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20eac14f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d03ff50 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fa98365 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@157db4ed (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b5d3c23 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75f531a5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a12bd78 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@285c99c2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30e699c2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ca42fc0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@795db520 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2678ec9c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11484476 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@720fcafb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@567b0d10 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c41fea3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@451d39dc (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@253424df (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@af64291 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c0d3d74 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31f07986 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29655b17 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5eba303c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c401f1f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@97c2fae (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e1e69 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35d25351 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d77728b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2c137caa (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: Reorder, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@180594b6 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37ee8ae3 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f4698 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@141d2179 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@177f0f4 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b164680 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@343bd20f (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61b733dc (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a1c7b3e (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b858ce3 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@697fe359 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22cd049b (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20bf433a (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11f9b03a (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@355be62c (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@616bf8be (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@53839d5d (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50e4eb1a (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@216bef50 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@339f8f6 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@48eaf4ee (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7aa1762d (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6bc5d742 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@f956de1 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2dd68218 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e93a7fe (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@163368ea (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@431443d4 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fab5a91 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78ca1579 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@158a3ce1 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48f1f442 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47375ba7 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@95fb3f3 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1499d16c (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f57873a (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48fa0fe8 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cbf7a25 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e833d63 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f0b9e57 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6966eee (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71e6f861 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14834b10 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44035b33 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37d0b9a6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22cc37b9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dd8aee8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fc06999 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ffc1895 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30e1f40 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8db1d37 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f8dc764 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c5f88da (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78120de5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61f58990 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47e3cdc0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@503cbfcb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65534bb3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32197835 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@122a0585 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d7413a4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11d390a4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d2eb457 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ba8cb50 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78179159 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@706a09f5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11544e5a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a16c49c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ab141ae (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54fa8376 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28ea3efa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e81d9ab (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75d32902 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56173d0f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67bb2316 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e930412 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7691f453 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51f5c0d0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@350f2264 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5903815 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@698a8651 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@569c932b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@684041c9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b68d200 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b314dd6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f22b5b6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d9b3ece (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@56a31285 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2d64c821 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: Reorder, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1766f269 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b6461c6 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@104a874b (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2bc6ed87 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a4ed30c (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c49336a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@301fca91 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@350498f4 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1635f022 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@711c8b61 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5de9dc42 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d56b5c3 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ef5a78a (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7256ab3f (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a219b93 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@231329cb (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e42e391 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a456c29 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@27f1c125 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1bd69594 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@febc1a9 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2c111c3b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6cbe83da (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3bfb7b0 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@d4df403 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3867051f (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@705a2141 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57bc5338 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a7c0e2b (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76d64610 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75110207 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6578d988 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d74202d (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@eb22650 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3453cea7 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@319ead1 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34926c16 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@209bce15 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42d3076a (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@131c64b6 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76babcb9 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8b626dd (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ee2e942 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4119cedc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c3b1ac5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77452753 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@385c1304 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b4f0d3b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@532b8f12 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f24b619 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d95c129 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1719fef1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9657e47 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dfa289e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e5f9133 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1af0039b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14504a86 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22a60758 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ba67f97 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@300f7771 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15847ac7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51a415a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@235b1eb2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49d4f943 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c63d732 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d464cf3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65d269e2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@211ea672 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53afa77f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e4c4040 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ba18dba (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59986363 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46d014e1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2914c80d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@895875e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58c0a2be (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1040900c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@128cc8aa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52ed4608 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15c51056 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6aa6de01 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@476137db (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fb34b21 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38707e96 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68570125 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1777456a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e78dc0b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@79d33f26 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7417bce7 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: Reorder, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1646635a (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18f2aa61 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@514bcd1c (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@110cf96c (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25d91dfe (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5030eb75 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@743238dc (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1edac374 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31c24d92 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b865a3e (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@167ab5e8 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1376d36c (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@140a1575 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f635d86 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@137055cc (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@333e0f0c (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47b0aea0 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57436625 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3bd641b0 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6a57caf2 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2a9b12de (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4fb0e3cb (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d4afa8 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@750b4d0b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5b90d9ec (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@66f8e449 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dd91c79 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25f49a86 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a8edbfa (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78a7d076 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@189812c6 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3549a681 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10b654f6 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@196bbfd9 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bf624ca (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10185df6 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@665635c4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1328c83f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bc98142 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d0d2ee1 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75610a20 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74a44422 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c5fdd37 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bf5df96 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@660e8f85 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65f53196 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@514ebb30 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@116cbd34 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b637963 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3338cc32 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57740df6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@655ab162 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36417113 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5110bfbe (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@730f4633 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f4af200 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79146f9a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63c88768 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a1036ae (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49d8f405 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d8f4d14 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3daa3546 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c80c7bd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3452a462 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e4bf3b4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38c4eefa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33611b34 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44b98294 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e52dca9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f91bb60 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d9c80b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@773bd2d2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12fca209 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@420da719 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a82cdd6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bf53b3c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a5a1bac (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b2f45c0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a41568e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3420929b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@629d8bf5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a8d3132 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@898b076 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2630b4f0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ec722da (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c58452 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d63a150 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51fea964 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@51eca96a (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationConstraintsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25f3fa6e (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60ae0a63 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54bd48e5 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2adbf810 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f535b04 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5540bb4a (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63bc18f (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55e71cfd (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1229dc07 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@255515de (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@62d88202 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5019d8b3 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@da72b14 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e5d712a (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60deceb6 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3619edcb (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56998449 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@645a6a90 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@f6038b8 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b4740da (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@749076d (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4da0ba (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36e03bfe (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@202e0e7f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cd682ee (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a4799fe (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d641f23 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4923a44d (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@266d2d2c (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bfa1d6 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a669dd4 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b312012 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ecc00e5 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6b8b259d (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24ec9ed6 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55db5e90 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5eada350 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@686259a (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17b6166d (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a183ba2 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53751da9 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18deeba1 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@449c1cc6 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27d06364 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43772680 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44fb083d (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@a3adecf (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45ce154b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27d5931a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23776744 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f64d22a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d6f876f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@543c4055 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f184365 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4007d888 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@245d9524 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e475c30 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@343a0711 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3218b116 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42eaee20 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bb5459 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c1100d9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48221db3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7530c989 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21e3b29a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f7b92f1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b9c1b59 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@437c88e2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ed369e1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14edf7e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15e8164b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c27711d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f04d133 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@174050de (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2114ba21 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@d1f4d2b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6e86f142 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationConstraintsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31dfd1fc (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a552135 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6300dbdc (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5763db3 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e9278d4 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@227f175f (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d8ad2a9 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68dbaf4a (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@441ed99a (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@48c4fea (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4fc9bade (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ed30ad6 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1f992ae4 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@730e8a56 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6576df71 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4949447e (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31cf0812 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5635799e (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2ab9b4f1 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f33256f (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5834b8e4 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@24b137c9 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5193d9b3 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bb87654 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f5956ff (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39605464 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@745d2911 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4358271 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@70c4b6be (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70747183 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40ebd8a7 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21498468 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a65219a (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@362272a5 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75fc3121 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63faa793 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bf66fda (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6864c13e (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b4b6894 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@18ba0e3a (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@753d1e75 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cd293f0 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67232fc2 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20ef632b (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@789bbb29 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cd1f661 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f0bf909 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@630ea3a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ca9f299 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59374dd8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ba3b78b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dfb3cd9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a35dc7b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@359970e1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@231d5412 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5719604 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14193956 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9fe75a4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55b4f242 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ec1a542 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e235be2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7618fa4c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60af5470 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e9e9158 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43cb1e95 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@df64368 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5626e3e2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10ccb30e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fd7aef9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69ad96fa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35b93a3b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74aec754 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a76ffd2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@491af5b3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37a0506 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68d1e154 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3b3e65a5 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationConstraintsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c5d60cc (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43453cb5 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b1e7a35 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f0e36c6 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57987ca0 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28f669 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@163e5d41 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64de410d (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d7f9719 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a669c1 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52031cbe (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e955b0e (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@b04ee54 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@686bab19 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58a07d82 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@743607e9 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25684f2b (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25d2c15a (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7dccfe4b (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@459fd11b (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49aa5a81 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@301c9197 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42c77f6b (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29e0c278 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48f49787 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47f0422d (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28f3a880 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@168213c3 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d95439d (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1803fc47 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ef11df3 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dc8c351 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d9fc599 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7ee4c4e6 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ed2aefa (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33c797a4 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ebe695f (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74f9c50d (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@350ab6de (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68029d42 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bdfbad9 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7db70025 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ec4863b (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aeda773 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a37fb27 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79dfe4d8 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1db386f1 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@397cc4fb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@628d713 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55afb2c3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71e41baa (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16d7f105 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18a51187 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68ffc0fb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e286c04 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c02bba0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b89b076 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bc473a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2763eee1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58e495ce (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e321134 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@271fe5cd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21c4bbd7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e4b5d28 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@587f04e5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d589e0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65ae738b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@305c2d6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e7e2716 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ed85a01 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26539974 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26d8628a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d9f8eca (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72c6387f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f565724 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7590aaab GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1e3981a3 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationConstraintsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e245ab6 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18253673 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ac3884d (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@655a4c41 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11e2b592 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50f4db6e (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@436c257 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6de34973 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@37b940fd (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@556a8de7 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a31987c (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@19764fef (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4e5d66d1 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33aa30ea (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e55b5b1 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@565e326c (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d19d753 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d59cf21 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@66160f1c (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36496b07 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e07c2ce (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@444e3c2 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cc167bd (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@197580ad (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cb86543 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ab09df5 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fb9636b (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ff9a354 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52aa3716 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@612fc388 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dcc756f (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6707d49e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50dde549 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d6ed063 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cbdae77 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a357914 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78057687 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7223c201 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1cdb8629 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@11f3e95f (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@da9bffb (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@398cf1ab (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@505562f5 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@575ab3c6 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@334d8f37 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bdfa7cd (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b09fb (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8e09217 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69d876b8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f066fdd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ca03a8a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@225bfac1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4067e19f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2639ee90 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@446da119 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@101cd661 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3166970b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43f2ae30 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60d24dc7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@aa1e232 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@290f0fba (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47123334 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54a94e9c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42a32ed3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e1903d0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7edc553f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52dd72e1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@560e1ea0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59e3d298 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@240ffebd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1349fa5c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@606a4a3a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@560e6549 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23b1a1fe (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d032f6f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f4f50f3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@360c4b41 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationConstraintsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a0bb1ab (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e7c3af9 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a7e2c34 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61069d2a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bb701d0 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@226fc81b (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f8b0641 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c65c58f (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1a389955 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@258659ae (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5f68231f (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1fadbf80 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@732b278f (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@757a496d (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@220eba4c (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1baaabb2 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6786b659 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d5618ce (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38247a02 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a806379 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1aa3a4c (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7988820e (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@144bb016 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29aab042 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c4c13a1 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@734b5ad3 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3097055f (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b35a96e (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d9e0a16 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fcefe7a (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7602bfc6 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f393dda (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5249cc2e (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@752a5519 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f9d8517 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5440824f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45a77bb2 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1afef214 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14721fdb (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e433864 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@295a7e38 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@582a888f (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29906b2a (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16c0e25b (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@619e5720 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1745f9a8 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bc4553 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7de5a097 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28cedd36 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70047d53 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f2cadff (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@eebf314 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f60fd7a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dc8dce4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c1b4f94 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@94727a8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d78ccdb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@612ac0bf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2849b33a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b62205d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c6512a2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4941c74e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a7f41b8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f15a067 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13aa2c32 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70c96116 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17fdd499 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c1b00df (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11fb52ec (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d56ddb7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cd56783 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b42ca4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b29128 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53fd70e8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@261e2706 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5941c8ce GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3db1707 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationConstraintsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@134c56ae (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3116796d (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6aae2367 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69d5d3be (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f6be6f7 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c2333d4 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b3c4fea (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15c93cfe (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ba24f9f (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@69943d64 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@185af917 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@752ab511 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@73d2e0e (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a551340 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42c0d9e1 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1653e9c1 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@676d0bc7 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a2f1833 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49db1e78 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b270f8d (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c1d07bb (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79051529 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d5dda7a (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12e3dca2 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19181156 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@406e2b9d (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@507a7b83 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e7d33f1 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1db8759d (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@230f7b2 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dfbd067 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f13274e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dfc0511 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a616a4 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5116e9bf (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7969e8bb (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a399794 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72edd2a7 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45d15dcf (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@48a2d19e (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ffdb051 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ebd4d2f (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3051ad2e (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@111f684b (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@211efb30 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a0acd6 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fee1522 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2004cdb2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@340024d1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a1517d1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1184827d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33cdc943 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59a2c800 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29a42eb9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70609cc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d881a94 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8c065d4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ff2733f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@141389c3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28384d09 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49d864df (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c8a90cb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44333ff9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f7043fe (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@105251a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33619812 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@362e67d2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c5c0621 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@92dbbb0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b44ca5a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50771551 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@727f6cbf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d263d11 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2294989a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f78aa00 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3e1a38ee GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6913257f (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationConstraintsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c176ae9 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@126a8d63 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62a26a8c (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d959686 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12735eca (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@775d37a2 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75f2e325 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77f8e026 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2ca23dc (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@50b125c (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3622ae04 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22f56c6e (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@336b93f9 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@599c661 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5df7dc44 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ef5e50f (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57206310 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@650c6c1f (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a939f68 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6abeeafb (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54895705 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@48f77128 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@131152b4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76cec768 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b47053c (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43322757 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a04fb75 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20b43085 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e5b1c48 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8610074 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77840808 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53c9c4fb (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d9fde1d (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63384dc3 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c5b261b (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c6feae8 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56fe0d7f (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74b5226e (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4619c81c (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@46896822 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b2fbf02 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@314427c5 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55766642 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48ec5384 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cb3bfed (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51479a8e (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53f52983 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e3b5e15 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bbc7b5f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@312394a2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a572339 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fe8d013 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c567ddc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@477eb654 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@536eec6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2967dea3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@226c83c0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42c5a3e9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@600d94b8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b92f0e4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a456bd8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64433050 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2319a0f7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1af93a1f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d0739e6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32dbd86f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c52f9af (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e59a202 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fb7bed1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@624a5902 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13ab4202 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a67a54 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@439738d8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62c7e47 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1da5bb29 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1a0df3e6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3e99b68b (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationConstraintsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2900fb0c (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@321986e6 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@414753c0 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5fdb3187 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15e24c7e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d3cb908 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7370ad80 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@258ea252 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@69ea9b36 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@97db946 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6a3d0a70 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@fb2cad0 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54e4a06f (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c59ab9 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@682d744e (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3fbfadbf (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@507a48d9 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@572f4be5 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16172c9 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a5e971 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49935608 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@585d691 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cfec545 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1687eb42 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66661fce (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b58d5cf (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2eecdefb (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@422c11a1 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@48cb0f24 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3834134e (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6478368d (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bb599e1 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c89a10f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@705a7e40 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b42c459 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@449c654a (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c70f559 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34818090 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@725384b0 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@25af9940 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ef861a0 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19067077 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f234291 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5587757e (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b92fecb (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aec9f9d (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@637a637e (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d3fd0cb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45b10743 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6339eb6e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6aa2b54b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5570d3e8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dc4869d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10de8248 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c3e6929 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a759fcc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a64e2a8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73b51d9e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e8c170 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d7ac474 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@499a678c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c3606a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4da06055 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ae9d961 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64ce27a2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16aee679 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b844712 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f6cac3b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3614459 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@735598bb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@308cf61c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50c52d96 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32e7b19f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d081582 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59ac588c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2a0c411b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6e1ab291 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationObservationsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57a7dbcd (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e627576 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65d7ca11 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2dbe67c8 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@86bfe72 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ff331cc (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@114b823c (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@403dfe3d (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59782c48 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16898976 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@69705709 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@11a6d43e (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ff9c392 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66525322 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65c40b7 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ae1e70a (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4976091d (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ab152ab (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77d19ed9 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d070c73 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38fcfb26 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@122b7d49 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@144f5419 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@608f63f5 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40c9c7c1 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f1f39be (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53b71e45 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c695561 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@af4b7a6 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46a5759a (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cab3557 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58a90646 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bcd2556 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1f275e23 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@291af3c (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3470b00 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@80287b6 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41805610 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@133b4f5 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@b14eabe (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d728eb5 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bfb8bb0 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f996211 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53d5d475 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77d79797 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@266fbedc (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3978a69e (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2be3ac0d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@537d22d9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f9750c9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5773edaf (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f5bcab4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46ceb1f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a162a1d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e2a4007 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66b60a68 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3838f51c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dfe2f2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6122518b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3348c46c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b5bbe80 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@319c38c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d044b9e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b5be51f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33c2efb2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3becb3de (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7baac468 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4482f044 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64530787 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f0be1e6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5087ce53 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68975b10 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d1ebfca (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c4d083e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ffb3625 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@174bac53 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2aebb997 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationObservationsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@369ead00 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30b36270 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@476352f0 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34a9d5f9 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e459d30 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76e46618 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72959729 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45310a3b (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4dd74b29 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3faa82e2 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@269ad934 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c76c7d (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@244a7ad0 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@662a815a (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75f9358b (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@479a3716 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51e77671 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@275b441c (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1a6ed08b (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71f0e21b (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fb48642 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63989904 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60d3cc0e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64520bde (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b3518b7 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a5bb136 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@324a5707 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16d46c86 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75ba5f25 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@610fb2e4 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7da9649d (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32ac09ab (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fc4558c (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@288a4bc2 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64dde894 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ffa1c3a (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8307d64 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a4d5fc6 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b787f7d (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@511e6bd4 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ff4529e (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f4f277b (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@508f389b (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ea81aa8 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@464029bc (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@712f6a33 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d49f662 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3de853b6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d52e7d2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e194e60 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54f03125 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b33dced (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@227c9d61 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@662439e2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71f1f628 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e392a8a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61c40115 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b93392 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ecb4afb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@be819cf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45975793 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f9ca9d0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@533b36b8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@287e4867 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@184d14e6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dcfb94f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c0325c1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c96dfcb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a58cb34 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b063304 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69c9796a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@545dc1fd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@416f7432 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25284c63 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53709914 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2c1ccd6f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3558ce28 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationObservationsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c7148c7 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1174fcc (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72cdf848 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e912687 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@621d2723 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49311d37 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@39911ff4 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7794f506 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2131d258 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@31179844 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d903a52 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@70da029d (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2201db63 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d12e695 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17df5b21 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@50d316c3 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5144f03c (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36dc5a1a (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3223a03f (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7be9c92d (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a7b696f (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2cca9a9e (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28c85cf6 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aa04415 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34140d5d (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a80e71a (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55a7b9e5 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78040fde (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e8b7911 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ebf1e40 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@308162a9 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17db7bfb (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@195979da (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@428d1465 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e69b7fd (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@587888ae (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@593fa12a (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cb1dd37 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55a76d70 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7c2d1d96 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e570a01 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a328788 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a9a7b4a (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2db26d16 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e3c99aa (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31e33895 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66af35bf (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6889898f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bc1d8c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c95f21c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56df82d2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@446d5040 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@634b8c3b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18a5a800 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@495f82ae (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@330b7627 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@469ff083 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c9f854d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c2b932a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@309818f1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ebdf2fa (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@159edd93 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ed9ccc2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52af4950 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49b715a7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b5913f3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@704614ef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64673ccb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@725211e0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dc33264 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68195175 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d4fa835 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fb555bf (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35820c5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aef6599 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e97ce06 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6e641a2f (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationConstraintsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60761475 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1219a275 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ce2677b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d5c9177 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c323a52 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29655049 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@119815aa (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a54f3c5 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6848b6d6 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56345103 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a279830 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@74036a3c (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72e4aa19 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b32e443 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7292cf6a (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56c69e89 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@763ede56 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7565a4ef (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@232a87b8 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fe4b965 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@287cc806 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2c3215ab (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f9ba87d (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@494a26a0 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4adc56cc (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24d63afc (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29be977b (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c44609 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@78329b76 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19dc9c85 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4492676a (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6316213 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f416c51 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@46a099af (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53130080 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@393bf33a (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ea167bb (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6200c473 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@630c77bf (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a5d6c62 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b2e62cd (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c354afb (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28b4eb6e (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d3d5ca7 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75dc02ec (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@353eb0e8 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dc60010 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a4ee7a6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ab564f6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@511900eb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@574b45b8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@222c549 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77fd7871 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fc49e2e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ff528c7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17454529 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51863db0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fbcfea6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cfb30ae (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f07454a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8725d62 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b20581d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e3fbf8b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ce3da4f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ccc4ae3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56faa712 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ab36879 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11137b3d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b956523 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3872290a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f80a983 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73fc8557 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6346faeb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5caf44bb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66eeae90 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5017a52d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@76b74ddb (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationObservationsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7bb2545c (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a6d4b15 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76780016 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20eba91 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3874c344 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7667cec7 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@510ed004 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cd41fa8 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@640faeb3 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5656466f (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@58dc557b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@564c0c5c (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@62c8577c (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@512ae605 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a3a8aab (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@9af9c4e (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26f8d2d8 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@789ed05d (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@62436750 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71008307 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35451e2f (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71390147 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e47b4c7 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e452074 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6aa12eca (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73667c53 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5df0b955 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@275781e5 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@683392dc (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@314cf56f (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15150c1e (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cf186ba (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57b699b (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@488fd305 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@617e5f25 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@425e8293 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72011ebd (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14101f66 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b2c9f8c (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6a61494e (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8c5d2ba (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ad9b353 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c5eb766 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25fcd325 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@754a4c34 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@154e1ae7 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e6296ac (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37e259c7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@483ea302 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a01c77b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70d5b8ca (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d8a1e74 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fe7ecb3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73bd9048 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5492e521 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b9570f5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d43ec11 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fe06800 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@365b09b6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51be2730 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17cc3ffe (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@382acb82 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33a244a7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d11b538 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78310f05 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25a761fb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51f8abbd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@435aec90 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a4197ef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@87acbc2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a6de103 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46d334e3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a4d2493 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d6ec065 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f7a3e0e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4cf678f6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5f9051bc (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationObservationsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1cb0afbd (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e4606ba (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3306b77f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21e6a969 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78480d02 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42c6684c (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@267c84af (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12916e6e (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@215056ca (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a8124fc (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@337ec4b0 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2c845fe2 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49550c3b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dec1ca0 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@97c06f5 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@65b6c040 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71ec1133 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e321f0b (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@358b2d1c (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31fd0b25 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@113acce5 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@30f5843e (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3438dc6 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dc1ea97 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ef7cf08 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67c05e92 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71cb6bcb (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@445a5fe2 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22a73570 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8be7f36 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f0f3744 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14a4c1c4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f70338a (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d7fc221 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3026b1bd (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@181283cc (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@147aeed1 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a967ec8 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f3919c (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@41abebbc (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53d8899b (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12cabd9b (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63c729aa (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76945d0f (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ee7e931 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@642abece (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d78428a (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22f6099c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ce6ce46 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53549908 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@792e6b19 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f4e5055 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41b5941a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47a9cf8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3140ce50 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4464d60 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@91ad4ad (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dbabc4a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bc643ad (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bd309a4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27253440 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c68dfec (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28f0a7ba (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@171d3a7e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70bbbd99 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@512279f4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fb77b52 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e11d638 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66c834cd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@637f894a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67490561 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@343bb215 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c9ae27a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5430a6f8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f6a3c7f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@289103e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4a8c5dd7 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationObservationsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40161156 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1998a209 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31523608 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fa0ce85 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63d70b17 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32575f2a (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2afbb182 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ae0204 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7248285d (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4eece239 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a41efbd (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6499a10f (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@482436df (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e1ef2d8 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43bd08f6 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ffd3029 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ec7c7b6 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c93011c (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@446c9d1f (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1906a796 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c24c2b2 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1f8ce4b4 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7670ddbd (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29247a5f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4233481e (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22611651 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6587f285 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e3a6e41 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d449b0d (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16f5032b (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@811e29d (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b1ef815 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f76def1 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52880147 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@526871bb (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@534568b4 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a1ffed1 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ba14bfd (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42bb729f (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2f8bc7ae (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@310cadf (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37509d29 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@640ec64b (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43733347 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@652db83a (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51bb818f (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18025b74 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27eab382 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@606fa7d4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a3946bb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@234a1eb3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@707b1ea8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17fecdcd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b880aad (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@744fd02b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@681e7869 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49549ee1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@416453d0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@358e9c26 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f341bd8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76eae172 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e1d7902 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28342fa8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49ec7e7d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@331ec658 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@310d0e6d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ae677eb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b42b5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b81fa9a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35feb426 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@259b2a5f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ceb990 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2887bafe (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3732a768 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ad1e222 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@47e58932 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@64361f19 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationObservationsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f384f78 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41fa28ab (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15e0395a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29238898 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3818167a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@124b3d50 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@207af7e6 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@478e9f2a (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d31f4b5 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@28444628 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@530f787a (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@64025f65 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5aaf5d76 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2871478c (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8a8f2d (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c95251a (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b222781 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14e631f3 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@43c34fc7 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45a57718 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c0c472a (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d29e11 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@544d469d (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78b6c195 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bed53d3 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@108d5440 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56595d5c (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61c4caea (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@26528534 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25b1fc0e (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aea1cf (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b6df18d (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a044857 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5b0ec3f6 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45eea76f (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d97c8cf (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c6325ab (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1063555 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54dd9ad2 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b671487 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35239e39 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5002d3fe (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21daeccc (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@664f8081 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44cc8f1a (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@405ce300 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@579e5a33 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@efb3e3f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d0105ee (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4978258c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@426cd740 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a54c807 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41cf4730 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fc5caef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@431178c7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f8af172 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@573624ce (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4eb4d374 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a574a03 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c8a426f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21fce537 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4eea0fc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@506804a5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f7023c6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32023bba (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@da324c6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9d069a6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@165298a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c71510a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@919b020 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60360d93 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b2fc0dd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bec724a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@756581bd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7272e1ef (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@27cdf064 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@85cd295 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationConstraintsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b080538 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7ae2ff9f (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1444522c (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@140f011a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66e62e16 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55b9b3d2 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@327dff7f (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61101349 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@78d1f5f9 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@21673ea (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@76d4a07 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@493d83e8 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f8be603 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@247d6f4a (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25fab181 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@588059c1 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65c2e928 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@374d5102 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6b2e20a1 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@232eb7be (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2aba7f55 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c665e3d (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@256388d4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73a12629 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8eacde (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fd947f0 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d90e5e1 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7143fa4f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a885ef0 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14921fe (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2eff9876 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53f4e644 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ed87173 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@78958167 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46758e24 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50b14d7a (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a1ebc44 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@581afdb5 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@207b1f2b (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7a72a375 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@541bba6f (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f529b72 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59e3e1d1 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4377b8b6 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3014ae67 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c222c81 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42d1edb3 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44215e66 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16fe00be (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d500ff6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b06ce11 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@280d54f6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@463efecb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@479645b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43e1d463 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20458ecc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54bd0d56 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dd55cd7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c4caa7e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1aa3c8c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63528464 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18ac5517 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38c5021c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b032fa5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@467b0f08 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10fcd996 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b3d7cdc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f64449a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d091cbb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@240fae0e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74c6cf9c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d286789 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d6570b1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d7c7d9c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fb6b522 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@34e8ad5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@20c91b77 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationObservationsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54cb3809 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@32c9fe2e (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ab359a3 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@47a88271 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e184bb (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@454336b (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1a1ee14e (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@178c8410 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@20b56710 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f2a1730 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@47366e98 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e1a7414 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ef63dde (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50e90db9 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@534b385d (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@11b7bc4c (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c5e289 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7988aa9c (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e1ac3b (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6413883d (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69b2be83 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@11dc4513 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d70494a (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e203b23 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@352291c4 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f902d11 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aa81791 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42fe5c5f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4b5dd89 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@218a692a (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46deca16 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28c9ec03 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22800ce3 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@36971187 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16ed07b4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57829ad1 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6717fe4d (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38ce0d05 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10eecbeb (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68247c49 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f95f7a4 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32d395ed (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14b6889e (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a27465e (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@190ca2f7 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31fc99c6 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11eaf6a8 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29e71755 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a7103a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f9ec880 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12637aa3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@425610a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28a67205 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f057a03 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@323004c7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18f487e9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2187d533 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ebd05f0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57a412d9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a533e4a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c465679 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1886ce5c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40c31685 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73631eb9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@759455b9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@372b69dd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ca9481d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dd70bf7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bd65708 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1828dc57 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b3d284d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d5247d9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@217c1359 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49f8b93f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73d4e497 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@41a0449b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5e70c3 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: generalOrderingLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29f04919 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bacf702 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@588742dc (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f5fd367 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14f9c02b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3132cf00 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@27db5817 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44a25cb4 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@142e4bb9 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22eedc8d (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e89ea0a (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@51bf45e1 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71bd1cc (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e8aed5b (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@135cebb6 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5919c0a6 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c016753 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@564ce2cd (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4589ca3a (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@325d8d01 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46078958 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f166ce3 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c73108e (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e2f10f4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@568c5189 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@180812cc (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b925ef2 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74bf50f2 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59d2a4d9 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2ac80730 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@279110ee (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9ecc8e0 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c2e7319 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a0bdc9b (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52403c52 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@634b598e (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@335b2a67 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ed1e52d (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67284afd (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62a98319 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37b2e4bb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@447060c1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b775350 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68bb9007 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d98ca61 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1df92512 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@629d99cd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79b0ea66 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c6cc4b4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ae6fb52 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28420d65 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a12280d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fef2408 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e1a3d1b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2110f24f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@639789cf (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e9731e4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@508d1c7e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@416e74cd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@440f2af8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52f82081 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@136c14c9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6209fdde (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@461dcd78 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eea3548 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69dd9fc8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3848f30a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66d411e4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@37c3de35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4d673657 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: generalOrderingLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b0dd33b (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@161f4a81 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62be139b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e6d1af6 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b8080c2 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3bc947d6 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d2dce32 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7aeb98a2 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3405acdc (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@48cdfffc (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1a6e669f (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54e99bae (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1333eb84 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2db3de17 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ad3ad1c (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38fc8379 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53de1fc5 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34d23aac (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10d6f8fe (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@513203c9 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18420dc8 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@685be27a (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@341a2d75 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@427d060b (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@352c5e0a (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@37396527 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c64fc42 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12b0ab49 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ac4a386 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2b79b616 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d6f150a (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1178bf81 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@195fdb8c (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b432e90 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@548fbe29 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b4474f3 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9eed656 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c38662e (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dfa908c (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fdfdcda (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@318fea43 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9876873 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@121ddaf5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5445d920 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2152e082 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b74a17b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d9eaee4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7048e641 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e83814d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23aae863 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37811a07 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ce41c14 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ed7a38a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ba5d7bb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4806a3a2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2eba8c62 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2560cdd0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d975ad2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d48a111 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6370687a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@91ac090 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c9a770b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@137f77d6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ab77d5a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@171e9365 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bf986fe (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14195409 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ad85dfe (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@188539c6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@18c324cc (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: generalOrderingLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37dd2daf (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49d4355e (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48308dec (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@80d86df (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d57eb6e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@493b2801 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6060f6f1 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5553452c (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@43797845 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@242b13ed (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49b910a7 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@cea8761 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@495ef0f5 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c50c26f (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4995e1fb (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e80d0c2 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20929675 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d3de511 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76b4ffcc (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@647b2f1e (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@468bebab (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43ff5a40 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8a6e572 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e2c2502 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56d76799 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@27a47ab2 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a0727b1 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6da65674 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@280c64d0 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@64bd4215 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67870977 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13a5b132 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@121206d4 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7efab69d (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@641ea7ef (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27c0992 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7991ad19 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e587a9f (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@153a2eb7 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@383f98a7 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17f62866 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@565ef4f0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14d00e9e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23ef9d4b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71b9e9d4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bd844ef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f4182ce (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37a69a3e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@343242af (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c9714b8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bf6f191 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14638e77 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d44e450 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74ce3966 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ff9f4cf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4052a063 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27f6a1c3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@433cc9d2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a1ec39a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65eef82e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cfff421 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68bd0ade (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@711a34ad (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2808193 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47ed3669 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c6d552d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d9cb5e4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b21742 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@52f679c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@47ebc1b5 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationObservationsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77236b50 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37153c00 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e6aa53e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@354e1a03 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55015567 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bcb4870 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7953ad7d (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7547b99d (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@39f35917 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@690b0051 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72a7ac45 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4dd37ec3 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4bbf9c5c (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c0351bb (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fb24c8b (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e56ab8a (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e143045 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68bdcd9e (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@30aa5a2 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24d96318 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c3fa9b7 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e5e40f3 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36ff94dd (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3efd1d6a (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e5e185b (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71f0fb02 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b6eddf9 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18b19a84 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59e01bd5 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ed4a198 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4213d7ca (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38dbebc2 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56909168 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@273144ce (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ee4c01d (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7caff6fb (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35a9fbb9 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6458d388 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26110f90 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d5a26a7 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16c6e406 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@409729f8 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e11cb82 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f59b220 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c8a3ac2 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5618812 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e234d65 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b2d0c6d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52ad0e9c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34c5eefb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63534aed (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31cb95fd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56f9ddc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a4ca1c3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f7a08a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67c9a699 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29340c92 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@789d0ace (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@664d6694 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@eb57b98 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@442aa3f3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ccd9948 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48c6924a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c26ba11 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c692f33 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5596d2d0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34c7190d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45ae9fae (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a029846 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36c68f1f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@161f5a38 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38572ffb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46107e76 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3182c1cf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5226c35e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d454888 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@62071578 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: generalOrderingLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d7de5a9 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48a8d526 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12dea59e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71a1f7fe (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e59e12e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a1319c5 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3bc3cdad (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33ebdb (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b150c2b (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@774d7da1 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@26381a59 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6260b7d3 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4db8f2f8 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bcdb36b (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@698b81ea (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@617d9591 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@661b5f2d (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@40ec9796 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cdffd46 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7210950e (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@230d505d (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bde2974 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19c419a (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6216e97c (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54406fbe (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@72a8c3a2 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ef93aee (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8edf9b7 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@490d5ea4 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3a1b6661 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cc0b432 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7043edfd (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54f445dc (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21a56aee (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@493e5a87 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1416f1d4 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e2e6c9f (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3af1debd (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ff134a1 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dea1e44 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ad006cc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b1363bb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33c63a93 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fe6e69c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a801aa5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70b94323 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62c96240 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20b4cb34 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e83f663 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54c48cc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4535bf89 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50bd25de (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@332f4aa7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34622b8a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@112c953f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f6cfffa (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ebc0d2c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fde8d67 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c5758d2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a916bf8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3890170d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@659622da (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33e3b4e4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c72a571 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@741edbf0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1abab71b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dfcad2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bc594d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c34775e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6bead6da (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: generalOrderingLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49659086 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bd18588 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2630cc2e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61c7ac2c (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16801828 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31c178e2 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2c4d847d (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2718a488 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4c17af13 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@64a5fb52 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4b55d488 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e6d2617 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@41207548 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4f41b614 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@746fbb04 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7a62fdd5 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b79861a (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@23b9f469 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ff778bf (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@66c88f90 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4020ace4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cfbaefa (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d4aeb5f (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77abfcbf (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66141b60 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d37c21b (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@605a1739 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46635f93 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c0f4740 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@36207918 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33fb60b4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51e767d6 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7da1e593 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6eed1894 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6592fce6 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ee6fc5a (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@384234cf (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@204856fa (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3df1d62c (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d889fcd (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5daab81c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4698720f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f3d8b48 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27900e8f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bc7203 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28807e03 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ffc231e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26b431b5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5aa5556c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2792e164 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20e32032 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@741bf2ed (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f0d9902 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e77a803 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8263650 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37bf5501 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69a30736 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fed0201 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b4950dd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f7492d0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@395b1ea1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8f370d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@323cff2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46b6d015 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5794ed30 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28b99289 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41a1ef7d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fdd189e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3cbc57f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@540d2b8b (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: generalOrderingLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61de832b (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52a0cb1e (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f4cf3b2 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33dc9a7e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@715d6242 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@622f47c5 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2a7e980e (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b981d0 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5a361147 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53da62c6 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3378b83e (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5785aad0 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7aeac0ae (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@708fa67a (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ee9a2df (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@648badaa (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b1cca3c (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a6fed3 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a43034e (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@82a6e60 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a9785e7 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67d8795c (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4263fb3b (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2431370c (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aff4a14 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2224ee74 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ad6cbc1 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55895c42 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@223153ba (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d1287b7 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32fa9fbd (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46075d2 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7450489f (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@379b686b (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@51ed7b87 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73db11c (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6aeffb01 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8cf1b9 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e39631 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4251586 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74bc5951 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f9ada83 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ab192a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4efe412e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35bc2c58 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@304d885f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12fb7532 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3905e16d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6669241b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c0be06e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23113a96 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fb5f4c8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@455f8763 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aaa8ab4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c06edd0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8cdd383 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4518d9c4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b1ea3cc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e9489a1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e60363d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13cf2040 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72703255 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49abb826 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dc96c7e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3637d2f0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e258083 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fd1040b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67a03b3a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13008ec4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3be8901 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: generalOrderingLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61c4daef (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@141433a8 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@631546aa (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2597ea50 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a0752eb (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72746f12 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b8e2b16 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77ddb4a2 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7ffadaf9 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@150721b9 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5a1cbf8 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77ef70bc (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2abd862b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50ea2ef2 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@745110ae (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e932031 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66f79832 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13e3c280 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61cdf764 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@51098d1a (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f20fc69 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@663ac2bf (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fa80264 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3210a515 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5474f15a (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c4efbb4 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4169c04c (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51d775dd (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7667ab37 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d2e8597 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b3914d0 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@531f93d6 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6048ead8 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@360aa2d (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@31f32936 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34feb8f2 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5582f2ac (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24ccfb7f (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ec05974 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@347a65e4 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dea2284 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24c92041 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@150b506c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18be9004 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@492c59d6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f5a9036 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cb40644 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a7421ae (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ca388c9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@348f38ed (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f56d8fb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@289aeb9e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23ebfc0d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e834b7c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e0a1b12 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e78eb5a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b1f0884 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@233e5afd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c5f3363 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18479f52 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74a90765 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40c73d04 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2acc88c0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69a2e99b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@279644c4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e99e7da (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@afa4502 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2343a7d7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6efabaa3 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7eb665d4 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationObservationsLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@435f6a40 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a21675f (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67742f0a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cedde9a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@719ecad1 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1eaf61d9 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@97854fe (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@591a7f18 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1e1a302e (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e29c385 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@449df4c7 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56f0bdcc (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@62a171a5 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13d46b69 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c52e33a (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3040e0e4 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d24d33d (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10e28be4 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e41361d (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47396049 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4eadd5fc (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1e8ba8d0 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@483dafdb (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54d0abf9 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d125478 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f9d30f0 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ba9e315 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@768ab126 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@542fc760 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e1ac587 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e949fb9 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62e057d1 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@656a5df7 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1be90988 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5877bab2 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d2b41f4 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@505428dd (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78be66ea (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3905ed47 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1446a296 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5605b660 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@be32c54 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f2187cb (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3912dbe4 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@413fb291 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67117c6b (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25d0ae76 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@137704d2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d0c53e6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c79ef0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@483cabee (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45ec9cc7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d9e5488 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11b55c08 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dc9b7e5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6101a70a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78d6d0a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d2ddbed (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fc3a7b0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24187993 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@245c6368 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26b7af8e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77823a08 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3064afa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13fa862c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a68a065 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@728d9bf1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21588774 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bd46b5b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3da4df1b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77dccf1e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d075354 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ae7651a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aa72049 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75e753e4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@857b1bd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@132ebd85 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: generalOrderingLinksTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ce0de5e (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ca502df (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a815e5b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d1d27e9 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50f30553 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32d04485 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@12a621f6 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13ef3a29 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1a6f1189 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1be2c19 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@625d9727 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d1270bf (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5878dae8 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cc3d8fd (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42dd856f (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@8cea536 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d580096 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5cb15683 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@722b70d5 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@47a22850 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@587dad25 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dfdc9ba (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52acb687 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cdd1d7c (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d3a5ddc (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2ae6f921 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e74cd91 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6774e422 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8bd247c (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@11052c89 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2345a57 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e81c98f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@698acf0b (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e25e541 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54915d38 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6144d4d2 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d361953 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1af0c2a5 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71854f3f (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@513dcc2f (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a622fd0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a5ae906 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b21dfd8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ec5f0ea (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@688fec86 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29a40407 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11f01c4a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e41e513 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5df0ea52 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4606ea0c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38c40b97 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fe72230 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f28e146 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bc5bc26 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@df9e916 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d2eea50 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@759178f4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@296e610f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2850c6ea (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b88deef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ef4c114 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f5be843 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26b08ca (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bc1f6f9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32520ce8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6291524 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c8ac065 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e01ecf9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@458310de GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6c9ac02f (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6137bb50 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69fe788a (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@535f4622 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@656f013a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f4a1e3d (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25b3bc40 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d4c0ed5 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@26610cc5 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@47334e11 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7feddfd0 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58b999cc (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38bbce75 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d42ec15 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@302b6a66 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e88eda2 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@314c8578 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66638e9f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c5f8f20 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6b1a51c8 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2369814a (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c95d755 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e603a45 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d2d95b8 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d52e718 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74a35fed (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f33771d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69a71088 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bb59208 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@426361de (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cd988 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@460c176e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b793eaa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e6f2596 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17a0f879 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5eb9e789 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e001313 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5069df87 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@147c416 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c15c2a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2678af60 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f55a612 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11fd00ec (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5af5fe76 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54435d72 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1da35b48 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54af3862 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@81a0e02 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b5235c8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@751f4b15 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aa914c5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61c5ef0a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bdc09a2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ad226d6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@429c3856 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@250f81a6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3ab3eff4 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48a4d4f6 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@769a6d72 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58913257 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4048efcc (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@148b76c2 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@318b6039 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@363acf4b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22ce535e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f461247 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4306b78a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@15ea2340 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@37c76bd9 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@70cbdffa (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49c4faa4 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c6d170f (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d501e (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38e0c33c (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@556556a7 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b74ea70 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31db2c66 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5885c370 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f60ac26 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@24e01cc1 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@154f5cd5 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c42af6 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@265015f9 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12638e37 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23b9806d (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e8466a5 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53355ebb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@201bd57c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f2b434 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@247134ac (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cb7733a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31dd2331 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46018372 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c07a6e8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c76b779 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dcadbe8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@435ee281 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54d900b0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78fb6b98 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4352c69b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@110c900c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10ef576c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@268f8029 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@879bd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59ee4261 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48d5f511 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62005a26 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61ba36f2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59712769 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cdec9d4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@94f580c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18952781 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c29e54f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49093668 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18e909e0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f941518 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3fa2d934 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67b145e5 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62611cd1 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@628f22ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5bac8034 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e1c62e2 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42208904 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7db21c54 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16467c64 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c9342c9 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@790bfff2 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ee1b0c2 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@790f4090 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@8e7e478 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@265b9931 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48b60d49 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1732d0bd (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@581d4a5b (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c7a9262 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27ec87d4 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a1c0efa (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@278f26e4 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1924c140 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@bcc61c8 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@195bea37 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c57fcce (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@593ccb32 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d47f62b (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@153d75b8 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4338b429 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75f06839 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74825048 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e5c8191 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1670542a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e389f88 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75d7f6f4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64994061 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2304a655 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ca86f82 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35fd2438 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13b08ee6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cfcbdbc (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d405e58 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d8ada98 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d9aa724 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3125f14c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15387ab0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fd096bb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4734b5f3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@418bf8a5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f3bcbe6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e7d10f8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12b3b4d9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5870ba02 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a237c3c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@667b57fe (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3884e354 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@139df6f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11ad8655 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@633cf042 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@31e29cad (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23bf6e1c (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e7c616a (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@646059d0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@789799b0 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37663af5 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@601cbe63 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2402e1c9 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7641fd03 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@29b59ca5 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c04fd8f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c1cacda (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@64cae418 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d50ce (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21fe700f (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@720c6e8d (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11017ba2 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c6f7cd9 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@597a43a6 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ceadc1 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a1af05e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4276c9ed (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6906df9 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16156b61 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16acd920 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fa7a75e (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9141f75 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dac7e3c (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d18fb8e (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@eee77de (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b2cc91f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5103ed97 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e0ae2a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fc0bd33 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@546543a1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@615e7751 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@572362da (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7af437ae (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7af67dbc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68427462 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fe3dc27 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@782e7cf (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68e71598 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a61b2f4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@193a6582 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7341202c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c01be1c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23b7b009 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b6f198b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43217501 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d17baa8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6eef0cd5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ae2590c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cde4e8b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17bbd022 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42381afb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3470687 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e11c3f6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@530cdb21 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cb6f78e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@67232836 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78a727fc (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e4270c5 (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6bb42365 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2c39739a (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e473ad7 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fbf6e00 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@687d69ce (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ae673fd (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72420e42 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3198fc6f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@690e8550 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7a899b3c (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7bd5c970 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6396fdc1 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55a79cf1 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55a687bd (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5518e4c5 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e02da1e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22c928b8 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12a43a41 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f30ef0b (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44fd44cf (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@f836b21 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4585933f (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@469fc6c2 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30f04296 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@705ad871 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2392ed31 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d84bfdb (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e712067 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27c73f27 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@431609f3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e453189 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16348f0f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47bef65f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f158fa9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@197e7d1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6361f23b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25aeb6a1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63aa7426 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2afdc838 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f0df90f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c61b9ec (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ebcb292 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@689250d9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@315ab599 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52baa2ce (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53c4dec4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dce1357 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d26cfe (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28a9f799 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a256318 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d227e70 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b9d1671 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e6907e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c4e2c8e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cff7b64 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f02ca7b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2eb0b305 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d6091b8 (visible: true, type: DurationConstraint_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16f7ef50 (visible: true, type: DurationConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64073e4e (visible: true, type: DurationConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7c46f342 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3c00d1f8 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40259f5e (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74b9fec3 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e0c6ebd (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66e97d15 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a6d0cde (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61ab7048 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c9001c1 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3347ee51 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@718304f5 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78e66d30 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@337d2e8c (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@406b1fc5 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5a7fb793 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cf84b9e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bfded18 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f8d40f6 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43c365ef (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3fb17255 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5b509cc0 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65dac951 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57e1eb8f (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@171fbb24 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c828f2f (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1805c2f5 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@162441dc (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60b92300 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@501cbca7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27af5549 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65722211 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d91601f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a602881 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48204f4a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ec5f353 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25e6d51c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11d47959 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78ca57b8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6606c040 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b3b90ce (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72db635d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a066b14 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3da37542 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11c3b407 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4537dac (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1901ce6f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c9f1ffc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c27da91 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3524667b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dd9ba15 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27b01bc9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70d9c7ac (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dfe959f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73f3afff (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ff944d5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22f0ff4f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ab77532 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@24309557 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37c6e516 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d48eec8 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@25602718 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@dcf5ccd (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@c2f281a (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d71d23e (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7aafde69 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6aa58182 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76c4b270 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b2427c4 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48382585 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59746748 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2c15b4cc (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7783b8b9 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ac8599e (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21beb0ae (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d81bb6d (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29627d61 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e2fa17c (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60ad69dc (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65f6339d (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d71e70c (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4d04ffab (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a0894d6 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42121179 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b1b9099 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@422e3c87 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7343d7ab (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@603f5eaf (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17dda290 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ad645ae (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5631cf96 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3064eb13 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@765e1279 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d32be23 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28a97a44 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4356826 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52751de7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40910621 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@464c6bde (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a63ad49 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bf79f2f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b27492f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f67c9b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74c84a7f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7089911b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@183153f1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18ff0f36 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e5662f6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fe4ac9e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bf01a5d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e16c439 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42a7ee79 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fba6ac1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ef469c4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f6cca7f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f08eedb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aede5c7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@797e4a30 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6b42536c (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@407b943c (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e32cd27 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@647f2b2a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3c85dca8 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5929e666 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3dd09561 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fa26eef (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@717d8c83 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3411b6dc (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34435ddb (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3889d55e (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@58a0f00d (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@10a2a04a (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f9e462d (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6668371 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@752d3b42 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c9040bd (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35bd8902 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3798a6af (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@738477b4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6709c9ee (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76dd4ac4 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7eb5b49e (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@362073ea (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5016a96d (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44efcaf5 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66509460 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f7cd79c (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3159bfaa (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71e37d5e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42759ba6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@177c5821 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39775222 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d59963c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d6892bd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31f252cd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@746c6d57 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e2aff04 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@599fbfde (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@720e9aad (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cff69ea (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fff8608 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7564a4ce (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@259b7c26 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dc84201 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@698b8653 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f33258e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ca3ed61 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@226d3435 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48bf753a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66a79478 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3603dd76 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@542a3706 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f65f106 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14744245 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f560658 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fea64e1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c21a4a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66af5974 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3298ed31 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fb43b39 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6403c292 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5bca250e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2c30f12c (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14f1b2bc (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49c71959 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62d528dc (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33f09667 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ce1fddd (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e567e63 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3254e7e0 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@57c34b49 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2eff00ba (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24cd64d0 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@12c6b5c (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f44146c (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3aa1c04b (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b4cbf6d (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@604f20bc (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d77c29e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c4fb5d (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@575b7bd9 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53eb5956 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47edff19 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30b78714 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@646b1fb1 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@441905ad (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5291fb3f (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62beedce (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60e92c7d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60d2efb4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c5ee54a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9fbe4db (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45025166 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e31aa0a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61c638b9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a7f8d97 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1431337a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@389e0e86 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30c17234 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60bdeb66 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54b8d4a5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6396ca17 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@404bd389 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6554812 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@597e2b12 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5998d8b6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@567642c2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6135c2e7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21ec55a8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@af9e5ef (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@219ea4a2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8dfe31e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7de3c0f0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5641bfb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12a9c73d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@103755c1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20defbfb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56aaef10 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@180c7aaf (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1955403e (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a0cec52 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b7889bc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@60a10e57 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33ac0cbf (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ee8dbed (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2653b7d1 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@8de6468 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c52642a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@661f89c8 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@23500aa (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3d033c3 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a83c4bf (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7cb5aa67 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d96393 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f82fe53 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@36a6cd15 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57681d95 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2923c3ed (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3498142a (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20494ffc (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1454e503 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2daac5e3 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b2a1e12 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@497e50c6 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57416e54 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c85da4f (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b554fd5 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13221da9 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78a3c1d0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b801ab4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49c6aab7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@218777ca (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4efe6256 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2aa2c622 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10d69701 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60b83020 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d796582 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@299059f9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ae9e04f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a0324d1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d3f6a57 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d77243f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@435931a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c27523 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c7d2e9f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b115760 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d5f0aa2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70c427f7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2499f987 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@584ccbd2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dc1de0f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4adcecfd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@226af773 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30ad6f4c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@286a88f8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41bf7821 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7687a5c5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49b5a687 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@b34eb70 (visible: true, type: DurationObservation_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@447dd685 (visible: true, type: DurationObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5504fed6 (visible: true, type: DurationObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@f9e1849 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@53b5cc8a (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35c94fe6 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7616220a (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bba71de (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e72c580 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7df0017 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22545707 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@780c13b2 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@736b58d4 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@410ac86d (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42a4ef5b (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ec22f4f (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b3f2740 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@662bb48e (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@191aa780 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5876b02c (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d9dab7d (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e55ce1e (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c6e0287 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4bb3f2e (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c33de71 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45c8060f (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4fd0480e (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@518b9a92 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@794171fe (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ca1d4ea (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41fb1c2d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@286accbe (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6706aeb2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a3d1aa1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45ebf921 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5acfc7ed (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12f0e6f7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ad9092 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@548d6434 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d562e5c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c7021c0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@794f374 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4936ad97 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34e2df8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a85b17 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d5267a0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b5a96ab (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a814ff3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e8b8be5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a33fbed (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3410f9b9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f672b65 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1abe8688 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c04637 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41f1f912 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@445f00de (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49233b69 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3951a97e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b15f11f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ff6c743 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@45536984 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7640b690 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c6a7d24 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@504da8dd (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5409cde0 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@562617a6 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b9046ff (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@871d1b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bb80bf8 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@221ba9e6 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@194b3f9b (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ee4a123 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1229152 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b8cea52 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4faee28c (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59928191 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7a67e148 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39168659 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6df228a2 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b8864ce (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50a93e2d (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a495a73 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@26e03f65 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6585f93f (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b131050 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6179981d (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@873fe1e (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4693fe47 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@141aae1a (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b9291b6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@81bdab6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d7db7af (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3627a4b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28b229a7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dd02564 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e9dd083 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d74fb79 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70c8c321 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57867ca (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21fe164 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9673425 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@85e22b6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e8b8101 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1912428e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42fe51a4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b176e23 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@706cd2d2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65421070 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e61de9a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@101685bb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@488b6a1b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60d8f080 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2976a067 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2addfa5c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38d27f3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5689da6b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@441d685a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17b1197d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4601a945 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e924cc0 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4135a481 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3a115f74 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@19f82f2f (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50cacf80 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c0218ab (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@145bd753 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63cdc3c9 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@131b7137 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a58b716 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a3d6fbf (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1d200c08 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@58fc0dd (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63d327b7 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76aade (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2576cd03 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@38f9064c (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a5a144f (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a577a07 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@358c4622 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@270405cb (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6eb53f56 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ad6e932 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1057f194 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13a9484 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78146278 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31b62e4c (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d4dc692 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2299a401 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ce78c0b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58b463e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52334618 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bee0e33 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2af51254 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27d1076c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33ee574e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a7d5d75 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@911529 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48ec569c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@114dc9b9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40f22387 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@291d1546 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8f14dd2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52163532 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45bf7e3c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3540851c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15afd4a8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b757094 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b163c7b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b8a396a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f1ac392 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31d5e403 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f696ccc (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d00e425 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76eb559b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@708ff16c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f23c10d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@316a24b7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65c17bfb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7941521c (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71c27186 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5b9b9a38 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3a7bb70f (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@655e0b15 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b06a864 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ca2bfc4 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e65f5a2 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79503a73 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b87cd30 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78c492e8 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52fb9fa9 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a9a60e1 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ee9a0b5 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@623b6d0 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4514f233 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6eb2adbd (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d14ffba (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c0c77a9 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77044eeb (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58cfdf75 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24162598 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@36c7227b (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@692070de (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39ff61bf (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70a63e49 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37716ad4 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42cc33e5 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d5314c4 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13d7c4f4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@137cdf8a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fe10ee3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10b626e4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67fd60f8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42241ff8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67fae463 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@754e9824 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66f40717 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68da3b31 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48c8acf3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b842756 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7485f1bf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62a44caa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5be36815 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67e5dce4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f6f2260 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18933490 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d879b9d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@262f0d1d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e00c112 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58ed0b91 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@548a3a67 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28b1c809 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f4b2e34 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30b13010 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7103b58e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c7be3a0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b2db1cc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f1d0d94 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59a557c5 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42363d40 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5e2e9047 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@233edc03 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: durationLinksCreation, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dc34f26 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@701a0a5e (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25110e9a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4eed16da (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f0ae896 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@337c7317 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67dee6de (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7e6272c9 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e1b048 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b9258cc (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5852f2a8 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@362819fe (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@490865dd (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d049617 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a6db336 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d3ca7f3 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4854a3ae (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71cd2587 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4f19310b (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c640022 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bdb5045 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f44e2bb (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32ea22fd (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15350786 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5f4836de (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43d462e3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74dbef23 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@97e0f7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39280d71 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6272c18b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32982741 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ec7e84f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3361da44 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a6bf327 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f6871c5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14eac2a0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@770a4ffe (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dc4b833 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46a5f8fe (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@413e1bc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78978958 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@787d21ca (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@431a63c5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e889b18 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b3bdf87 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@346d13b4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@196495ed (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c9dc41b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13de6a29 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30624ef8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@661b7c0f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@412d1962 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73f52b03 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d5ae554 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7de6b501 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@27b83bb1 (visible: true, type: GeneralOrdering_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73668f04 (visible: true, type: GeneralOrdering_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5a3f0ce6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5900e42a (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bb5ed78 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a1553bf (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34eacb63 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c241b3 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6feec950 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a92a441 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74ad4115 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2d82edff (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5ccc80ab (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@24ed62dd (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66743c0 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60f2f86c (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@150aa7f6 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4e8bbc39 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@14e26039 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f61193b (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d9daa2b (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@143cfe8e (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@556ccb02 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e76322f (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22311911 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ec06df1 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13aae021 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@15226310 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b6a0c57 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f392588 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18049f6f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51f52068 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b156a4c (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74d7c16d (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75dc83fd (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57fe9486 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26a30bbb (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@33083c7 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@728cd252 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2896ff43 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c1528e (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b6bbfc5 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f826dd5 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ed4f8e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5285f4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@308c515b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@203a4c90 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b3df4e7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34226300 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@213e1c97 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1def46af (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a85801f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@208f6a1b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44532eb3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6217fc38 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28ec7748 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@670563 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c055f28 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@431ea020 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69ccce28 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15b5ab7d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9fb7f0b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@432dbe87 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b1ff333 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24e09716 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@781ab577 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d6b48ba (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@107ffa1d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b93b9b1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d7a28ef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47a65a65 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6daacb79 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@321977a2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72021da2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@330626a8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2395b0ec (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a2cecf9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5595537b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ce3c78a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c528c56 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@142a951e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d6797c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@41a23159 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b6c5a9e (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23970fbb (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73efda69 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16ad3aeb (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3368aece (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e21216f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c0e6cbd (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@761e5eb9 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@9fd76b7 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4d48792c (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44997b0 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9e877b1 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@23b08b88 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3cb5eae0 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@387b47c3 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4292d9c9 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d3a3df3 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26b7c15e (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bceb267 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5eb71612 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a29b8d1 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45de86e8 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40bca273 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@74659704 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@8ea5642 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@364ef4ae (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@363eb1a9 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cfde7a5 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b4fba9d (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7319b83e (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52a7fd79 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44cb8bd5 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@795a9a9d (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51b5d55 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16b2b87 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cc89497 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8d9d41e (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d23748f (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64bf4d22 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a51a319 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11f91c69 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5660cf49 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bc31f8e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30f9f19 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23c9f625 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29f0324f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dbc0725 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c049369 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a091010 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f41866 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64218dd9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3963a7c3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@675412ea (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c273509 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4628645 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38223e48 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@608b85ce (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5878cd21 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65ce4c3d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64b2ba8b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a14d0f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43caa49a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d070b3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a11a962 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bc787b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b11bb53 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d925f9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7da6f594 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@774f9d54 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43d0a427 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42a738a0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50fc8d6b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a6720e2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24caa61a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@261e8bda (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@455a36b7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fc18dff (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bc1a03c (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ec06bcb (visible: true, type: TimeObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d717993 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4e106ad7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@53dde740 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3297f297 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5def74f1 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61346feb (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@491b98f2 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b9e63e8 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7444dd97 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@102b8acd (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6616219e (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@33a2b535 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@78d5dae2 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a96398a (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c7a0e47 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@47ea33a5 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5cc1c168 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@76b743ae (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2053e3b8 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@735bafb0 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b2ee5a3 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16ca4cf5 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4476c531 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b1c8d31 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@640df013 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b076ab3 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5aa1cbbe (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@17c0b286 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@533f70ca (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@701bfd76 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b8bfca4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44489050 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39e80b36 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50cf73d2 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@445f8166 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@149d77fa (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@658f0843 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33acc041 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@538a6952 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38c8fba6 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6636be7 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30fa4ee0 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@124e8137 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a972656 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64e41101 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31c6aab9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@380e4411 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1daf44d4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c974ffa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67d1abff (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34fb1bf9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4065d835 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bf93ccf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34c458f6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68ba6bdd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a8a3fd0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d32b60a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45ca180c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eb2724f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72a9a894 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ab59c90 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2301d723 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e64ba67 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49679b90 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68f37dea (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b529771 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62b5b8b3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@120b5017 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ae3c534 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@296c58d1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26495792 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@634e9e6c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b8bea74 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30834511 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3694843f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cf8502 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f108de7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35a70b32 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23203fed (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60791e57 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1377379b (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71d70fca (visible: true, type: TimeObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@84cd427 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5d915e67 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1aee786f (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14e7b9c6 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30f33c3a (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5937174b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@409fb030 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24ffdb5e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e2a63c9 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45d3f2fb (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c357891 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5bdcfeeb (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b7d280e (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3661b599 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d16d460 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b2732c3 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@374039e9 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5f04d0ea (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e56804a (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68454c78 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44380b6b (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13796c42 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7162bedc (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4af820f6 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@adc953d (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27fbb9f6 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6fabec73 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7263935c (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10a4bb3b (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2578867a (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35aa7cb0 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b38988b (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3088dd4b (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e98c7b4 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b4bb0f8 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@442cdf3a (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51fd4244 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@739fb2ab (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6691c6c1 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c84790a (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51d8051f (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@535aed0c (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@320b6c11 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b8039f5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39ba84c2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@632dd815 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dafb377 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65be6921 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71f3acb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@408fe450 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@474ef9fc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17a42c6b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@330c5f42 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75ac45bb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b657f42 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4aff1126 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37600046 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f6e611b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ef36213 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dd2e1f0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32b4fc61 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21f58a11 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16670b75 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7557dc7d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@207bf560 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39d9f445 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@448f140e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@131dc2de (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c6c5bc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30d5c86 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e625e35 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6061d1dd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6febd25d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25871e14 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c53cbd3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23f17f2a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4907be23 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ba3d531 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@696c0d63 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49228bd4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48aa6d2d (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@591f940c (visible: true, type: TimeObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9ef4732 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6ae06be2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6cc3c773 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ef51e58 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58188201 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a122e2e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27de61bf (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c4dc452 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71c09b2f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13255d13 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@47776786 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71c5b2fe (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1a58eb43 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ff58d96 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64eccd33 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@25758eb7 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1255a54f (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2370c2a9 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6700e3be (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a404024 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6237299 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a3522ed (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@42f82744 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c8fd510 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49c6dcef (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58b90416 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1a60c49a (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a1b8d37 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@683aeda9 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c7a4b79 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14c6d5de (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56052695 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f551bc9 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74ddc51b (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4440141c (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d49729d (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31e7dd82 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a659b5b (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7695f6b4 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17cc14b1 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f7ac9b5 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4dd5431f (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34e4c816 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c8e488f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44dc6a05 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56d1b865 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7195dfb6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63c1dfdd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65c2f43f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@274d3f0a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b52dd34 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18daa8f1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2806a02c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@567df8ab (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42eccc92 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@231fc915 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@670a13a6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a7fd76 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60541122 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50a9420e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10cfe3ae (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c66a6e9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57875e6c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bb2a4e1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@519f284a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e2a4481 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bd1a00 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12e9f257 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3462b654 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d279313 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f188eb5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2acdc14e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e7bc431 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@512debb4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5057ca74 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75b6711a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27d572d4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16c2b53 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55ec3d0b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7532af0e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ef79aea (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5660e524 (visible: true, type: TimeObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f1573a1 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57107a71 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@443f0a25 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@367c1d99 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f5826c9 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38a6d25 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c859265 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@516c4810 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ab68fd8 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@661ed687 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@60e17379 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@8da6d9e (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@653a640f (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2085f2a (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@216a6106 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@336f72e0 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@671c2c47 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56164fdc (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6eefc812 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f60936e (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dbd9447 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@473d8e89 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2a311a7b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53e4b866 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68d75c38 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49b1cb2a (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3bce3782 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@12cc8a14 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@679f8842 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60f4c472 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b087406 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1650fc86 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e442cea (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42557cd5 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ebda445 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f7da784 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@530764b7 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a350c54 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c437cfc (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a95c65f (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@755cb2a0 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35402e5c (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@476c4e08 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66a74c37 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e5d8d24 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36ce86ce (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d500cf1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d2e7a5f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dd0698b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32901926 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21e30da4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79dde68e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47aaedc1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5008ec4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44aca284 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@614526b0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@754d0f4a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24a5178f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6232ad5b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f24f81f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@615f08b1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@745f9697 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@796565e4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@149775d3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36dd8402 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@555c8954 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fdc13f1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16a990d7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4975cfc0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b823780 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4580a6f3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76976af7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2612be58 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7643fb7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fffb9de (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a81738f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29614609 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27f60402 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74829067 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@748a3a61 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51338379 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cbbf5fa (visible: true, type: TimeObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dc0d339 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@11ad4793 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2724a8b5 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2af04f5f (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17e5c539 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1586b670 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72507120 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@186cc824 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76e69e33 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72c49de9 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@33f48cb6 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@646c81fa (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@62d85566 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6549da2c (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c6147d0 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@78017eae (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@12ded19d (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@43f37b80 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60c9f9fa (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@da3a34e (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e026d67 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ed51721 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@51cfa828 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d6fa830 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@361dcd2d (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c59b656 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b5c18b4 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@79a89431 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@790d811b (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@344ab85f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@577837eb (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a807c6 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20bb3fd0 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48a35caa (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fb5a535 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ad24a73 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@153a75ff (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@721119cf (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2715acfc (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10727e1 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@185ffb46 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39fa6ba8 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6662d924 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5899533f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b72ed89 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6964dfbb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f3a1d55 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60466a40 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@748e2d96 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@113225d1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aeb07e9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57d37832 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d0336a8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@548a1dc1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4be25edc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@124af0e5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4017c42 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dc2801 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@465b491a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3936c949 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b2355fa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bec1388 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7076fd7e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b0e95f3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25b0b063 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d5871b7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37a7c8cf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51cdc40f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d8fdb81 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a41dab7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c573820 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42107db4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@389ffbea (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@434c4112 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43049d7d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b32017e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1de59cd5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59b4561 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@625f3525 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dba7963 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@287c8738 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a2109db (visible: true, type: TimeObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34986a0b (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4472f9ea GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5ffe6e99 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f190a55 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fc813a1 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73ee3467 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6bc5a97d (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@63573a62 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3b1c95f4 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@341f0630 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7baf58be (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f99d1e1 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@27e1886f (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26833b58 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f30afca (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7a1c101c (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5129753e (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@20333787 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2feefc18 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@687cbefc (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67f15d6f (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5efc82c1 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@76d40d09 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@781e9e0a (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@94e8255 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@165751b0 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c3b8672 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@511e0f27 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2298574f (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d78f22c (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@88ef674 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30d59746 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b7f15c1 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fd0eb89 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3912259 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33b946a2 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30a4fde5 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52618b4d (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a815e86 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c9f50d0 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e339526 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@53e249e0 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27c88dd3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c2475c5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69ab8092 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14b009ff (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c0e83d3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@285093da (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6880ea60 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1575810e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52947b64 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d14f11a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@111344a6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16406dba (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a86dc15 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6abc892e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f0ae4b9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63b35c40 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6994c4b0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7492380 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9e0809 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c4aca62 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70e0ab70 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52c92460 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75794e5c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@236407d7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25f012ec (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9819ad0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f00572b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40fa772c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d5995fc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@689b3451 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fbda8c2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d5cf7fa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a6d4ad (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ae99197 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@779634d0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f1d1d25 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fa3b7a3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27fb60ae (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@192dd041 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d5a2ab7 (visible: true, type: TimeObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e72bac6 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d3d7441 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@ca8c970 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51339032 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c3d4659 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5614ffe7 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37040b11 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50aa1b99 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3669de6e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71f59a13 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5eb9ab2b (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3cee3338 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@37c57422 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@db8d180 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4aa0ee7d (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1fd48b2d (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@9c22f2d (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7b05574e (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@529212e9 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@459e67e9 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f87439a (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44554dfe (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@68b9cee6 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@569592f3 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@181fe533 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bd24ad9 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1bc0b14f (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@661d1a11 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7151fd61 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d3f2810 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3530f0 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@174dc2d5 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d683bd2 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4631bb06 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13a2b34 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56dc14a0 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24d854b4 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46b7e9ff (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46809460 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@535446e4 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@751b883 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28efe283 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49b3899d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a5a0472 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@576ca24 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1918132c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2174f7bd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d94769d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@502ce3f4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bd6603b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6872e2d2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ed5afa5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69ee29a7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@436f3e24 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a9d539b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@299036fd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1862a388 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5faa2714 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ad70e1e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f8ca1df (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ff4937 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7056d234 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27a3769c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@160184fc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69d3a569 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cc6689d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7caf1082 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33f370b5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64fa8f6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f572245 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d454dcc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51590a93 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e303eca (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78722145 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42ead77c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22e32573 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a270971 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6596035e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a0bab91 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c0d7940 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a61a854 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3290600d (visible: true, type: TimeObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dbd37c7 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@50e47ef0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@75b6ac07 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55413806 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@354dc323 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@755b8719 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4951af8e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@590de71a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@243dc324 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@228e7e14 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b0ff076 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a4e3a4 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3332f765 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e2434c1 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60574ad0 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1da40a91 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@26bc5658 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a80191b (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ff4d22c (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@484584a1 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e8e945b (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@712426fa (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@761beb7b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21b013d5 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@775c41ee (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@181563eb (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@23773966 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@66c9ad6d (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31574a3a (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bc3758e (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fb9c539 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34378e4f (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72e12f82 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@581d2ed0 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26513d0c (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@704ffe34 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ce6ecbd (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@584af492 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67eabaaa (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@574a6c1c (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a0db9b0 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b62eba6 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f35857d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@744665ee (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57bc6b6b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@330c3e51 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42cef08c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bc05503 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c8fadbe (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e0f07a4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47d90319 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b5f6cf0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c5fd22 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38714039 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17e68fb6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@324245eb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7947eb08 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11e14a35 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@db5bb74 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6810954c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5737eb9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78383297 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@baee011 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c63985a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e92c9be (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@374a8302 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a81823a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@347c2f1a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66790c16 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e592c71 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5321520c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@328e8db4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@da473e9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@256826ce (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d48d1ee (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c9dc08f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72feaa2d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52791a62 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20960100 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1869f142 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1353b8d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@442c451e (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49fc99f9 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@106b4f68 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36c9fcce (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69bbc606 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1583a868 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44fe5d79 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d828866 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@499b6720 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ca32f8d (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4c01890a (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73fdbf4c (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ca42a46 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5f6f42ab (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@23cf8d4 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@11082292 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5179c297 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c08b110 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@146bd5ee (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f224120 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6f54446a (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32616d82 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fbadd04 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4643cd65 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c4b4c10 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5b1521f7 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65496f73 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e579c38 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fa8b9ea (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61bb7ef6 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@712e35f7 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6169e0ee (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@161d0483 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35063018 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2336a3b1 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@902e100 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cc3f5e8 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b367128 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f2f039f (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dbd7e29 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6eeaba48 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1389ae54 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48b5c04c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b2feafe (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70d5aa69 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10c3dc4d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@311adbec (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f1d02f4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e119839 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b10cb93 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7492fe42 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15007632 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56a2aea8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f3f1df2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46cb8a0f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f117a1c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e4da493 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4710c4c0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d6537a8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48f5d00e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6578cb79 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75a6130c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2521ee51 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@168be84 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d1d7980 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@186c3bcf (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68c31c11 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56e7e662 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f9d7704 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a6f4dfe (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1473b94f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49c1cd5b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dbfb0f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@df6bd18 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65288f93 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41ee47b4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@152d3bde (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@348cd78c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6eac6d32 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@205b4ce5 (visible: true, type: TimeConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f8a4a3b (visible: true, type: TimeConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@709f0227 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@e2eabf5 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13f4f530 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1238e7c0 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69b28771 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@512141e3 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5102c307 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@679f500 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@794ddf8d (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54039368 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ff41b4f (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@a96068d (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b487e87 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fb5d6d2 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4d9879fe (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e611c3d (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6db525b3 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f505527 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d69c576 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f966c26 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a381a02 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@14264233 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@156a7f6f (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63a19cdd (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b623420 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@763abcbd (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71b7bd12 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b1376a8 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6591b05c (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c9e657d (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6627d731 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17a15ef6 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d33e380 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ca0c86 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4df877ee (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@64a5c71f (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6604f2ee (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b970f79 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3112c31d (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@537bb4ca (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cf7b0b0 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f517f46 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59acfc5b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b3dff15 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@538506af (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3658594c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d37275e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e5f74f0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c65dae6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7424808b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e60c9de (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@660638b9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5039ab20 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f2bc811 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67444622 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42f0ddec (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75542d98 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@719a2438 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@380f6ff0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1def61c2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f392a23 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@695908c6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@293dc7e2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d863668 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24e00016 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79d10f37 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18680c51 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eb25d23 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c5806a9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@468ebfa0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bc792a4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41de963f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d622523 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47a662a1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3af9cf8b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75ab90e7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@965967c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f2652ad (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@555c850c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c39b3f6 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66dcd551 (visible: true, type: TimeConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40dd7278 (visible: true, type: TimeConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@679b7615 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@25a0fdc9 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7979661d (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@22da39a7 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b6c680 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16d13f68 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20c68fff (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71b248d5 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@99e9651 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2acdadf5 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6eb6e58b (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e2b3ce6 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@455ac7f8 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ff8f52c (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1dc2063b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59b50428 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@13d5674d (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55507a95 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a298c51 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52fe974a (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68013de0 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@20320b88 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1eaae993 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@152f5c02 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fbdb657 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6b62241c (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5f4e62e8 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66ed2ec1 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68d0efe1 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@320ad9ce (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b0bdb1b (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@264af073 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41c6e784 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e532c98 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24990731 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6e21d460 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21a21bc4 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ef31e09 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b93b7db (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c5c9e3c (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@622ea1dd (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37c961ad (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3155e943 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e2d30c0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68dc1b68 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@472e1de6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47cd2924 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bfd2580 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74f7c65 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cd79088 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46333abd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43d33405 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39083fea (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@332b99e4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6386babb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5773a946 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@612fb33a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e376a73 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69ba2c44 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21ade880 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6666ddc5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2093e6c0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@473e1e7a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e091b06 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7044d3cb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6686b799 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@312ffdd9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@146514d5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e113014 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c2e7856 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11d66c4e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b2361fa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@552b8043 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30533a61 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@422af232 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c4c724b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58b099ba (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54d5529a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1593c050 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@36ce0fbd (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73b4c306 (visible: true, type: TimeConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47430d8c (visible: true, type: TimeConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1b13d1ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7c9393da (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dfd3cc3 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37de4a0d (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5733126f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f03bd88 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a9fb5fd (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1da22b30 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@67827e86 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@51cef04f (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22e9dd3d (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52b9a6da (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2756a68f (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aadacc8 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@c80d819 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5bc6909f (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@27f4bd19 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79ebf5de (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a716e9a (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@664ccca (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68608f4c (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29f9e599 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25fbaa1e (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67688d57 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@417e7998 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@636dfccc (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6ed77dc4 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@445e5836 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a386aa1 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@118a1bd4 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55420f82 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2600833b (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ba84acf (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2becb103 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@410b6e97 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@42ea49c6 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fa6d8c3 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@362409cb (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17785322 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d86aeb1 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3e03a43e (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60a7ec4a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@455f0c7b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1836f7cc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ed03e25 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72163828 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71328bce (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b45f8ad (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13517972 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12f839d6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44fd8bff (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18ffe24d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@701625ac (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69947e1c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23159a2f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fb4cc98 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26f1308d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@707cbaa2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20f59c62 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32dd3f42 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78bb846f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29546322 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ce7d824 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e72c8b4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@587aef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@441715e1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57c5c36b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b5738f4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@521a51f9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2aab4e59 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f9c465f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7628b832 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2166bbeb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75a0845c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d85a8ee (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a31595f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47fe7d62 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4204db23 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b24e4df (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24a7ef3e (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b09ab61 (visible: true, type: TimeConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a59a502 (visible: true, type: TimeConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@69f0981f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@44358cd8 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21f93991 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65befe37 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d85ed14 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d0f19ab (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@345a00cd (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31365955 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b27f972 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7bbd2f78 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5ab445c5 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1c819858 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2728e285 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76dc892b (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e0ad257 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@315ee33f (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@47108b82 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ac52d59 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1aabfeac (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6987cfa3 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58ba7c74 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@63d56651 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c9be87d (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60a4de2f (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74730a34 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1dae43de (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7543a73e (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@505ec913 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56734ff1 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7baf0ca6 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@594dbd36 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d79c209 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42d1d753 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@413db738 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8e81f58 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4efd846a (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50277d99 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1835776f (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@581751b8 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48c6980e (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18da97c6 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b10117b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41283f63 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12c3332 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b531ab2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a8da658 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c7cc911 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@697a4228 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74c8a6e5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58798eb9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76bfb0b2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d04e914 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73260437 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75522ef (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3157da98 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@619464a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@705af2be (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c27f6ac (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6759c2da (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5071b417 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f822f0e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19c1cd41 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a0c0a38 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42685393 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cc5f257 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65c6f4cb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f541642 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bf8c318 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2be061e9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@277a6c8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@174cc81d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2372b5b4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cba48b4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57d26779 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ac2f18a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c763701 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bbc7326 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a56d52 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19305b06 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@308899c2 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a55e7a7 (visible: true, type: TimeConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3701871c (visible: true, type: TimeConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3242e034 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@65184d87 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e26d3fa (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@26d9fa8e (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@18affa7 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@22ccc38d (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@590cbed1 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@323b3f47 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6eca7ea6 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2aa182d0 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2d294c7e (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7aedb4da (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6fb31492 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44b0153e (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@577aff80 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@322d0290 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@566d1a3a (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39fddec (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1beb6bbc (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7517d94d (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@412196c7 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5a97ba98 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@338fa1dc (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b8cd4e4 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e95ad10 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c667b46 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@78c0a6b0 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26fc5abd (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13f9c3f4 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@710ba086 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@480cf41e (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@eab0edc (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c704542 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27031252 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7807a321 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dce959b (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@297923c4 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77bf045a (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53866f29 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b317665 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c45cb12 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bb3105d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48603762 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c8bf7b0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62dcb75c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75bb284d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b5f9fd2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4004417e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e72fd8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77735d79 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7866b736 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b3f5229 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b2c2164 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10663dcf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@781148c1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a525ba5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40bc3046 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c728f36 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bbe8f9a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30b7a10a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@491f4026 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@375b13ca (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fa84a5d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79bcc49e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@495414ad (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@389203a1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@761afe0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f698d42 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@257f8e77 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26c209cd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@694c1d96 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73689f38 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c89af3f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16f10aa4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23055029 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6072c92f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35979cb6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b58f3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68f32454 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f6bf455 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@634be3e2 (visible: true, type: TimeConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76186a9e (visible: true, type: TimeConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@422984e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1ce98058 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52f82252 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@74f41bfe (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24cfae78 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2fdb1043 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@eb4c (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@46f16962 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2267c1cb (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@428b01ef (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@19afa1ee (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@53c8e9ff (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5acc298 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44da148b (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@60ef34a0 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d2ee0e7 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5b9d5dca (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f90364a (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24f32a58 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fc59ac7 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bbfa59b (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@20b1055a (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60214494 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3965032 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6db987f6 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5456cb23 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7fe2e393 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43cfc7c0 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@770d3cf8 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65a62726 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d2bbbfb (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d4d76d8 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@711424ee (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4657705c (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f999869 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6672f88 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c8e5174 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3724de5c (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3378b1f8 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ff49f7e (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48a31d23 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@132054ba (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d0931c2 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37203783 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b0654fc (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18c07777 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2322b283 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61054f9c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a9868ac (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1faab18b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c733cb5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77366c39 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57b88f80 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22eafaab (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65c32c7e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30967ac1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ef6b3a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4493985a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3818d957 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@156e49a9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b90f2af (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@550f332 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14b96733 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69b8235d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6036d3f7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4da90347 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@655c1d55 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@321741f0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a745faa (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2167647d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e2a6c2c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@372cef6c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2152bca3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a1188f5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@415b8d37 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@742c9651 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ddd483a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@360cb364 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fe540e6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37f75ecb (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c33a905 (visible: true, type: TimeConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5272de2c (visible: true, type: TimeConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2cb035a9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@76f6096b (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@851ef54 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27a56ada (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61de8214 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20b98208 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@172acf94 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bf89cc6 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48cfc592 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@544fae0a (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@bbbe48d (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5bd1d95f (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@56337023 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c583207 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@358d357 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1e4d0ace (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@699d7413 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37a8367e (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c00c6d (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a39c50f (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c90a7e5 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@32b6c07 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@708ca7a6 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a4d8bc0 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ccdec31 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6f4833c5 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@364ec461 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a6aaafe (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36fe61da (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@251af51f (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cd54039 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40235742 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1255d412 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42c594b7 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55581077 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@241be070 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46575375 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5557b6ba (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67cb0d68 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6eae6d68 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7eff3301 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62e84816 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62e081b4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a8cc712 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@707fb146 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bbbd31b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2029d0a1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8cb7830 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@92cd20e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ad434e0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a9ba4b8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c759b71 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@788e03ab (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ccd8a95 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f11f82e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63f79a6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d42df21 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e97d5e0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f249b06 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29f4403 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9d52600 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e1cd7dd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f048c9a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30d99bab (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7baac424 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43d8f4d2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e9f3fc7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b20eb68 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@750c492c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f5148e5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5df8e9eb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@700766d9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7240e623 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e3bef98 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37b4922d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1905684d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e76610f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ee92e52 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20fd048a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@517fbd2f (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b5e688 (visible: true, type: TimeConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@405bb500 (visible: true, type: TimeConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3d1b14a6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@15336790 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48b92be3 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45612fd8 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4b60df03 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76ad466d (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@364c30d7 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b76f00b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c301d8 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6869f63e (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4adf10fd (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5bdba700 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25a99ad0 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c7849eb (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2723c8ef (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1caa6bdd (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@415a0567 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6975fc80 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c5f833b (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b856ec9 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f693500 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4ee29415 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b5e45d7 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fcbca70 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b6fd0cc (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@710325d9 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@56073f9e (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@115aa43f (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@695b8b0d (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8e7f7f5 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7073472e (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e8c1e7c (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ece4708 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a25e4ff (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@384388c0 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a7b563b (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77599df0 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@383e9b2d (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5af1af70 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@595ef73b (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@771805ba (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58a19df0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dcbb422 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9b17ad8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ff93ab9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d9434a8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11a25b86 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@750c8e15 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5aa98f6f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fa2ab10 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6245da14 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ebc4919 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4420c464 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dc20a73 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@502a2d7b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40f6c14c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6eacc1fa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@224f29aa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@245dae9f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34db91d9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e90d542 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@676dda97 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48e7bea6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6145b795 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c93661b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d38c7e4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3decec6f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d7a7892 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b709417 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21bd3eee (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37b377c1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@dc19ef4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@641cebf8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34d939a7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fbd3e40 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b168020 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14d75b28 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e69bc6a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@747ea6b3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7c3d2a72 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@653a3bb0 (visible: true, type: TimeObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d90999e (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5c967db2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@638d8709 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7269e21a (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29118df8 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@26abf21c (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@527fb942 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@295e0ae4 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4429a53f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68800495 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3bceb2b1 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22171e58 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@401d4193 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2ead0ce8 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@521ce60a (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1add86af (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@71a4df05 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6ff0b169 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a89c02 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2001ee15 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58a5abe5 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ffe4c34 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7bfb8bd7 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f0b73bc (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bcdc3bf (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@612fbca4 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@361554c3 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5240b438 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e3e0f1e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56f86df2 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f3af411 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6652bb02 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7162acb0 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45a58386 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13db0708 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28fe21b1 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a099eb5 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@521b4eac (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b6acc7f (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@98bbf0a (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a1550bd (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1214a420 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70eb882a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ab7f2bb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53d97cad (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22e37ef (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@363f465f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cf93152 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63d0e48d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2524983d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@679d4baa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5307003c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3106a71e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@744b6217 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43abdffd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61e80215 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a055c4a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d307b2d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f1e5481 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45fc406a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cd7ac83 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a87225c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44d21b77 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@620aecf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a0cb8a8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72c22f1a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5590491f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47924955 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3759775b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a566ffb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43e48ee2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ae0778e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b5322cf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25d410b4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58cd1856 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eb2f9cf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fd013f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@409a920e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5323d359 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33fc797c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31eb1caf (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5532dd16 (visible: true, type: TimeObservation_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5521ad7b (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4d7e792f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@515fc687 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@109a7313 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b3c12be (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44788aa0 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b3bcef0 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ee38839 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34c7d360 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c1f1f14 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6e4db874 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6f23daab (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f09a1fb (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1216d61f (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52d68689 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@cd17c52 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5eb146d2 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3932c4dd (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cd94379 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@569a8e73 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@768787ab (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b6f950b (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6204f6b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72550689 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1411ab54 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10d2be45 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@107dc9ab (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@170cc0de (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7385ebbc (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17e2bec8 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67696a33 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2608b236 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@479abb67 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23e6bd93 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16568332 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cd19146 (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@189c2d0a (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cd4a276 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39a30f95 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@740c58d2 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@448ad5b (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ac0c970 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@448587dc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76d6ff12 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77178c76 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@312522f3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c99ef7d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@651d1c94 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@be6fc57 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ccb2c05 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e2bc4c5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@502cd1fe (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a03eed0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dca158d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ee4566 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a2c9dab (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1df4e1d3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f06ab64 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3796d609 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2920fa27 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e8fb950 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9279f53 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67833903 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b417d88 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10bcb9fa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e92b040 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47a218e5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@169b2960 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41ab71a2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fca78dd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54de022a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55b72174 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12df2b79 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16bf3e10 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e982008 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29f18ab1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3993d6ca (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58ee35ed (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@641fc094 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72fb794d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d203e83 (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53e4b7b8 (visible: true, type: TimeConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72fd1ec (visible: true, type: TimeConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6826b1e4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@27707180 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: scenario, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25d8c4ee (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64c85295 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4010d3fd (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28b3022f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@640b2096 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@673891ae (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@fceb8ab (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6a35b812 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3e2a4ee8 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@566f140b (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b065ce0 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@598f1a8b (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7962d2ce (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f838911 (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@648e4c1 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ec002ef (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55c082bd (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@139eae06 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42a1189f (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59bf66b4 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17571e17 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76bb80e5 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3097df9 (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@609dc6ac (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@59dde906 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a792401 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dd4d496 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2da99462 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55ebe640 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bb6eb05 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d7becbe (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@663c7568 (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46ca06dd (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d690c9d (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55cddd0b (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c8ed035 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5363072b (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@87ea24a (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2184653d (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26d30b78 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74c39057 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43571b1b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@147dd9d0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d55cf14 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11e5a225 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62d0e8a4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24c99366 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d05a2d3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1715cb92 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d1963a5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@540eedad (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ca898b9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@122eb2f3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f1ee492 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63215077 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76e4102 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25c232bc (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4da66771 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e4e97ac (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59bc90af (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@484b5fae (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31681b87 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ceb9697 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54b49134 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ef526de (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f734fcb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c615d5e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d95f757 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fe0e2ed (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f57187 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@491f82e5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cac00e2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7672b953 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6755800f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@622daa52 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e4973e2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21131692 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1af7de4b (visible: true, type: TimeConstraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2505e537 (visible: true, type: TimeConstraint_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@396d982c (visible: true, type: TimeConstraint_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7083e97d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@52da8e91 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b490b30 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e9a30aa (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9159678 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a2779b0 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@171e42ab (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73fb55c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a28442d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b7b8c11 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76bd0a51 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37b74098 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1598e4d9 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@596118 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9249097 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5c3d1e7 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50067b70 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a68ee63 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a81c713 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@bbbafa7 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2017e54f (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ce25aca (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30d1b517 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@197e85a6 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24ba32e2 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@424a9b05 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@370b9468 (visible: true, type: ROW_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5662f228 (visible: true, type: ROW_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ce25aca (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@197e85a6 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3710c54 (visible: true, type: ROW_9, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38664740 (visible: true, type: ROW_9, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ed75a7e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b0d1cf9 (visible: true, type: ROW_9, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@414e0142 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@163ff40 (visible: true, type: ROW_9, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e4c6fd3 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1e22652c (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d017564 (visible: true, type: ROW_9, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35780ffd (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b950d31 (visible: true, type: ROW_9, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c6a32f6 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c188daa (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@735816c6 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3160e9e1 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6939fbd6 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4743d3ef (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c188daa (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14d3d325 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5424bbba (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2181b37 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21d03462 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e689286 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@637f1e02 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@701b9d1d (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ed7fc3a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19a1f3bc (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62dcefde (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@181a7711 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68299c07 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57c900a (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9402a91 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ff348a8 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eb6ec92 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14732d2 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7327fef6 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e05180a (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10bf1b7e (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3090956a (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f735c8a (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28fdc8b8 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27373d8 (visible: true, type: ROW_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@581f9042 (visible: true, type: ROW_8, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ff348a8 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3090956a (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7646c025 (visible: true, type: ROW_9, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d981232 (visible: true, type: ROW_9, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b270cae (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b9e0acb (visible: true, type: ROW_9, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17381f36 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ac95dd0 (visible: true, type: ROW_9, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f778bf2 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4791a95a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3be6e412 (visible: true, type: ROW_9, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60fd5f5e (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77e992 (visible: true, type: ROW_9, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23d37636 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34e8cdcf (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74b06c59 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68bb90e7 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e7983bd (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b5eed94 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@34e8cdcf (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46e2708e (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@227d0afd (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3afb239a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f3d751b (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dac521b (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@702b77ad (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8c83414 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b4e7e4a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@488d4334 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bf3b694 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79313e3 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bd3f0b1 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b975bc0 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c05a98b (visible: true, type: Message_DeleteNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@409b12de (visible: true, type: Message_DeleteStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f7a95 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ae436c1 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@493140fa (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b975bc0 (visible: true, type: Message_DeleteEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7974ce68 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cc05728 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@493140fa (visible: true, type: DestructionOccurrenceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3f0264d7 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@214433da (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26a1a51c (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75a1a215 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cdc8783 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@954ca20 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fd69d79 (visible: true, type: BehaviorExecutionSpecification_Behavior, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1775a9c3 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a1d2f43 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@954ca20 (visible: true, type: BehaviorExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dcd6dd2 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58235100 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@735da59a (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7893bdb3 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f906a8c (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21c43ff7 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6103ddd6 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55e33698 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5666d63e (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ada6dd1 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@55e33698 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69f700dd (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40dc7222 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66d0d1ed (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@627a6845 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9ba4b1a (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5591a50e (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ef0a037 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@66d0d1ed (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30db9ae4 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b54ded3 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63822894 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1da0193f (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f77865f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@55568765 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19324916 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23696633 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ca9f35e (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38f415a8 (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4bdcb364 (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@200ad437 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30e06cc7 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d0e7e8e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32879c92 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75f066b9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5631d1f3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1d45f284 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@357c6303 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@545f1c0d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b930cfd (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c28cba5 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@136e5ce (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@623e42ac (visible: true, type: CombinedFragment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7402df0b (visible: true, type: CombinedFragment_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44c54df8 (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cff4150 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c4d6328 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a556b6d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bf16d22 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1767c88f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2cf76dad (visible: true, type: InteractionOperand_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72b57722 (visible: true, type: InteractionOperand_Guard, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a3b49e4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e417afa (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f92e6e6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34031f0a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67254c62 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3e9299e7 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@28f5df91 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1883a1ff (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5fca37aa (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a9cc1af (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55cda199 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cae457f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a8ce323 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41edd33b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d6ea996 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e80e7ee (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e3b07a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50ce6dcf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6affb7d1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@656d35fc (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23b9e84b (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b399549 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e0d80a9 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3644b717 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@656d35fc (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27584c61 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56ebf37d (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@782578e1 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e26a412 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f9be470 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c180d11 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bab1fbd (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fc85b1 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2195979d (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@379b977 (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fc51187 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60d08f7f (visible: true, type: COLUMN_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@66b8a14a (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4459411 (visible: true, type: Message_CreateNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e6e6ee6 (visible: true, type: Message_CreateStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a8191d4 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78b59b7d (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@66b8a14a (visible: true, type: Message_CreateEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67bd8939 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@149fa5f5 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7eebd4a1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7cb0931e (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4bb6ab68 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a35acda (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21500217 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@348ee62e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@786e1331 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47787918 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20e6c8ed (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18644020 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6b5db05c (visible: true, type: Message_LostEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1020914b (visible: true, type: Message_LostNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63797403 (visible: true, type: Message_LostStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a1e2f3e (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49d3909c (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6b5db05c (visible: true, type: Message_LostEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40302675 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@220f3f76 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@276482f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@757a2ee5 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25f70308 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fe125c6 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@172805ec (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c29b7f9 (visible: true, type: Message_FoundEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ea797c4 (visible: true, type: Message_FoundNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60ba3324 (visible: true, type: Message_FoundStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4122ac3b (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c9bb219 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c29b7f9 (visible: true, type: Message_FoundEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15579093 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e36c4c9 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4510a0cc GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3ad33e1 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23e92d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14d5d0e0 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23e92d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72592e80 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23e92d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42ec5945 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23e92d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3330e1a6 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23e92d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@668fed8f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23e92d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@277e47f7 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23e92d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44930ea4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23e92d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d3c12cb (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23e92d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13835cd7 (visible: true, type: StateInvariant_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@23e92d82 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@29846772 (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1584638c (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@207ff847 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b51ec3 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7046837 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f7ecd2a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c92e7b4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@794a521 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ea8b014 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@50f8c4e0 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74534031 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d6018d2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2751249e (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62b33b3e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@640f394f (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@638d9d40 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@261a79d0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1411908d (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@546203d9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a17b24c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@52d1c1ea (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ee4e86c (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@710b199b (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dcbbd40 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@324c6d3d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@24ff4094 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bd03815 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d75c1bf (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72a4ba3 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37642445 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6237b00b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d4cf2f8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fb3d539 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cd6b300 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@423efe8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d25b5f9 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b506362 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2825d299 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dbcc56b (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e8f1935 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31c6ecda (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@551f3052 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34e6a1d0 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5861bd48 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@272cf267 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b78995e (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@217a4fc1 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@487a8786 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fb795a7 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@70cb4378 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79449ee6 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35fea217 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c932b58 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6233ea18 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1938a94c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73a7cfff (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@238dae8a (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@681929c8 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2377c8e8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70e019f8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a58e148 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44d196f (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65f27f12 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28b8683a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@495d6690 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e59e98e (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5db485c3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@85ffec2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@666c8a56 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fca91e9 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d148f1 (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ee6b15c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d6bf286 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17ed01f2 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69a60e69 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d79eff8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aa934ee (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@715bd6f8 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@21e2f091 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@221657aa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71df6b96 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1dbd5fe4 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ca9e9b8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7baa1d3c (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a8db6d1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cabe71 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16fdb72e (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45d16e80 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@575a045b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@43b565ea (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@767b2dbe (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@720504c5 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@395a59a1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@606dd6cd (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@191f3dcd (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56b0a038 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49bb263 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a856f45 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13177454 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7602920a (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3adedc8e (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55dacaed (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@155c7429 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c9807c4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@136ddaf0 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ac98461 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ea36c3 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@9c86271 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d2084fa (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b830671 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@136a2e94 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b8b0a47 (visible: true, type: Message_ReplyNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6de20a0a (visible: true, type: Message_ReplyStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4283deeb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e0a5c1d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@136a2e94 (visible: true, type: Message_ReplyEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3edaf46d (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f3af4e2 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6d6caec4 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4faf4884 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24907217 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d18c943 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1656fab4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@49c0e805 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@504cbd68 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d9efa1 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7385aabe (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73ee6efb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7109d288 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@309b43ba (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cd6df7d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6271199e (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59cc251b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45c3cbf8 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22f94363 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58dc6861 (visible: true, type: Message_SynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2deedf74 (visible: true, type: Message_SynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a7c732a (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4654b5f4 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22f94363 (visible: true, type: Message_SynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77d93068 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d6ba4ea (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7882a0d1 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@40b9704a (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43dc0a13 (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c5c51fa (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@964451 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@131a15cf (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b8bd4fb (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ed97fce (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cd7693c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1acba975 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@58f21a2b (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5256f483 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35b8faa1 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38e2e5e3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d00403d (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14340c9 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74a2992 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d754a69 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28258f42 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@248b1de6 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29ef817f (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64d784a1 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f1bf082 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59c71729 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@764bfe76 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6c5181bb (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@456cb1fa (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ba92714 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@608b319d (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b0a1939 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7bf2f84b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bad315c (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8cc6ce6 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14a0c7a2 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32d33aef (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a3cf81 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@303b974e (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cd8d541 (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52ccaf30 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73660fed (visible: true, type: ROW_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67338ba8 (visible: true, type: ROW_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4a436d9b (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aa24547 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@240cb614 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3271d6e5 (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bbfca8 (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69a9983f (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6712fa72 (visible: true, type: ROW_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7407f688 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f64fca4 (visible: true, type: ROW_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b8abd73 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ebebbd4 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@649c2e76 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cfc5816 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ccb8cca (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5833ebb3 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a4643ca (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78ea393a (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7000fd79 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6181e749 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77a8323c (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@197b03c9 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ea7f3aa (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b9f14e7 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4de6e2d (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a6a55e9 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7fa3e051 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e102072 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c2e1ac6 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5531b03 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77a9e8f2 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@120be7fb (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56b5352b (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@680e70ef (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8433632 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fdd1a31 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@45cad7d7 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57c5b700 (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60e7cd4b (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ee5fed4 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ee9b1f8 (visible: true, type: ROW_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16426e0e (visible: true, type: ROW_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6f28c313 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c4f3a22 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45081455 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d71144c (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76d8cadb (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77879c07 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@413b0f5e (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@263f1184 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@561e0a4b (visible: true, type: ROW_18, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31fd1999 (visible: true, type: ROW_18, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@77879c07 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e8cf762 (visible: true, type: ROW_20, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@450b4cd4 (visible: true, type: ROW_20, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@17828d06 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28e86834 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17c11e93 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74ffe7ea (visible: true, type: ROW_22, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d16461b (visible: true, type: ROW_22, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@842e874 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42c77281 (visible: true, type: ROW_24, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@105f0138 (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@138c6a6e (visible: true, type: ROW_24, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5372ed0d (visible: true, type: COLUMN_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dd131a8 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b6a3687 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f9ece16 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@721dcdcd (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5489e24 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e7852bd (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c6145d0 (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34f31fa1 (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e4b34ec (visible: true, type: ROW_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c8572df (visible: true, type: COLUMN_2, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@461806d7 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b84c649 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63bef4e6 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cf80531 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@728cc9a5 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4428cb5a (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b006ecf (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f4763ae (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@366e22f8 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d2516cb (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@66825be5 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6adbe597 (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c4d21a2 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@332811ad (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@559479f5 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@be7ca1e (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32667eb9 (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1289d68d (visible: true, type: ROW_12, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2bbb2eb2 (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ab3d4d4 (visible: true, type: ROW_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13a68d4 (visible: true, type: ROW_14, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@45aad156 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c85d99f (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7aa56a58 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c9840e3 (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29e17f80 (visible: true, type: ROW_16, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d10c3c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2d65c2cd (visible: true, type: PapyrusUMLSequenceDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6f390d4b (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4002be90 (visible: true, type: Interaction_SubfragmentCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a543ad4 (visible: true, type: GRILLING, mutable: true) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4e3624d8 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ffad80b (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f6811f5 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74a49eec (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cc48b4 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@80a3094 (visible: true, type: Lifeline_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cce1c4c (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@748dbe8e (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a67cff3 (visible: true, type: ROW_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@564b3e04 (visible: true, type: COLUMN_0, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65f5fe3e (visible: true, type: ActionExecutionSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b650251 (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68d8b2fb (visible: true, type: ROW_4, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7aedc3c2 (visible: true, type: Message_AsynchEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b972c0c (visible: true, type: Message_AsynchNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@543d2790 (visible: true, type: Message_AsynchStereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@383fca82 (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16d8477f (visible: true, type: ROW_6, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@49265708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@44b3f2e3 (visible: true, type: PapyrusUMLInteractionOverviewDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25097b43 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ec99d47 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38a734f (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@734b917 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67024f8b (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79c48925 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69a5eefb (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d14b5c5 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67eec370 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@133c3887 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@395696a3 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d0276ca (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@309eadfa (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@407ee1b1 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@725085ca (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2218c0d3 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5de9643 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@332a92f2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77ee5fa5 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45e28451 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@86fc84 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b4f34fe (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@795db099 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@55f896bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16a95ce9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@76b15697 (visible: true, type: PapyrusUMLInteractionOverviewDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@454f54a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14ca934b (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@454f54a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c65c24a (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@454f54a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f4c47ea (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@454f54a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33280532 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@454f54a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c6e2891 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@454f54a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dccf767 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@454f54a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d266911 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@454f54a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b3df151 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@454f54a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@619093f2 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@454f54a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@166d5ea2 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@454f54a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51eb8e10 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@454f54a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cbb4014 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@454f54a2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@55a5e513 (visible: true, type: PapyrusUMLInteractionOverviewDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37f816ac (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c966ddf (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a105d2 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a99538b (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@125a6f9c (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51f026cd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@139ddffd (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42bc0017 (visible: true, type: DecisionNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10da1238 (visible: true, type: DecisionNode_DecisionInputLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a0215e6 (visible: true, type: DecisionNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@58d4f742 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@139ddffd (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37535d67 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29eab878 (visible: true, type: DecisionNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68400263 (visible: true, type: DecisionNode_DecisionInputLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6cf87e10 (visible: true, type: DecisionNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64594128 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37535d67 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37535d67 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@139ddffd (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@139ddffd (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@139ddffd (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e9d365b (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d363764 (visible: true, type: DecisionNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c2c52dd (visible: true, type: DecisionNode_DecisionInputLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5888263b (visible: true, type: DecisionNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@407745c5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e9d365b (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13b91e69 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@306eed64 (visible: true, type: DecisionNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@83e77c1 (visible: true, type: DecisionNode_DecisionInputLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f433a60 (visible: true, type: DecisionNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49d660bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13b91e69 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@299fe947 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6b80c789 (visible: true, type: PapyrusUMLInteractionOverviewDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40d4c52a (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c5c8c08 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@553095d4 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b5c1fbc (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5eb316d3 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b28cf45 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b8b8922 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24f80a5 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@750dfee6 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@15fe62e7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b8b8922 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16708159 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@638f203b (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1069f159 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c88e84d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16708159 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16708159 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b8b8922 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b8b8922 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b8b8922 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@326f3da5 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20c4af64 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52bd4416 (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40a39ecd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@326f3da5 (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ae466de (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@794f1088 (visible: true, type: InitialNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d87cdae (visible: true, type: InitialNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@190c231d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ae466de (visible: true, type: InitialNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2b08bd1d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@70ba91d9 (visible: true, type: PapyrusUMLInteractionOverviewDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57ba1ca0 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e1b4f7a (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d29920c (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@97d68f (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@408ee041 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7142c548 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7463f966 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a3b6c9e (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@163e4ead (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7463f966 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1760cbda (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@387ac62 (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@565dbd26 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1760cbda (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1760cbda (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7463f966 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7463f966 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7463f966 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14b34123 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f1ca97 (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6997853a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14b34123 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b7a2da3 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d36c48 (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d0643c2 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b7a2da3 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58d560ba GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@607a3114 (visible: true, type: PapyrusUMLInteractionOverviewDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35e43e7d (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a5a38c5 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e26f1a7 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b0ac863 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@206d13af (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14dd6da5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40379d6f (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@767cb3a4 (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b2828f8 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40379d6f (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4090b88c (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a986cc9 (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ba7c8c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4090b88c (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4090b88c (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40379d6f (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40379d6f (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40379d6f (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@81b4b4d (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37ee7df9 (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@535471e6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@81b4b4d (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54f3ff66 (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@562c1d50 (visible: true, type: ConditionalNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@757d3aaa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@54f3ff66 (visible: true, type: ConditionalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@16cdf213 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7f83d361 (visible: true, type: PapyrusUMLInteractionOverviewDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2c19914b (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@146f676c (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@236ed269 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9a873f4 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b4093ae (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6be0af85 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32dffc07 (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@299df429 (visible: true, type: ForkNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1381f546 (visible: true, type: ForkNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@30c8a6c7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32dffc07 (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6978075a (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@415d5d04 (visible: true, type: ForkNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e3e21ae (visible: true, type: ForkNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a0be732 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6978075a (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6978075a (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32dffc07 (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32dffc07 (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@32dffc07 (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ad83709 (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f1c1d2e (visible: true, type: ForkNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16962d6f (visible: true, type: ForkNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@711cef77 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ad83709 (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10bf3e4c (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7762ce97 (visible: true, type: ForkNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@311519f (visible: true, type: ForkNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73519ae1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@10bf3e4c (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7717c568 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1c57cf66 (visible: true, type: PapyrusUMLInteractionOverviewDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5cd4b949 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f279f53 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bb684dc (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ca900cf (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64c9e4aa (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62e664c7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@222e3ef3 (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76fb3a34 (visible: true, type: MergeNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a884d62 (visible: true, type: MergeNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7017324e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@222e3ef3 (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c7854dd (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2380c00f (visible: true, type: MergeNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28876d2b (visible: true, type: MergeNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@332e3423 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c7854dd (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c7854dd (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@222e3ef3 (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@222e3ef3 (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@222e3ef3 (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ed90a9f (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@831fc6c (visible: true, type: MergeNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@601f750f (visible: true, type: MergeNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@620ce49b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4ed90a9f (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@686dd3f3 (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@600d0e70 (visible: true, type: MergeNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@276b2e24 (visible: true, type: MergeNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@214471dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@686dd3f3 (visible: true, type: MergeNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@567217cd GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5455fad1 (visible: true, type: PapyrusUMLInteractionOverviewDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77827a4b (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b5463b (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2994f5a9 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3975aa33 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44384b30 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3eea678a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cb1bbf (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49b09860 (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59e1405b (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@12dbeb67 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cb1bbf (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b914d86 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@130aeaff (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37e01a46 (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@71e3b400 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b914d86 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b914d86 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cb1bbf (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cb1bbf (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cb1bbf (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b8b7d42 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a6af97 (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4084b594 (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c53f117 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6b8b7d42 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f0dda47 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@773a8183 (visible: true, type: FlowFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fe17972 (visible: true, type: FlowFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b0e170b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2f0dda47 (visible: true, type: FlowFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b93443f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@54b41e90 (visible: true, type: PapyrusUMLInteractionOverviewDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71c4cfc9 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b9ea3d9 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@605a407b (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3034d24 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b3a874d (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e5bdef7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78fb3b0e (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5363c706 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4a1d2ee9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78fb3b0e (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7387ebf0 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bb0edf5 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ca84930 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7387ebf0 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7387ebf0 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78fb3b0e (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78fb3b0e (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@78fb3b0e (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44dd112e (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b6043ef (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a44a401 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44dd112e (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e8b6de5 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@623a575a (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d7760dd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e8b6de5 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31f28332 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@27dde11b (visible: true, type: PapyrusUMLInteractionOverviewDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74f2b0c2 (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@13e12d82 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b2f3d38 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@299f4458 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@658987f5 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5a891b3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@704a524 (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f8eb0cc (visible: true, type: ActivityFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62b63544 (visible: true, type: ActivityFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7c85a5e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@704a524 (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2aa67cc3 (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e305683 (visible: true, type: ActivityFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77ad5982 (visible: true, type: ActivityFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7162cb52 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2aa67cc3 (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2aa67cc3 (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@704a524 (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@704a524 (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@704a524 (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e31c70d (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8c896fe (visible: true, type: ActivityFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@954cd01 (visible: true, type: ActivityFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fc3928b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e31c70d (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51aabe5e (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68aed872 (visible: true, type: ActivityFinalNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@700a54e1 (visible: true, type: ActivityFinalNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5be52155 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51aabe5e (visible: true, type: ActivityFinalNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ccf5816 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@28ef50eb (visible: true, type: PapyrusUMLInteractionOverviewDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72be79f (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2935b97b (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6357f8da (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77e23a9e (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64ad1e37 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c6ac1d4 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69bf5d69 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fd7cba4 (visible: true, type: JoinNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58233846 (visible: true, type: JoinNode_JoinSpecLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2876a7f1 (visible: true, type: JoinNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67057087 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69bf5d69 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4076ef2f (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2210f8d6 (visible: true, type: JoinNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68062c08 (visible: true, type: JoinNode_JoinSpecLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@296c1fdd (visible: true, type: JoinNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1bbbd501 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4076ef2f (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4076ef2f (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69bf5d69 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69bf5d69 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69bf5d69 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b59c8a6 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@376c064 (visible: true, type: JoinNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a701f64 (visible: true, type: JoinNode_JoinSpecLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b1c6e8b (visible: true, type: JoinNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4116acea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b59c8a6 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62ed760d (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28bf1b95 (visible: true, type: JoinNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ffe89cd (visible: true, type: JoinNode_JoinSpecLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ed2dfa6 (visible: true, type: JoinNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@27df2361 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62ed760d (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@702ed764 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4d3db687 (visible: true, type: PapyrusUMLInteractionOverviewDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f98860a (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f8ec927 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3d9eb9e (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@65a253b4 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c797627 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b4df4b1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@31b213e0 (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b8b221 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3cd3f39a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ff211e9 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79707e37 (visible: true, type: DecisionNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1af6533e (visible: true, type: DecisionNode_DecisionInputLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1618cea0 (visible: true, type: DecisionNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@46c416dc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cbd543b (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40f3835d (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1b55e2a5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4c59cbda (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67079a6a (visible: true, type: ForkNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@316ae882 (visible: true, type: ForkNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5966d7fd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5880ca35 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@af31135 (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c71aa29 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d139e40 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1698474d (visible: true, type: PapyrusUMLInteractionOverviewDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ddde7ef (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7e6421d (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61737e64 (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@663f1313 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d999623 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@105fcffd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5180547d (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@775db9f1 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@21b18466 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7798736 (visible: true, type: DecisionNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17471a24 (visible: true, type: DecisionNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54a622cd (visible: true, type: DecisionNode_DecisionInputLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20b3001 (visible: true, type: DecisionNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@69912b6a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6798395d (visible: true, type: LoopNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1912c331 (visible: true, type: LoopNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14e92c35 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@375be9a4 (visible: true, type: ForkNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@328af39c (visible: true, type: ForkNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b41b6cc (visible: true, type: ForkNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6777adf3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@43054979 (visible: true, type: SequenceNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b633429 (visible: true, type: SequenceNode_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1658e803 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@58a5d12c Tests run: 1422, Failures: 0, Errors: 0, Skipped: 167, Time elapsed: 420.46 s - in org.eclipse.papyrus.uml.diagram.suite.tests.AllTests testStereotypePropertyStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 6.418 s testStereotypeCompartmentStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.681 s testStereotypeLabelStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.519 s testStereotypeCompartmentInCommentStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.466 s testStereotypePropertyInCommentStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.371 s testStereotypeCommentStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.319 s testProfileApplication(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.392 s testStereotypeBraceStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.207 s testStereotypeBracePropertyStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.312 s testApplyStereotypeOnEnumeration(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest) Time elapsed: 1.785 s testApplyStereotypeOnPackage(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest) Time elapsed: 1.317 s testApplyStereotypeOnInterface(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest) Time elapsed: 1.333 s testApplyStereotypeOnClass(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest) Time elapsed: 1.443 s testApplyStereotypeOnEnumerationLiteral(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest) Time elapsed: 1.239 s testApplyStereotypeOnProperty(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest) Time elapsed: 1.192 s testApplyStereotypeOnOperation(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest) Time elapsed: 1.309 s testApplyStereotypeOnLink(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayLinkClassDiagramTest) Time elapsed: 1.192 s commonBendpoints_Test1(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.411 s commonBendpoints_Test2(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.18 s commonBendpoints_Test3(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.082 s commonBendpoints_Test5(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.042 s commonBendpoints_Test6(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.07 s testCommonbendpoints_Test4(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.058 s testCommonbendpoints_Test7(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 0.972 s testCommonbendpoints_Test8(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.058 s testCommonbendpoints_Test9(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 0.939 s testCommonbendpoints_Test10(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.001 s testCommonbendpoints_Test11(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.047 s testCleanHTMLTags10(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags11(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0.001 s testCleanHTMLTags12(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags13(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags1(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags2(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags3(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags4(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags5(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags6(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags7(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags8(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags9(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testGenerateBlockForText10(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0.003 s testGenerateBlockForText11(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0.001 s testGenerateBlockForText1(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0 s testGenerateBlockForText2(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0 s testGenerateBlockForText3(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0.001 s testGenerateBlockForText4(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0 s testGenerateBlockForText5(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0 s testGenerateBlockForText6(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0.001 s testGenerateBlockForText7(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0 s testGenerateBlockForText8(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0.001 s testGenerateBlockForText9(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0 s testDeleteOnClassNamedStyleFont(org.eclipse.papyrus.uml.diagram.common.tests.css.Bug431694_UndoDeleteTest) Time elapsed: 0.757 s testDeleteOnPackageWithStyle(org.eclipse.papyrus.uml.diagram.common.tests.css.Bug431694_UndoDeleteTest) Time elapsed: 0.728 s testSysMLCase1(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) skipped testSysMLCase2(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) skipped testSysMLCase3(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) skipped testSysMLCase4(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) skipped testSysMLCase5(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) skipped testUMLCase1(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) Time elapsed: 1.16 s testUMLCase2(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) Time elapsed: 1.05 s testUMLCase3(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) Time elapsed: 1.046 s testUMLCase4(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) Time elapsed: 1.112 s testMultiplicityDefault(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityInfinity(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityLiteralLowerIntUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0.002 s testMultiplicityEqualsLiteralLowerUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityInfinityIntLowerStringUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityIntLiteralLowerStringLiteralUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityLiteralLowerIsNull(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityIntLowerStringUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityIntLowerIntUpperInfinity(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityLiteralLowerUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityLiteralUpperIsNull(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0.001 s testMultiplicityStringInfinityLowerUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityStringLiteralLowerLiteralInfinity(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityLiteralLowerEqualsUpperWithBrackets(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityInfinityLiteral(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityInfinityIntLowerIntUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityStringLiteralLowerInfinity(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityInfinityLiteralRange(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0.001 s testMultiplicityInfinityIntRange(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityIntValues(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityLowerEqualsUpperWithBrackets(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityInfinityLowerUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityStringLowerUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityStringLiteralEqualsWithBrackets(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityIntLowerStringLiteralUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityStringLiteralLowerIntLiteralUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testLiteralBooleanFalse(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0.001 s testLiteralIntegerNegative(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0 s testLiteralInteger(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0 s testLiteralUnlimitedNaturalInfinitive(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0 s testLiteralUnlimitedNatural(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0 s testLiteralBoolean(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0 s testLiteralNull(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0.001 s testLiteralReal(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0.001 s testLiteralString(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0 s visualizePropertyThatIsAssociationEnd_bug478558(org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest) skipped appliedStereotypeViewsNotDeleted_bug471954:initial(org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest) Time elapsed: 0.961 s appliedStereotypeViewsNotDeleted_bug471954:synch(org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest) Time elapsed: 0 s appliedStereotypeViewsNotDeleted_bug471954:undo(org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest) Time elapsed: 0 s appliedStereotypeViewsNotDeleted_bug471954:redo(org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest) Time elapsed: 0 s testGenericShapeForPortWithCSS(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) Time elapsed: 1.175 s testGenericShapeForFloatingLabelWithCSS(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) Time elapsed: 0.926 s testGenericShapeForCompartment(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) skipped testGenericShapeForFloatingLabel(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) Time elapsed: 0.984 s testGenericShapeForCompartmentWithCSS(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) skipped testGenericShapeForNode(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) Time elapsed: 1.386 s testGenericShapeForPort(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) Time elapsed: 0.921 s testGenericShapeForNodeWithCSS(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) Time elapsed: 1.09 s testMoveOneGeneralization(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug476873_MoveCommandTest) Time elapsed: 0.552 s testMoveTwoGeneralizations(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug476873_MoveCommandTest) Time elapsed: 0.571 s checkDuplication(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug495430_DuplicatedTransitionsTest) Time elapsed: 0.007 s testResizedPortPosition(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest) Time elapsed: 1.959 s testPortPositionOnOval(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest) Time elapsed: 0.619 s testPortPositionOnPackageTop(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest) Time elapsed: 0.573 s testPortPosition(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest) Time elapsed: 1.781 s testPortPositionOnCorner(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest) Time elapsed: 0.882 s testAssociationRoleMultiplicityPosition(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest) Time elapsed: 0.76 s testDependencyNamePosition(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest) Time elapsed: 0.713 s testIntRealizationNamePosition(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest) Time elapsed: 0.664 s testContextLinkNamePosition(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest) Time elapsed: 0.552 s testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_SingleEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.767 s testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_SingleEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.572 s testStereotypePropertyReferenceEdge_UnapplyProfile(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.568 s testStereotypePropertyReferenceEdge_Creation_MultiEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.509 s testStereotypePropertyReferenceEdge_Creation_SingleStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.552 s testStereotypePropertyReferenceEdge_ReorientTarget_SingleEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.461 s testStereotypePropertyReferenceEdge_ReorientSource_MultiStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.447 s testStereotypePropertyReferenceEdge_Deletion_MultiStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.552 s testStereotypePropertyReferenceEdge_Deletion_SingleStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.453 s testStereotypePropertyReferenceEdge_ReorientSource_SingleStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.469 s testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_MultiEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.49 s testStereotypePropertyReferenceEdge_Creation_SingleEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.383 s testStereotypePropertyReferenceEdge_ReorientSource_MultiEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.404 s testStereotypePropertyReferenceEdge_ReorientTarget_MultiStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.401 s testStereotypePropertyReferenceEdge_Deletion_MultiEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.389 s testStereotypePropertyReferenceEdge_Deletion_SingleEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.494 s testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_MultiStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.456 s testStereotypePropertyReferenceEdge_UnapplyStereotypeOnSource(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.326 s testStereotypePropertyReferenceEdge_UnapplyStereotypeOnTarget(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.276 s testStereotypePropertyReferenceEdge_ReorientSource_SingleEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.363 s testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_SingleStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.401 s testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_SingleStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.412 s testStereotypePropertyReferenceEdge_Creation_MultiStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.315 s testStereotypePropertyReferenceEdge_ReorientTarget_SingleStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.374 s testStereotypePropertyReferenceEdge_ReorientTarget_MultiEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.343 s testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameEdge_MultiEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.394 s testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_MultiStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.343 s testConnectionDecorationRegistry(org.eclipse.papyrus.uml.diagram.common.tests.tests.EdgeCustomizationTest) Time elapsed: 0.555 s testEdgeDecoration(org.eclipse.papyrus.uml.diagram.common.tests.tests.EdgeCustomizationTest) Time elapsed: 0.51 s testToManageIPackage(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.754 s testToManageSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.321 s testToManageEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.301 s testToManageInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.371 s testToManageInformationItem(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.29 s testToManageTimeObservation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.284 s testToManageDurationObservation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.297 s testToManageInstanceSpecification(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.301 s testToManageComment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.236 s testToManageDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.323 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.276 s testToManageClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.324 s testToManageModel(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.279 s testToManageComponent(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.32 s testToManagePrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.34 s testToManageIPackage(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) skipped testToManageSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.743 s testToManageEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.387 s testToManageInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.397 s testToManageInformationItem(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.361 s testToManageInstanceSpecification(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.342 s testToManageComment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.266 s testToManageDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.365 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.368 s testToManageClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.418 s testToManageModel(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) skipped testToManageComponent(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.382 s testToManagePrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.426 s testToManageInterfaceNestedDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.27 s testToManagePrimitiveTypeOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.1 s testToManageComponentNestedSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.096 s testToManageInterfaceNestedInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.086 s testToManageEnumerationLiteralEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.084 s testToManageComponentNestedDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.104 s testToManageClassNestedSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.098 s testToManageComponentNestedEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.097 s testToManageInterfaceProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.11 s testToManageClassNestedEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.098 s testToManageInterfaceNestedSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.097 s testToManageInterfaceReception(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.104 s testToManageClassNestedClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.1 s testToManageComponentReception(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.097 s testToManageComponentNestedPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.092 s testToManageComponentProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.09 s testToManageClassProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.098 s testToManagePrimitiveTypeProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.082 s testToManageClassNestedPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.096 s testToManageClassReception(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.093 s testToManageClassNestedDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.095 s testToManageInterfaceOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.099 s testToManageComponentNestedClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.095 s testToManageComponentOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.103 s testToManageSignalProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.078 s testToManageInstanceSlot(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) skipped testToManageClassNestedInetrface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.097 s testToManageInterfaceNestedPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.096 s testToManageInterfaceNestedEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.096 s testToManageClassOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.095 s testToManageInterfaceNestedClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.09 s testToManageComponentNestedInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.102 s testToManageRealization(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink) skipped testToManageInformationFlow(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink) skipped testToManageAbstraction(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink) skipped testToManageUsage(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink) skipped testToManageDependency(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink) skipped testToManageAssociation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink) skipped testToManageSubstitution(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource) Time elapsed: 0.523 s testToManageElementImport(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource) Time elapsed: 0.356 s testToManageInterfaceRealization(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource) Time elapsed: 0.321 s testToManageTemplateBinding(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource) Time elapsed: 0.319 s testToManageGeneralization(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource) Time elapsed: 0.243 s testToManagePackageImport(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource) Time elapsed: 0.248 s testToManageMultiDependency(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestMultiLink) Time elapsed: 0.437 s testToManageMultiAssociation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestMultiLink) Time elapsed: 0.428 s testToManageContainment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramContainment) Time elapsed: 0.259 s testToManageContextLink(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramContextLink) Time elapsed: 0.383 s testDropWithOrder(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestDropfunction) Time elapsed: 0.358 s testStaticOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestStaticFeatureRepresentation) Time elapsed: 0.245 s testStaticProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestStaticFeatureRepresentation) Time elapsed: 0.241 s testToManageInterfaceNestedDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.197 s testToManageComponentNestedSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.064 s testToManageInterfaceNestedInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.046 s testToManageclassNestedEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.056 s testToManageComponentNestedDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.046 s testToManageClassNestedSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.058 s testToManageComponentNestedEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.045 s testToManageInterfaceNestedSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.056 s testToManageClassNestedClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.047 s testToManageComponentNestedPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.056 s testToManageClassNestedPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.048 s testToManageClassNestedDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.059 s testToManageComponentNestedClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.048 s testToManageClassNestedInetrface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.05 s testToManageInterfaceNestedPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.047 s testToManageInterfaceNestedEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.055 s testToManageInterfaceNestedClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.048 s testToManageComponentNestedInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.053 s testInterfaceVsProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.199 s testInterfaceVsClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.035 s testDataTypeVsProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.027 s testAssociationClassVsProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.05 s testInterfaceVsOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.03 s testEnumerationVsEnumerationLiteral(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.035 s testDataTypeVsOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.029 s testComponentVsPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.036 s testClassVsOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.047 s testComponentVsProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.031 s testClassVsDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.035 s testClassVsSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.042 s testInterfaceVsPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.035 s testInterfaceVsEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.033 s testPrimitiveTypeVsOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.039 s testAssociationClassVsOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.029 s testClassVsPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.044 s testClassVsProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.03 s testInterfaceVsDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.035 s testInterfaceVsSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.042 s testComponentVsInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.035 s testComponentVsEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.073 s testClassVsEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.033 s testComponentVsReception(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.03 s testInterfaceVsInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.05 s testComponentVsDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.034 s testComponentVsSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.042 s testInterfaceVsReception(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.029 s testClassVsClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.036 s testClassVsInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.046 s testClassVsReception(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.031 s testSignalVsProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.025 s testComponentVsClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.051 s testComponentVsOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.031 s testPrimitiveTypeVsProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.028 s testPropertyInInterfaceNestedCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.168 s testOperationInPrimitiveTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.014 s testPropertyInInterfaceOperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.017 s testOperationInDataTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.018 s testPropertyInClassOperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.016 s testOperationInInterfaceAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.022 s testOperationInInterfaceNestedCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.015 s testOperationInClassNestedCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.016 s testOperationInClassAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.015 s testPropertyInComponentOperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.016 s testPropertyInPrimitiveTypeOperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.015 s testPropertyInComponentNestedCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.028 s testOperationInComponentAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.016 s testPropertyInClassNestedCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.015 s testPropertyInDataTypeOperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.015 s testOperationInComponentNestedCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.017 s testDropAssociationEndDirectedProperty2ClassAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.192 s testDropSharedAssociationDirectedProperty2ComponentAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.046 s testDropAssociationEndDirectedProperty2InterfaceAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.053 s testPropertyInComponentDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.022 s testOperationInInterfaceDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.022 s testDropDataType2PropertyAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.037 s testDropAssociationEndCompositeDirectedProperty2InterfaceAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.046 s testDropSignal2PropertyAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.032 s testDropSharedAssociationDirectedProperty2SignalAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.037 s testOperationInComponentDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.025 s testDropAssociationEndCompositeDirectedProperty2PrimitiveTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.053 s testDropAssociationEndCompositeDirectedProperty2ClassAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.046 s testPropertyInSignalDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.018 s testOperationInDataTypeDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.033 s testPropertyInClassDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.021 s testDropClass2OperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.03 s testDropInterface2OperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.041 s testDropAssociationEndDirectedProperty2SignalAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.038 s testDropClass2PropertyAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.03 s testDropPrimitiveType2AttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.039 s testDropAssociationEndDirectedProperty2DataTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.043 s testDropAssociationEndCompositeDirectedProperty2DataTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.052 s testDropComponent2OperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.03 s testDropInterface2PropertyAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.031 s testOperationInClassDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.032 s testDropSharedAssociationDirectedProperty2InterfaceAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.046 s testDropAssociationEndCompositeDirectedProperty2SignalAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.038 s testDropSharedAssociationDirectedProperty2PrimitiveTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.05 s testDropAssociationEndDirectedProperty2ComponentAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.045 s testDropPrimitiveType2OperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.039 s testDropSharedAssociationDirectedProperty2DataTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.042 s testPropertyInPrimitiveTypeDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.021 s testDropAssociationEndCompositeDirectedProperty2ComponentAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.058 s testOperationInPrimitiveTypeDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.021 s testDropDataType2OperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.026 s testDropAssociationEndDirectedProperty2PrimitiveTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.042 s testDropComponent2PropertyAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.031 s testPropertyInDataTypeDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.021 s testDropSharedAssociationDirectedProperty2ClassAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.055 s testPropertyInInterfaceDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.023 s testToManageIPackage(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.226 s testToManageSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.045 s testToManageEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.016 s testToManageInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.02 s testToManageInformationItem(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.015 s testToManageTimeObservation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.02 s testToManageDurationObservation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.03 s testToManageInstanceSpecification(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.017 s testToManageComment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.015 s testToManageDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.017 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 1.051 s testToManageClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.033 s testToManageModel(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.02 s testToManageComponent(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.051 s testToManagePrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.023 s testManageAssociationClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationClass) Time elapsed: 0.975 s testNestedInterfcaeVsComponent(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.191 s testNestedInterfacetVsClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.017 s testNestedClassVsInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.032 s testNestedComponentVsClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.019 s testNestedClasstVsClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.018 s testNestedComponentVsInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.018 s testNestedInterfaceVsInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.019 s testNestedClassVsComponent(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.035 s testNestedComponentVsComponent(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.019 s testAssociationLinkReorient(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationLinkSemantic) Time elapsed: 0.249 s testAssociationLink(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationLinkSemantic) Time elapsed: 0.068 s testInstanceSpecification(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramInstanceSpecification) Time elapsed: 0.366 s testToManageSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature) Time elapsed: 0.187 s testToManageEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature) Time elapsed: 0.022 s testToManageInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature) Time elapsed: 0.026 s testToManageDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature) Time elapsed: 0.042 s testToManageClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature) Time elapsed: 0.025 s testToManageComponent(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature) Time elapsed: 0.026 s testToManagePrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature) Time elapsed: 0.023 s testToManageClassDiagram(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagram) Time elapsed: 0.201 s testOpening24PackageModel(org.eclipse.papyrus.uml.diagram.clazz.test.legacy.PackageDiagramLegacyTest) Time elapsed: 0.329 s testOpening24PackageDiagram(org.eclipse.papyrus.uml.diagram.clazz.test.legacy.PackageDiagramLegacyTest) Time elapsed: 0.392 s testLinkCreation(org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug382954_InstanceSpecificationLink) Time elapsed: 0.021 s testCopyConstraintInClassDiagram(org.eclipse.papyrus.uml.diagram.clazz.test.copyPaste.ConstraintPasteStrategyTest) Time elapsed: 1.198 s testCopyConstraintInClassDiagramWithClass(org.eclipse.papyrus.uml.diagram.clazz.test.copyPaste.ConstraintPasteStrategyTest) Time elapsed: 0.863 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.clazz.test.tests.RoundedCompartmentTest) Time elapsed: 0.001 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.clazz.test.tests.RoundedCompartmentTest) Time elapsed: 0 s testMoveOneLiteral(org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug476872_MoveCommandTest) Time elapsed: 0.557 s testMoveTwoLiterals(org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug476872_MoveCommandTest) Time elapsed: 0.518 s testPropertyReference(org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug481317_MoveGeneralizationTest) Time elapsed: 0.563 s testMoveGeneralization(org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug481317_MoveGeneralizationTest) Time elapsed: 0.579 s testAllContentsNoInheritance(org.eclipse.papyrus.uml.diagram.clazz.test.tests.MoveContentsTest) Time elapsed: 0.929 s testAllContentsToChild(org.eclipse.papyrus.uml.diagram.clazz.test.tests.MoveContentsTest) Time elapsed: 0.837 s testDropAssociationNotInverted(org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest) Time elapsed: 0.257 s testDropAssociationAfterReorientSource(org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest) Time elapsed: 0.114 s testDropAssociationAfterReorientTarget(org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest) Time elapsed: 0.116 s checkPaletteIds(org.eclipse.papyrus.uml.diagram.clazz.test.resources.ClassPaletteTest) Time elapsed: 0.02 s validateModel[0](org.eclipse.papyrus.uml.diagram.clazz.test.resources.ModelValidationTest) Time elapsed: 0.024 s validateModel[1](org.eclipse.papyrus.uml.diagram.clazz.test.resources.ModelValidationTest) Time elapsed: 0.008 s testToManageAddVariableValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.977 s testToManageDestroyObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.49 s testToManageDecisionNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.619 s testToManageReadStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 1.068 s testToManageInitialNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.518 s testToManageValueSpecificationAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.692 s testToManageCentralBufferNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.528 s testToManageSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.491 s testToManageOpaqueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.51 s testToManageConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.498 s testToManageReadSelfAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.483 s testToManageActivityPartition(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.471 s testToManageForkNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.469 s testToManageInteruptibleActivityRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) skipped testToManageMergeNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.623 s testToManageCreateObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.943 s testToManageExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.46 s testToManageFlowFinalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.505 s testToManageDataStoreNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.505 s testToManageReadVariableAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.484 s testToManageloopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.465 s testToManageSendObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.603 s testToManageActivityFinalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.548 s testToManageActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) skipped testToManageAcceptEventAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.559 s testToManageJoinNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.378 s testToManageBroadCastSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.449 s testToManageStructuredActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.435 s testToManageOpaqueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityChildNodeInStructuredActivity) skipped testFromActivityPartitionToSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.235 s testFromInterruptibleActivityRegionToConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.071 s testFromActivityPartitionToStructuredNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.048 s testFromActivityToConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.044 s testFromActivityToStructuredNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.041 s testFromLoopNodeToActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.037 s testFromInterruptibleActivityRegionToExpansionRegionNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.05 s testFromConditionalNodeToActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.037 s testFromActivityPartitionToLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.058 s testFromSequenceNodeToActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.08 s testFromActivityPartitionToConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.049 s testFromActivityPartitionToActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.044 s testFromActivityToExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.056 s testFromStructuredNodeToActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.038 s testFromActivityToLoop(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.04 s testFromInterruptibleActivityRegionToLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.06 s BeetwenNonContainmentActivityGroup(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.049 s testFromActivityPartitionToExpansionRegionNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.049 s testFromInterruptibleActivityRegionToActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.033 s testFromActivityPartitionToInteruptibleActivtyRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.049 s testFromInterruptibleActivityRegionToActivityPartion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.049 s testFromInterruptibleActivityRegionToStructuredNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.045 s testFromExpansionRegionToActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.046 s testFromInterruptibleActivityRegionToSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.047 s testFromActivityToActivityPartition(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.044 s testFromActivityToInterruptibleActivityRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.033 s testFromActivityToSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.038 s testExpansionNodeInExpansionRegionCompartment(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestDropObjects) Time elapsed: 0.222 s testToCreateCommentLink(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestCommentLink) Time elapsed: 0.223 s testInputPinAsTargetInCallOpAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testOutputAsResultInClearStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.229 s testActionPinAsInputValueInReadLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.066 s testInputPinAsArgumentInBroadcastSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.036 s testFeatureStructuredActivityNodeInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.012 s testFeatureConditionalNodeInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.019 s testActionPinAsFirstInInsertAtTestIdentityAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.05 s testOutputAsResultInTestIdentityAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testValuePinAsStrucutredNodeInputInSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.046 s testInputPinAsInsertAtInAddVariableValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.031 s testActionPinAsInsertAtInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.089 s testFeatureExpansionNodeAsOutInExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.021 s testActionPinAsCollectionInReduceAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.06 s testValuePinAsValueInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.051 s testInputPinAsObjectIngetStartClassifierBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.05 s testOutputAsResultInReadStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.037 s testActionPinAsTargetInSendObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.044 s testOutputAsStrucutredNodeOutputInExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.032 s testValuePinAsRequestInSendObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testActionPinAsObjectInClearStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.04 s testInputPinAsInputValueInCreateLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.046 s testActionPinAsArgumentInBroadcastSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.044 s testActionPinAsStrucutredNodeInputInConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.036 s testInputPinAsSecondInTestIdentityAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testActionPinAsTargetInSendSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testInputPinAsRequestInSendObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testActionPinAsInputValueInDestroyLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.048 s testValuePinAsArgumentInSendSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testValuePinAsInsertAtInAddVariableValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.034 s testFeatureInitialNodeActionActionInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.015 s testValuePinAsObjectInReclassifyObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.049 s testActionPinAsObjectInReadStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testValuePinAsInputValueInReadLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.039 s testInputPinAsObjectInStartObjectBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.049 s testActionPinAsObjectInReclassifyObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.042 s testOutputAsResultInReadIsClassifiedObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.046 s testFeatureAcceptEventActionInLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.046 s testOutputPinAsLoopVariableInLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.032 s testValuePinAsCollectionInReduceAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testActionPinAsInputValueInOpaqueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.036 s testActionPinAsTargetInCallOpAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testInputPinAsObjectInClearStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.063 s testResetInRegionWhenResizeGraphicalRepresentationElements(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.032 s testValuePinAsTargetInSendObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testInputPinAsObjectInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testInputPinAsStrucutredNodeInputInConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.039 s testActionPinAsObjectInStartObjectBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.033 s testInputPinAsObjectInReclassifyObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testValuePinAsTargetInSendSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testActionPinAsArgumentInCallBeAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testActionPinAsLoopVariableInputInLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.036 s testActionPinAsArgumentInCallOpAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testValuePinAsObjectInClearStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testValuePinAsTargetInCallOpAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testActionPinAsObjectInReadIsClassifiedObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testFeatureSequenceNodeInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.013 s testOutputAsResultInReadLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.04 s testValuePinAsStrucutredNodeInputInConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.023 s testActionPinAsTargetInDestroyObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.034 s testActionPinAsStrucutredNodeInputInExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testFeatureExpansionRegonInStructuredActivityNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testOutputAsResultInReduceAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testValuePinAsArgumentInBroadcastSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.046 s testInputPinAsValueInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.031 s testOutputAsResultInReadExtentAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.043 s testActionPinAsStrucutredNodeInputInStructuredActivityNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testActionPinAsArgumentInStartObjectBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testFeatureActivityInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.057 s testInputPinAsArgumentInSendSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testValuePinAsObjectInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testOutputAsStrucutredNodeOutputInSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testActionPinAsValueInAddVariableValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.05 s testValuePinAsInputValueInOpaqueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testInputPinAsInputValueInReadLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testInputPinAsObjectInReadStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.024 s testInputPinAsArgumentInCallBeAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testInputPinAsArgumentInCallOpAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testFeatureExpansionNodeAsInInExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.019 s testValuePinAsObjectInStartObjectBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.034 s testInputPinAsObjectInReadIsClassifiedObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testActionPinAsObjectIngetStartClassifierBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.045 s testInputPinAsLoopVariableInputInLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testInputPinAsStrucutredNodeInputInExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testValuePinAsObjectIngetStartClassifierBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.04 s testFeatureExpansionRegionInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.014 s testValuePinAsObjectInClearAssociationAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.05 s testInputPinAsTargetInDestroyObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testValuePinAsInputValueInDestroyLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testActionPinAsObjectInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.041 s testOutputAsResultInReadVariableAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.031 s testActionPinAsObjectInClearAssociationAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testActionPinAsSecondInTestIdentityAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.042 s testActionPinAsInsertAtInAddVariableValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.036 s testValuePinAsObjectInReadStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.036 s testValuePinAsStrucutredNodeInputInStructuredActivityNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.034 s testValuePinAsObjectInReadIsClassifiedObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.038 s testInputPinAsInsertAtInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.032 s testValuePinAsInputValueInCreateLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.044 s testValuePinAsStrucutredNodeInputInExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testInputPinAsInputValueInDestroyLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testValuePinAsLoopVariableInputInLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.033 s testOutputPinAsResultInLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.031 s testInputPinAsArgumentInStartObjectBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testInputPinAsObjectInClearAssociationAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.031 s testValuePinAsTargetInDestroyObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.034 s testInputPinAsCollectionInReduceAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testInputPinAsTargetInSendObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.031 s testValuePinAsArgumentInCallBeAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testValuePinAsArgumentInCallOpAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testInputPinAsStrucutredNodeInputInSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testOutputPinAsOutputValueInOpaqueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.031 s testOutputAsResultInStartObjectBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.031 s testActionPinAsValueInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.036 s testOutputAsResultInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testInputPinAsTargetInSendSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testActionPinAsStrucutredNodeInputInSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.023 s testOutputAsStrucutredNodeOutputInConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testValuePinAsArgumentInStartObjectBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.037 s testInputPinAsStrucutredNodeInputInStructuredActivityNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testFeatureCreateLinkActionInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.014 s testOutputPinAsResultInCallBeAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testValuePinAsFirstInTestIdentityAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.038 s testOutputPinAsResultInCallOpAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testFeatureOpaqueActionActionInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.014 s testActionPinAsRequestInSendObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.036 s testActionPinAsInputValueInCreateLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testValuePinAsValueInAddVariableValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.04 s testOutputAsStrucutredNodeOutputInStructuredActivityNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.023 s testValuePinAsSecondInTestIdentityAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.034 s testFeatureLoopNodeInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.013 s testFeatureDecisionNodeInConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testActionPinAsArgumentInSendSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testInputPinAsInputValueInOpaqueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.031 s testInputPinAsFirstInTestIdentityAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.031 s testValuePinAsInsertAtInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.037 s testResetInPartitionWhenResizeGraphicalRepresentationElements(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.052 s testFeatureTestIdentityActionInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.065 s testInputPinAsValueInAddVariableValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testCreateControlFlowLinkInStructuredActivityNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.259 s testCreateObjectFlowLinkFromPinToPin(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.135 s testControlFlowLinkReorient(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.108 s testCreateControlFlowLink(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.038 s testCreateObjectFlowLinkFromOutpinPinInStructuredActivityNodeToOutputPin(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.066 s testObjectFlowLinkReorientSourceFromOutputPinInStructuredActivityNodeToOutputPin(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.102 s testObjectFlowLinkReorientSourceFromInputPinInStructuredActivityNodeToInputPin(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.082 s testCreateObjectFlowLinkFromInputPinInStructuredActivityNodeToInputPin(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.068 s testObjectFlowLinkReorient(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.074 s testNoExecutableNodeFlowLink(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.045 s testObjectFlowLinkReorientSourceFromPinToAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.061 s testCreateInitialNodeInStructuralActivityNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes) Time elapsed: 0.187 s testCreateDecisionNodeInConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes) Time elapsed: 0.024 s testCreateJoinNodeInExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes) Time elapsed: 0.023 s testCreateForkNodeInLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes) Time elapsed: 0.029 s testCreateMerdgeNodeInSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes) Time elapsed: 0.012 s testItemProviderCommandUndo(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestItemProviderCommand) Time elapsed: 0.182 s testPinDerivation_IsUnmarshallTrue_SimpleTrigger_CallEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation) Time elapsed: 0.026 s testPinDerivation_IsUnmarshallFalse_SingleTrigger_CallEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_IsUnmarshallTrue_SimpleTrigger_CallEvent_OperationChange(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation) Time elapsed: 0.013 s testAdviceForAcceptCallActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation) Time elapsed: 0.024 s testPinDerivation_IsUnmarshallFalse_SingleTrigger_ChangeEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.015 s testPinDerivation_IsUnmarshallTrue_SingleTrigger_SignalEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_IsUnmarshallFalse_ToIsUnmarshallTrue(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_IsUnmarshallTrue_MultipleTrigger_MixedEvents(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.014 s testPinDerivation_IsUnmarshallFalse_MultipleTrigger_MixedEvents(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_IsUnmarshallTrue_MultipleTrigger_SignalEvent_NoCommonAncestor(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.03 s testPinDerivation_IsUnmarshallFalse_SingleTrigger_CallEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_IsUnmarshallFalse_SingleTrigger_SignalEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_IsUnmarshallTrue_SingleTrigger_TimeEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.016 s testPinDerivation_IsUnmarshallTrue_MultipleTrigger_SignalEvent_CommonAncestor(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_IsUnmarshallTrue_MultipleTrigger_TimeEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.017 s testAdviceForAcceptEventActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_IsUnmarshallFalse_SingleTrigger_TimeEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.026 s testPinDerivation_IsUnmarshallTrue_SingleTrigger_SignalEvent_SignalChange(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_IsUnmarshallFalse_MultipleTrigger_SignalEvent_CommonAncestor(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_changePropertyStructuralFeatureType(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation) Time elapsed: 0.017 s testPinDerivation_NoStructuralFeature_To_PropertyStructuralFeature(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation) Time elapsed: 0.015 s testAdviceForAddStructuraFeatureActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_NoStructuralFeature_To_PortStructuralFeature(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation) Time elapsed: 0.021 s testPinDerivation_changePortStructuralFeatureType(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_BehaviorWithParameters_To_BehaviorWithParameters(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation) Time elapsed: 0.021 s testAdviceForCallBehaviorActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_NoBehavior_To_BehaviorWithParameters(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_NoOperation_To_OperationWithParameters(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation) Time elapsed: 0.016 s testAdviceForCallOperationActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_OperationWithParameters_To_OperationWithParameters(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation) Time elapsed: 0.025 s testAdviceForCreateLinkActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_ModificationPropertyOfLinkEndCreationData(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_NoEndData_To_EndDataWithValuePin(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_ModificationLinkEndCreationData(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_NoClassifier_ToClassClassifier(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_NoClassifier_ToActivityClassifier(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation) Time elapsed: 0.009 s testAdviceForCreateObjectActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_ModificationPropertyOfLinkEndDestructionData(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation) Time elapsed: 0.02 s testAdviceForDestroyLinkActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_NoEndData_To_EndDataWithValuePin(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_ModificationLinkEndDestructionData(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_ModificationLinkEndData_OpenEnd(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_ModificationPropertyOfLinkEndData(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_NoEndData_To_EndData(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation) Time elapsed: 0.011 s testAdviceForReadLinkActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation) Time elapsed: 0.009 s testPinDerivation_ModificationLinkEndData_NotOpenEnd(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation) Time elapsed: 0.022 s testPinDerivation_ActivityInRootElement(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_ActivityOwnedBeahaviour(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_ActivityAsClassifierBehaviour(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_ActivityNestedClassifer(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_ActivitySpecifiedOperation(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation) Time elapsed: 0.01 s testAdviceForReadSelfActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation) Time elapsed: 0.009 s testPinDerivation_changePropertyStructuralFeatureType(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_NoStructuralFeature_To_PropertyStructuralFeature(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation) Time elapsed: 0.01 s testAdviceForCallOperationActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation) Time elapsed: 0.02 s testPinDerivation_NoStructuralFeature_To_PortStructuralFeature(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_changePortStructuralFeatureType(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_SignalWithAttributes_To_SignalWithAttributes(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation) Time elapsed: 0.017 s testAdviceForSendSignalActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_NoSignal_ToSignalWithAttributes(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation) Time elapsed: 0.011 s testAdviceForStartClassifierBehaviorActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartClassifierBehaviorActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_StartClassifierBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartClassifierBehaviorActionPinDerivation) Time elapsed: 0.021 s testPinDerivation_NoBehavior_To_BehaviorWithParameters_Synchronous(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation) Time elapsed: 0.013 s testAdviceForStartObjectBehaviorActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_NoBehavior_To_BehaviorWithParameters_Asynchronous(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_BehaviorWithParameters_AddParameter_Synchronous(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_BehaviorWithParameters_To_OtherBehaviorWithParameters_Synchronous(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_BehaviorWithParameters_ChangeParameter_Synchronous(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation) Time elapsed: 0.013 s testAdviceForTestIdentityActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestTestIdentityActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_Creation(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestTestIdentityActionPinDerivation) Time elapsed: 0.032 s testPinDerivation_NoValue_ToLiteralStringValue(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.015 s testAdviceForValueSpecificationActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.009 s testPinDerivation_NoValue_ToLiteralUnlimitedNaturalValue(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.014 s testPinDerivation_NoValue_ToInstanceSpecificationValueSingleClassifier(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_NoValue_ToLiteralRealValue(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.014 s testPinDerivation_NoValue_ToLiteralEnumerationValue(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_NoValue_ToLiteralBooleanValue(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.017 s testPinDerivation_NoValue_ToLiteralIntegerValue(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.014 s testExpansionRegionBadCreateCommand(org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest) Time elapsed: 0.016 s testExpansionNodeCreateCommand(org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest) Time elapsed: 0.001 s testExpansionRegionContainmentChildCreateCommand(org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest) Time elapsed: 0 s testAlienCreationRequest(org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest) Time elapsed: 0.004 s testMixedElementTypesCreationRequest(org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest) Time elapsed: 0 s testExpansionNodeCreationRequest(org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest) Time elapsed: 0 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.RoundedCompartmentTest) Time elapsed: 0 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.RoundedCompartmentTest) Time elapsed: 0.003 s testToManageIPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.741 s testToManageComment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.297 s testToManageExecutionEnvironment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.29 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.281 s testToManageModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.265 s testToManageNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.234 s testToManageArtifact(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.301 s testToManageDevice(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.265 s testToExecutionEnvironment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.808 s testToPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.324 s testToModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.318 s testToManagePackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.365 s testToConstraint(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.305 s testToArtifact3(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.336 s testToComment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.316 s testToManageComment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.307 s testToManageExecutionEnvironment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.305 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.289 s testToManageModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.301 s testToManageNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.299 s testToNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.282 s testToManageArtifact(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.28 s testToManageDevice(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.301 s testToArtifact(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode) Time elapsed: 0.582 s testToExecutionEnvironment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode) Time elapsed: 0.308 s testToDevice(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode) Time elapsed: 0.22 s testToNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode) Time elapsed: 0.269 s testToManageDeployment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink) Time elapsed: 0.271 s testUnexecutableArtifactArtifactDeployment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink) Time elapsed: 0.045 s testUnexecutableNodeArtifactDeployment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink) Time elapsed: 0.042 s testUnexecutableNodeNodeDeployment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink) Time elapsed: 0.037 s testToManageGeneralization(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLinkOwnedBySource) Time elapsed: 0.473 s testToManageComment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramCommentLink) Time elapsed: 0.225 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramConstraintLink) Time elapsed: 0.248 s testToManageManifestation(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramManifestationLink) Time elapsed: 0.299 s testToManifestation(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLink) skipped testToManageDependency(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLink) skipped testPackageCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.179 s testNestedExecEnviromentCNInPackageCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.038 s testExecEnvirCNInDevice(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.02 s testNestedDeviceCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.02 s testNestedDeviceCNInPackageCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.027 s testNestedExecEnviromentCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.02 s testConstraintCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.045 s testCommentCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.019 s testNestedArtifactCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.028 s testNestedNodeCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.039 s testNestedDeviceCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.021 s testNodeCNInNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.018 s testModelCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.021 s testArtifactACNInArtifactCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.05 s testNodeCNInDevice(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.018 s testArtifactCNInExecEnvir(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.021 s testArtifactCNInNestedNodeCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.029 s testExecEnvirCNInNestedDeviceCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.027 s testDeviceCNInDevice(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.019 s testNestedExecEnviromentCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.019 s testDeviceCNInNestedDeviceCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.027 s testNestedArtifactCNInPackageCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.026 s testCommentCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.026 s testArtifactACNInDevice(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.023 s testDeviceCNInNestedNodeCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.027 s testPackageCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.018 s testPackageCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.02 s testNestedExecEnviromentCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.028 s testExecEnvirCNInNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.019 s testExecEnvirCNInNestedNodeCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.028 s testConstraintCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.021 s testNestedNodeCNInPackageCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.03 s testConstraintCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.021 s testNestedArtifactCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.018 s testExecEnvirCNInNestedExecEnvirCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.025 s testNestedDeviceCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.027 s testNodeCNInNestedDeviceCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.027 s testNestedNodeCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.02 s testNestedArtifactCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.018 s testModelCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.027 s testConstraintCNInPackageCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.03 s testExecEnvirCNInExecEnvir(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.019 s testArtifactCNInNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.022 s testModelCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.019 s testArtifactCNInNestedExecEnvirCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.032 s testDeviceCNInNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.019 s testArtifactACNInArtifactACN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.035 s testPackageCNInPackageCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.029 s testCommentCNInPackageCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.027 s testNodeCNInNestedNodeCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.027 s testNestedNodeCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.019 s testCommentCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.018 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.deployment.test.RoundedCompartmentTest) Time elapsed: 0.001 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.deployment.test.RoundedCompartmentTest) Time elapsed: 0 s testToManagePackage(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode) Time elapsed: 0.54 s testToManageInterface(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode) Time elapsed: 0.349 s testToManageComment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode) Time elapsed: 0.228 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode) Time elapsed: 0.292 s testToManageModel(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode) Time elapsed: 0.261 s testToManageComponent(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode) Time elapsed: 0.283 s testToManagePackage(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode) Time elapsed: 0.686 s testToManageInterface(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode) Time elapsed: 0.425 s testToManageComment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode) Time elapsed: 0.289 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode) Time elapsed: 0.309 s testToManageModel(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode) Time elapsed: 0.302 s testToManageComponent(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode) Time elapsed: 0.333 s testToManagePropertyPart(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode) Time elapsed: 0.632 s testToManageComponent(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode) skipped testToManagePort(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode) Time elapsed: 0.52 s testToManageProperty(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel) Time elapsed: 0.241 s testToManageReception(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel) Time elapsed: 0.078 s testToManageOperation(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel) Time elapsed: 0.086 s testToManageInterfaceAbstraction(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) Time elapsed: 0.54 s testToManageInterfaceUsage(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) Time elapsed: 0.338 s testToManageInterfaceDependency(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) Time elapsed: 0.323 s testToManageComponentRealization(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) skipped testToManageInterfaceRealization(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) skipped testToManageInterfaceManifestation(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) Time elapsed: 0.281 s testToManageAbstraction(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) skipped testToManageUsage(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) skipped testToManageDependency(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) skipped testToManageManifestation(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) skipped testToManageGeneralization(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLinkOwnedBySource) Time elapsed: 0.456 s testToManageComment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramCommentLink) Time elapsed: 0.228 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConstraintLink) Time elapsed: 0.233 s testInterfaceVsProperty(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates) Time elapsed: 0.185 s testInterfaceVsOperation(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates) Time elapsed: 0.029 s testInterfaceVsReception(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates) Time elapsed: 0.028 s testPropertyInInterfaceOperationCompartment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.172 s testOperationInInterfaceAttributeCompartment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.014 s testReceptionInInterfaceAttributeCompartment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.015 s testOperationInInterfaceDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.175 s testDropInterface2OperationCompartment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.027 s testDropInterface2PropertyAttributeCompartment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.029 s testPropertyInInterfaceDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.02 s testToManagePropertyPortConnection(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConnector) Time elapsed: 1.766 s testToManagePortAbstraction(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink) Time elapsed: 0.448 s testToManagePortUsage(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink) Time elapsed: 0.23 s testToManagePortConnector(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink) Time elapsed: 0.042 s testToManagePortGeneralization(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink) Time elapsed: 0.041 s testComponentPortLocation(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestPortLocation) Time elapsed: 0.19 s testComponentPartPortLocation(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestPortLocation) Time elapsed: 0.057 s testToManagePropertyPortConnection(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConnector) Time elapsed: 1.679 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.component.test.RoundedCompartmentTest) Time elapsed: 0.001 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.component.test.RoundedCompartmentTest) Time elapsed: 0 s testHideAndDropChildComponentToComponent(org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent) Time elapsed: 0.192 s testDropChildComponentFromComponentToDiagram(org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent) Time elapsed: 0.032 s testHideChild_DropToDiagram_DropToParentComponent(org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent) Time elapsed: 0.04 s testCreateThreeInteractions(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction) Time elapsed: 0.445 s testDeleteInteraction(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction) Time elapsed: 0.336 s testCreateInteraction(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction) Time elapsed: 0.336 s testHideInteraction(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction) Time elapsed: 0.351 s testDropInteraction(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction) Time elapsed: 0.341 s testEditInteractionName(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction) skipped testDropLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline) Time elapsed: 0.449 s testHideLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline) Time elapsed: 0.375 s testCellEditorLocator(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline) Time elapsed: 0.344 s testEditLifelineName(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline) skipped testCreateLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline) Time elapsed: 0.349 s create3LifelinesTest(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline) Time elapsed: 0.396 s testDeleteLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline) Time elapsed: 0.398 s testDropLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline) Time elapsed: 0.475 s testHideLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline) Time elapsed: 0.427 s testCellEditorLocator(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline) Time elapsed: 0.351 s testEditLifelineName(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline) skipped testCreateLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline) Time elapsed: 0.356 s create3LifelinesTest(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline) Time elapsed: 0.397 s testDeleteLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline) Time elapsed: 0.404 s testMoveStateInvariants(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant) skipped testDeleteStateInvariants(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant) Time elapsed: 1.291 s testHideStateInvariants(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant) Time elapsed: 1.155 s testResizeCompactStateInvariant(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) skipped testDeleteStateInvariantsWithOccurrencesOnTop(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) skipped testCannotDeleteLastStateInvariant(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) Time elapsed: 0.326 s testCannotHideLastStateInvariant(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) Time elapsed: 0.331 s testCutCompactStateInvariants(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) skipped testDeleteStateInvariants(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) skipped testEditCompactStateInvariantName(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) skipped testHideStateInvariants(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) skipped testDeleteOccurrenceSpecification(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) Time elapsed: 0.708 s testMoveOccurrenceSpecification(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) skipped testModelWithThreeOccurrenceSpecifications(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) Time elapsed: 0.721 s testFullUndoRedo(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) Time elapsed: 0.718 s testCreateOccurrenceSpecificationWithDoubleClick(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) Time elapsed: 0.627 s testMoveAdjacentOccurrenceSpecifications(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) skipped testMoveVerticalLine(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) skipped testCreateOccurrenceSpecificationWithPaletteTool(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) skipped testDeleteOccurrenceSpecification(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification) skipped testCreateOccurrenceSpecificationOnCompactStateInvariant(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification) skipped testMoveOccurrenceSpecification(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification) skipped testFullUndoRedo(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification) Time elapsed: 0.688 s testCreateOccurrenceSpecificationWithDoubleClick(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification) Time elapsed: 0.362 s testMoveAdjacentOccurrenceSpecifications(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification) skipped testCreateThreeOccurrenceSpecifications(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification) skipped testDeleteStateDefinition(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition) Time elapsed: 0.353 s testCreateStateDefinition(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition) Time elapsed: 0.356 s testCreateMultipleStateDefinitions(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition) Time elapsed: 0.347 s testCreateStateDefinitionWithPaletteTool(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition) skipped testEditStateDefinitionName(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition) skipped testStateDefinitionsLayout(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifelineLayout) skipped testCreateAsyncMessage(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramMessages) skipped testCreateSyncMessage(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramMessages) skipped testToManageSubjectStateMachine(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.325 s testToManageSubjectOpaqueBehavior(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.119 s testToManagePackage(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.101 s testToManageSubjectActivity(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.108 s testToManageSubjectArtifact(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.114 s testToManageSubjectComponent(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.113 s testToManageSubjectDevice(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.116 s testToManageComment(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.087 s testToManageSubjectStereotype(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.115 s testToManageSubjectInformationItem(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.115 s testToManageSubjectExecutionEnvironment(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.114 s testToManageSubjectProtocolStateMachine(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.122 s testToManageSubjectActor(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.159 s testToManageSubjectClass(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.139 s testToManageSubjectCollaboration(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.129 s testToManageSubjectSignal(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.123 s testToManageSubjectNode(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.136 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.108 s testToManageSubjectUsecase(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.136 s testToManageSubjectEnumeration(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.125 s testToManageActor(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.165 s testToManageSubjectInterface(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.122 s testToManageSubjectPrimitiveType(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.114 s testToManageSubjectFunctionBehavior(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.114 s testToManageSubjectInteraction(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.117 s testToManageSubjectDeployementSpecification(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.141 s testToManageSubjectDatatype(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.134 s testToManagePackage(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage) Time elapsed: 0.708 s testToManageUseCase(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage) Time elapsed: 0.405 s testToManageComment(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage) Time elapsed: 0.275 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage) Time elapsed: 0.296 s testToManageActor(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage) Time elapsed: 0.373 s testToManageComponent(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage) Time elapsed: 0.401 s testToManageUseCaseForComponentSubject(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject) skipped testToManageUseCaseForInterfaceSubject(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject) skipped testToManageUseCaseForClassSubject(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject) skipped testToManageDependencyUseCase_Actor(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink) Time elapsed: 0.672 s testToManageRealization(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink) Time elapsed: 0.198 s testToManageAssociationUseCase_Actor(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink) Time elapsed: 0.314 s testToManageAbstraction(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink) Time elapsed: 0.259 s testToManageUsage(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink) Time elapsed: 0.316 s testToManageDependency(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink) Time elapsed: 0.279 s testToManageAssociationUseCase_UseCase(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink) Time elapsed: 0.288 s testToManageExtend(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource) Time elapsed: 0.47 s testToManagePackageMerge(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource) Time elapsed: 0.246 s testToManageInclude(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource) Time elapsed: 0.29 s testToManageGeneralization(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource) Time elapsed: 0.205 s testToManagePackageImport(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource) Time elapsed: 0.245 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.usecase.tests.RoundedCompartmentTest) Time elapsed: 0 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.usecase.tests.RoundedCompartmentTest) Time elapsed: 0.002 s moveUseCaseWithinSubject(org.eclipse.papyrus.uml.diagram.usecase.tests.UsecaseToSubjectinUsecaseDiagramDropStrategyTest) Time elapsed: 0.603 s moveUseCaseIntoSubject(org.eclipse.papyrus.uml.diagram.usecase.tests.UsecaseToSubjectinUsecaseDiagramDropStrategyTest) Time elapsed: 0.878 s testToManageActivitySubstitution(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.52 s testToManageCollaborationSubstitution(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.354 s testToSubstitution(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.17 s testClassToCollaborationGeneralization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.234 s testToManageClassSubstitution(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.232 s testCollaborationToClassGeneralization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.235 s testToManageStateMachineSubstitution(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.315 s testToComponentRealization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) skipped testToManageGeneralization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.155 s testToInterfaceRealization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.29 s testToManagePortAbstraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink) Time elapsed: 0.466 s testToManagePortUsage(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink) Time elapsed: 0.278 s testToManagePortConnector(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink) Time elapsed: 0.323 s testToManagePortGeneralization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink) Time elapsed: 0.036 s testToDeployment(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink) skipped testToManagePortAbstraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink) Time elapsed: 0.455 s testToManagePortUsage(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink) Time elapsed: 0.227 s testToManagePortConnector(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink) Time elapsed: 0.043 s testToManagePortGeneralization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink) Time elapsed: 0.043 s testToDurationObservation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.538 s testToArtifact(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.218 s testToExecutionEnvironment(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.268 s testToProtocolStateMachine(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.298 s testToEnumeration(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.277 s testToActor(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.201 s testToClass(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.24 s testToLiteralNull(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.212 s testToDevice(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.238 s testToLiteralInteger(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.212 s testToInteraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.211 s testToLiteralString(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.221 s testToTimeEvent(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.262 s testToConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.265 s testToTimeInterval(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.19 s testToUseCase(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.226 s testToOpaqueExpression(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.231 s testToStateMachine(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.246 s testToSignal(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.218 s testToInterface(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.241 s testToIntervalConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.194 s testToDeploymentSpecification(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.319 s testToChangeEvent(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.229 s testToInteractionConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.19 s testToLiteralUnlimitedNatural(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.284 s testToInformationItem(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.225 s testToCollaboration(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.244 s testToDurationInterval(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.215 s testToTimeExpression(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.228 s testToTimeObservation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.249 s testToInterval(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.245 s testToComment(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.197 s testToPrimitiveType(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.223 s testToOpaqueBehavior(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.267 s testToStringExpression(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.227 s testToLiteralBoolean(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.226 s testToFunctionBehavior(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.229 s testToDataType(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.351 s testToDurationConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.211 s testToAnyReceiveEvent(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.243 s testToTimeConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.234 s testToExpression(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.231 s testToDuration(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.23 s testToComponent(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.261 s testToSignalEvent(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.233 s testToNode(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.296 s testToActivity(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.252 s testToCallEvent(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.228 s testToInstanceValue(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.231 s testToArtifact(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToExecutionEnvironment(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToProtocolStateMachine(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToEnumeration(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToProperty(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) Time elapsed: 0.649 s testToActor(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToClass(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToDevice(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToInteraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) Time elapsed: 0.288 s testToUseCase(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToStateMachine(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToSignal(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToInterface(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToIntervalConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToDeploymentSpecification(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToInteractionConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToInformationItem(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToCollaboration(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToComment(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) Time elapsed: 0.27 s testToPrimitiveType(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToOpaqueBehavior(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToFunctionBehavior(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToDataType(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToDurationConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToTimeConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToComponent(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToNode(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToPort(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) Time elapsed: 0.295 s testToActivity(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToCollaborationUse(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) Time elapsed: 0.323 s testToParameter(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramActivityChildNode) Time elapsed: 1.118 s testToProperty(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel) skipped testToEnumerationLiteral(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel) skipped testToOperation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel) skipped testToManageCollaborationUsage(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.522 s testToUsage(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.286 s testToManageClassRealization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.273 s testToManageClassDependency(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.263 s testToManageStateMachineRealization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.266 s testToManageActivityUsage(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.292 s testToManageActivityAbstraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.287 s testToInformationFlow(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) skipped testToManageActivityDependency(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.279 s testToManageCollaborationAbstraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.332 s testToManageStateMachineUsage(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.211 s testToManifestation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.237 s testToAbstraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.262 s testToManageCollaborationDependency(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.331 s testToManageClassUsage(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.2 s testToManageStateMachineDependency(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.297 s testToManageActivityRealization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.283 s testToManageClassAbstraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.288 s testToManageStateMachineAbstraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.293 s testToManageCollaborationRealization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.284 s testToRealization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.265 s testClassPartPortLocation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation) Time elapsed: 0.205 s testProtocolStateMachinePortLocation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation) Time elapsed: 0.05 s testClassPortLocation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation) Time elapsed: 0.052 s testInteractionItemPortLocation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation) Time elapsed: 0.047 s testActivityPortLocation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation) Time elapsed: 0.002 s testStateMachinePortLocation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation) Time elapsed: 0.048 s dropAssociationOntoPart_bug470823(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramDropOntoChildNode) Time elapsed: 0.19 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.composite.test.RoundedCompartmentTest) Time elapsed: 0 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.composite.test.RoundedCompartmentTest) Time elapsed: 0.013 s validateCompositeDiagramElementTypeConfigurationModel(org.eclipse.papyrus.uml.diagram.composite.test.model.CompositeDiagramElementTypeConfigurationTest) Time elapsed: 0.007 s validateCompositeDiagramGmfGenModel(org.eclipse.papyrus.uml.diagram.composite.test.model.CompositeDiagramGmfGenTest) Time elapsed: 1.138 s testCopyConstraintFromClassToClass(org.eclipse.papyrus.uml.diagram.composite.tests.copyPaste.ConstraintCopyPasteTest) Time elapsed: 0.686 s validateModel[0](org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest) Time elapsed: 0.014 s validateModel[1](org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest) Time elapsed: 0.006 s validateModel[2](org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest) Time elapsed: 0.573 s testToPseudostate1100(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.635 s testToPseudostate8000(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.316 s testToPseudostate9000(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.284 s testToState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.418 s testToConstraint(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) skipped testToRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) skipped testToComment(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) skipped testToPseudostate10000(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.22 s testToPseudostate12000(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.299 s testToPseudostate13000(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.302 s testToPseudostate14000(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.303 s testToPseudostate15000(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.329 s testToFinalState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.307 s testConstainedElementLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.191 s testToCreateCommentLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.036 s testConstraintConstrainedElementLinkCannotBeStarted(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.06 s testCommentLinkCannotBeStarted(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.066 s testToReorientCommentLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.039 s testToReorientConstraintContextLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.057 s testContextElementLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.033 s testToReorientConstraintConstrainedElementLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.048 s testConstraintContextLinkCannotBeStarted(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.053 s testTransitionLinkReorient(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks) Time elapsed: 0.216 s testEntryPointTransitionLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks) Time elapsed: 0.069 s testExitPointTransitionLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks) Time elapsed: 0.072 s testTransitionLinkWithSameSourceAndTarget(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks) Time elapsed: 0.05 s testTransitionLinkCannotBeStarted(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks) Time elapsed: 0.02 s testTransitionLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks) Time elapsed: 0.072 s testRegionInState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.186 s testPseudostateForkInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.012 s testStateInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.015 s testFinalStateInRegino(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.012 s testPseudostateExitPointKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.012 s testPseudoEntryPointInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.016 s testRegionInStateMachine(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.009 s testPseudostateShallowHistoryKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.012 s testDoActivtyInState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) skipped testPseudostateTerminateInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.014 s testPseudostateJoinKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.011 s testExitInState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) skipped testPseudostateJoinInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.013 s testPseudostateChoiseKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.015 s testPseudostateJunctionInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.013 s testEntryInState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) skipped testPseudoExitPointInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.013 s testEntryPointJunctionKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.013 s testConnectionPointReferenceInStateWithoutSubmachine(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.016 s testPseudostateInitialKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.014 s testPseudostateTerminateKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.014 s testRegionInStateCompartment(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.028 s testRegionInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.015 s testPseudostateChoiseInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.015 s testPseudostateForkKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.012 s testDeferrableTriggerInState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.031 s testPseudostateDeepHistoryKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.014 s testPseudoEntryPointInStateMachine(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.014 s testCommentInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.011 s testPseudostateShallowHistoryInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.013 s testPseudostateJunctionKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.014 s testConnectionPointReferenceInState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.053 s testPseudostateInitialInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.014 s testPseudoExitPointInStateMachine(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.014 s testPseudostateDeepHistoryInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.015 s testConstraintInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.013 s testStateMachineResizeHeight(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineNode) Time elapsed: 0.175 s testStateMachineResizeWidth(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineNode) Time elapsed: 0.013 s testToManageContextLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineContextLink) Time elapsed: 0.354 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.statemachine.tests.RoundedCompartmentTest) Time elapsed: 0.001 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.statemachine.tests.RoundedCompartmentTest) Time elapsed: 0 s deleteDiagramWithEmptyZoneAnnotation_bug468207(org.eclipse.papyrus.uml.diagram.statemachine.custom.helpers.tests.ZoneTest) Time elapsed: 1.04 s testToDurationObservation(org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode) skipped testToConstraint(org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode) Time elapsed: 0.67 s testToTimeObservation(org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode) skipped testToComment(org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode) Time elapsed: 0.489 s testToLifeline(org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode) Time elapsed: 0.386 s testToMessage(org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramLink) skipped testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.communication.tests.RoundedCompartmentTest) Time elapsed: 0.001 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.communication.tests.RoundedCompartmentTest) Time elapsed: 0.001 s testDefineNestedProfileWithDependencies(org.eclipse.papyrus.uml.diagram.profile.custom.commands.tests.DefineProfileCommandTest) Time elapsed: 0.237 s testDefineSimpleProfile(org.eclipse.papyrus.uml.diagram.profile.custom.commands.tests.DefineProfileCommandTest) Time elapsed: 0.221 s testToManagePackage(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode) Time elapsed: 0.556 s testToManageProfile(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode) Time elapsed: 0.256 s testToManageDataType(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode) Time elapsed: 0.258 s testToManageClass(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode) Time elapsed: 0.265 s testToManageStereoType(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode) Time elapsed: 0.255 s testToManageStereoTypeInPackage(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.765 s testToManageStereoTypeInProfile(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.309 s testToManageClassInPackage(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.289 s testToManageClassInProfile(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.269 s testToManagePackageInPackage(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.276 s testToManageProfileInPackage(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.26 s testToManagePackageInProfile(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.237 s testToManageProfileInProfile(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.239 s testToManageDatatypeInPackage(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.281 s testToManageDatatypeInProfile(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.285 s testToManageAssociationWithoutMulti(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramLink) Time elapsed: 0.509 s testToManageAssociation(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramLink) skipped testImportMetaClass(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestImportMetaClass) Time elapsed: 1.142 s testDestroyExtensionProperty(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramExtension) Time elapsed: 0.677 s testToManageContextLink(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramContextLink) Time elapsed: 0.313 s testToManageConsiderIgnoreFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction) Time elapsed: 0.665 s testToManageLifeline(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction) Time elapsed: 0.3 s testToManageComment(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction) Time elapsed: 0.138 s testToManageInteractionUse(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction) Time elapsed: 0.199 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction) Time elapsed: 0.165 s testToManageCombinedFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction) Time elapsed: 1.574 s testToManageGate(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestInteractionAffixedChildNode) skipped testToManageActionExecution(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode) Time elapsed: 0.443 s testToManageDurationConstraint(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode) Time elapsed: 0.158 s testToManageBehaviorExecution(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode) Time elapsed: 0.158 s testToManageStateInvariant(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode) Time elapsed: 0.124 s testToManageConstraintLink(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageMessageSync_4003(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageMessageLost_4008(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageCommentLink(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageMessageDelete_4007(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageMessageCreate_4006(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageMessageFound_4009(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageGeneralOrdering(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageMessageAsync_4004(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageMessageReply_4005(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestCombinedFragmentChildNode) skipped testToManageContinuation(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestCombinedFragmentChildNode) Time elapsed: 0.22 s testConsiderIgnoreFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710) Time elapsed: 0.183 s testCombinedFragmentContinuation(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710) Time elapsed: 0.522 s testCombinedFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710) Time elapsed: 0.041 s testOperandAddDelete(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperand_364701) Time elapsed: 0.25 s testMessageSync(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828) Time elapsed: 0.294 s testMessageAsync(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828) skipped testMessageReply(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828) skipped testMessageCreate(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828) skipped testMessageDelete(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828) skipped testCover(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedCombinedFragment_364795) skipped testMessageSync_4003_Behavior(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827) skipped testMessageSync_4003_Action(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827) skipped testMessageReply_4005_Action(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827) skipped testMessageReply_4005_Behavior(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827) skipped testDragDrop(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestAdvancedDragDrop_364696) skipped testEditLoop(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGuardEdition_364808) Time elapsed: 0.667 s testEditText(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGuardEdition_364808) Time elapsed: 0.041 s deleteInteractionOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.176 s deleteInteractionFragmentInOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 2.364 s deleteNotOnlyInteractionOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.206 s createCFragOnLifeline_533671(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 2.421 s createCFragDoesNotMoveExistingFragments_533679(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.227 s validateResizedInteractionOperand_533676(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 2.526 s noCreateOperandOnLifelineWithoutCFrag_533672(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 0.511 s deleteCombinedFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.097 s defaultInteractionOperand_533673(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.737 s deleteAllInteractionOperands(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 2.208 s validateCreatedInteractionOperand_533676(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.125 s deleteOnlyInteractionOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.517 s createCFragOverHalfMessage_533675(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 2.162 s attemptToMoveOperandGuard_533699(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 0.984 s createOperandOnLifeline_533672(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 2.488 s createCFragEnclosedFragments_533679(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.154 s deleteCombinedFragmentMultipleOperands_533681(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.639 s createCFragInCFrag_533675(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 2.34 s attemptToResizeOperandGuard_533699(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 0.956 s createCFragInFreeSpace_533675(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 2.148 s createCFragOverLifelines_533671(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.121 s createOperandOverLifelines_533672(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.764 s deleteInteraction(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.579 s testResizeOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 1.938 s testResizeFragmentNW(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 0.507 s testResizeFragmentSE(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 0.495 s testCreateOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 0.552 s testSimpleLayout(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 0.517 s testDeleteOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 1.135 s testMoveOperandForbidden(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 0.466 s testMoveCombinedFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 0.56 s createCombinedFragment_operand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest) Time elapsed: 1.599 s createInteractionUse(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest) Time elapsed: 0.586 s createStateInvariant(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest) Time elapsed: 0.746 s createCombinedFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest) Time elapsed: 0.833 s testResizeFragmentNW(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes) Time elapsed: 2.716 s testResizeFragmentSE(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes) Time elapsed: 2.126 s testResizeOperands(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes) Time elapsed: 1.813 s testMoveFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes) Time elapsed: 2.159 s testCreateOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) Time elapsed: 0.666 s testExpandCF(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) Time elapsed: 0.599 s testCreateCombinedFragmentSpecificSize(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) skipped testDeleteOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) Time elapsed: 1.791 s testShrinkCF(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) Time elapsed: 0.76 s testInitialCoverage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) Time elapsed: 0.534 s testMoveOperandSeparator(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) Time elapsed: 1.284 s testMoveCF(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) Time elapsed: 0.649 s testExpandCFWidth(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) skipped testReorderSecondToFirst(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder) Time elapsed: 0.7 s testReorderFirstToLast(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder) Time elapsed: 0.723 s testReorderThirdToLast(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder) Time elapsed: 0.766 s testReparentForbidden(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder) Time elapsed: 0.836 s testReorderLastToFirst(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder) Time elapsed: 0.684 s testReorderLastToThird(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder) Time elapsed: 0.685 s testReorderFirstToSecond(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder) Time elapsed: 0.677 s testLinkDisappearOnAnchorageChange(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 1.377 s testLinkDeletion(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 1.871 s testAnchorUpdateOnMessages(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 0.929 s testLinksDisplay(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 0.72 s testLinkDisappearOnSemanticChange(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 1.538 s testAnchorUpdateOnDestruction(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 0.804 s testAnchorUpdateOnExecSpec(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 0.829 s testLinksAnchors(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 0.688 s testLinkDisappearOnAnchorageChange(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 1.392 s testLinkDeletion(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 2.04 s testAnchorUpdateOnMessages(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 0.858 s testLinksDisplay(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 1.094 s testLinkDisappearOnSemanticChange(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 1.361 s testAnchorUpdateOnDestruction(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 0.791 s testAnchorUpdateOnExecSpec(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 0.987 s testLinksAnchors(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 1.055 s testLinkDisappearOnAnchorageChange(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 1.42 s testLinkDeletion(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 1.744 s testAnchorUpdateOnMessages(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 0.777 s testLinksDisplay(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 1.123 s testLinkDisappearOnSemanticChange(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 1.384 s testAnchorUpdateOnDestruction(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 0.764 s testAnchorUpdateOnExecSpec(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 0.806 s testLinksAnchors(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 1.52 s testLinkCreationOnMessageTargetToSource(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest) Time elapsed: 0.715 s testLinkCreationOnMessageSourceToTarget(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest) Time elapsed: 0.738 s testLinkCreationOnDestruction(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest) Time elapsed: 0.92 s testLinkCreationOnExecSpecFinishToStart(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest) Time elapsed: 0.771 s testLinkCreationOnExecSpecStartToFinish(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest) Time elapsed: 0.787 s testLinkCreationOnMessageTargetToSource(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest) Time elapsed: 0.988 s testLinkCreationOnMessageSourceToTarget(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest) Time elapsed: 0.755 s testLinkCreationOnDestruction(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest) Time elapsed: 0.782 s testLinkCreationOnExecSpecFinishToStart(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest) Time elapsed: 0.769 s testLinkCreationOnExecSpecStartToFinish(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest) Time elapsed: 0.883 s testLinkCreationOnMessageTargetToSource(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest) Time elapsed: 0.888 s testLinkCreationOnMessageSourceToTarget(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest) Time elapsed: 0.878 s testLinkCreationOnDestruction(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest) Time elapsed: 0.958 s testLinkCreationOnExecSpecFinishToStart(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest) Time elapsed: 0.761 s testLinkCreationOnExecSpecStartToFinish(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest) Time elapsed: 0.782 s noCreateOnLifeline[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.11 s createOnDestructionOccurrence[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 0.908 s createOnExecutionFinish[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.03 s createOnLifelineCreationRightToLeftCreateMessage[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.053 s createOnLifelineCreationLeftToRightCreateMessage[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 0.914 s createOnMessageReceiveOnExecution[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.092 s createOnMessageSendOnLifeline[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 0.851 s createOnMessageReceiveOnLifeline[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.126 s createOnExecutionStart[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.021 s noCreateOnLifeline[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 0.777 s createOnDestructionOccurrence[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.159 s createOnExecutionFinish[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 0.921 s createOnLifelineCreationRightToLeftCreateMessage[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.13 s createOnLifelineCreationLeftToRightCreateMessage[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 0.958 s createOnMessageReceiveOnExecution[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 0.908 s createOnMessageSendOnLifeline[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.156 s createOnMessageReceiveOnLifeline[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 0.91 s createOnExecutionStart[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.104 s moveOnMessageReceiveOnExecution[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest) Time elapsed: 1.078 s moveOnMessageSendOnLifeline[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest) Time elapsed: 1.133 s moveOnMessageReceiveOnExecution[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest) Time elapsed: 1.032 s moveOnMessageSendOnLifeline[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest) Time elapsed: 1.315 s testConsiderIgnoreFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentName_382951) skipped testMessageSync(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.442 s testMessageAsync(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.134 s testMessageReply(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.259 s testMessageCreate(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.159 s testMessageDelete(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.249 s testBehaviorExecution(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.177 s testActionExecution(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.099 s testLifeline(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.074 s testResizeNorth(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201) skipped testResizeEast(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201) skipped testResizeWest(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201) skipped testResizeActionExecutionNorth(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572) skipped testResizeActionExecutionSouth(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572) skipped testResizeBehaviorExecutionNorth(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572) skipped testResizeBehaviorExecutionSouth(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572) skipped testEditMaxint(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestInteractionConstraint_382966) Time elapsed: 0.271 s testEditMinint(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestInteractionConstraint_382966) Time elapsed: 0.043 s testHeaderAnchor(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageCreate_379661) Time elapsed: 0.356 s testVerticalBarAnchor(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageCreate_379661) Time elapsed: 0.165 s testGeneralOrderingOnMessage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202) skipped testMessageLost(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202) Time elapsed: 0.333 s testMessageFound(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202) Time elapsed: 0.115 s testGeneralOrderingOnExecution(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202) skipped testBehaviorExecutionSpecification(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedExecution_384616) skipped testActionExecutionSpecification(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedExecution_384616) skipped testOnChangeLifelineName(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462) skipped testOnResizeLifeline(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462) skipped testOnPartDecomposition(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462) skipped testPreferencePage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestGuardVisibility_402966) skipped testInteractionUseCoveredBy_389538(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestInteractionUse) skipped testInteractionUseInCombinedFragment_402971(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestInteractionUse) skipped test(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageCreateWithLifeline_403134) skipped testCreateLink(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestResizeStateInvariant_395774) skipped testResize(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestResizeStateInvariant_395774) Time elapsed: 0.202 s testReconnectSyncMessage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975) Time elapsed: 0.277 s testReconnectReplyMessage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975) Time elapsed: 0.109 s testDeleteReplyMessage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975) Time elapsed: 0.094 s testDeleteSyncMessage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975) Time elapsed: 0.095 s testCreateReplyMessage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975) Time elapsed: 0.116 s testCreateSyncMessage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975) Time elapsed: 0.114 s testLifelinesSameSizeHeight(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMakeSameHeightForLifelines_402978) skipped testLifelinesSameSizeBoth(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMakeSameHeightForLifelines_402978) skipped testMoveMessageFound(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMoveMessageLostFound_403138) skipped testMoveMessageLost(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMoveMessageLostFound_403138) skipped testMessageOccurrenceSpecification(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_477463) Time elapsed: 0.018 s testWeakReferenceDeletion(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences) Time elapsed: 1.22 s testWeakReferenceCreation(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences) Time elapsed: 1.146 s testWeakReferenceMoveDown(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences) Time elapsed: 0.624 s testExecutionChangeAfterMessageCreationUndo(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.Test_528787) Time elapsed: 0.536 s testMessageEventAfterMessageCreationUndo(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.Test_528473) skipped testAdaptSizeDeltaToMaxHeight(org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest) Time elapsed: 0.001 s testIsAffixedToRight(org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest) Time elapsed: 0 s testGetRealMoveDelta(org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest) Time elapsed: 0 s testGetRelativeBounds(org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest) Time elapsed: 0 s testCreateThreeInteractions(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN) Time elapsed: 0.356 s testDeleteActivity(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN) skipped testCreateInteraction(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN) Time elapsed: 0.239 s testEditInteractionName(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN) skipped testToManageDecisionNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.691 s testToManageInitialNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.652 s testToManageSequenceNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.613 s testToManageConditionalNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.632 s testToManageForkNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.657 s testToManageCallBehaviorAction(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) skipped testToManageMergeNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.809 s testToManageFlowFinalNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.774 s testToManageLoopNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.746 s testToManageActivityFinalNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.637 s testToManageJoinNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.635 s testCreateInitialNodeInStructuralActivityNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.148 s testCreateDecisionNodeInConditionalNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.025 s testCreateJoinNodeInExpansionRegion(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.002 s testCreateForkNodeInLoopNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.02 s testCreateMerdgeNodeInSequenceNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.012 s testCreateInitialNodeInStructuralActivityNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.15 s testCreateDecisionNodeInConditionalNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.023 s testCreateJoinNodeInExpansionRegion(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.002 s testCreateForkNodeInLoopNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.018 s testCreateMerdgeNodeInSequenceNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.011 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.RoundedCompartmentTest) Time elapsed: 0.001 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.RoundedCompartmentTest) Time elapsed: 0.003 s Results: Tests run: 1422, Failures: 0, Errors: 0, Skipped: 167 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.diagram.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT [157/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestReopenWithCSS.java:[66] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestReopenWithCSS.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestReopenAsCompartment.java:[63] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestReopenAsCompartment.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestUnapplyStereotype.java:[66] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestUnapplyStereotype.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/displayname/TestStereotypeApplication.java:[247] Stereotype stereotypeTest = null; ^^^^^^^^^^^^^^ The value of the local variable stereotypeTest is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/asbrace/TestReopenAsBrace.java:[64] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestReopenAsBrace.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascomment/TestReopenAsComment.java:[66] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestReopenAsComment.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascomment/TestReopenAsComment.java:[81] EditPart stereotypedClassEditPart = fixture.findEditPart(stereotypedClass); ^^^^^^^^^^^^^^^^^^^^^^^^ The value of the local variable stereotypedClassEditPart is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascomment/TestReopenAsComment.java:[109] EditPart stereotypedLinkEditPart = fixture.findEditPart(stereotypedLink); ^^^^^^^^^^^^^^^^^^^^^^^ The value of the local variable stereotypedLinkEditPart is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/asbrace/TestDisplayAsBrace.java:[106] Stereotype stereotypeTest = null; ^^^^^^^^^^^^^^ The value of the local variable stereotypeTest is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestUpdateValue.java:[66] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestUpdateValue.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/displayname/Test2StereotypeApplications.java:[103] Stereotype stereotypeTest = null; ^^^^^^^^^^^^^^ The value of the local variable stereotypeTest is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestDisplayAsCompartment.java:[106] Stereotype stereotypeTest = null; ^^^^^^^^^^^^^^ The value of the local variable stereotypeTest is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestReopenWithPropertyView.java:[66] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestReopenWithPropertyView.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestUnapplyProfile.java:[66] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestUnapplyProfile.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascomment/TestDisplayAsComment.java:[107] Stereotype stereotypeTest = null; ^^^^^^^^^^^^^^ The value of the local variable stereotypeTest is not used 15 problems (15 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/target/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT [158/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[97] houseKeeper.setField("strategy", DropStrategyManager.instance.findStrategy(org.eclipse.papyrus.uml.diagram.dnd.Activator.PLUGIN_ID + ".instanceSpecification")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, DropStrategy) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[230] protected void checkSlots(EditPart instanceSpecificationPart, List... expectedProperties) { ^^^^^^^^^^^^^^^^^^ Type safety: Potential heap pollution via varargs parameter expectedProperties [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[289] checkSlots(target, ((org.eclipse.uml2.uml.Class) class2).getAllAttributes()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: A generic array of List is created for a varargs parameter [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[304] checkSlots(target, ((org.eclipse.uml2.uml.Interface) interface1).getAllAttributes()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: A generic array of List is created for a varargs parameter [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[321] checkSlots(target, ((org.eclipse.uml2.uml.Interface) interface1).getAllAttributes(), ((org.eclipse.uml2.uml.Class) class2).getAllAttributes()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: A generic array of List is created for a varargs parameter [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[338] checkSlots(target, ((org.eclipse.uml2.uml.Class) class1).getAllAttributes(), ((org.eclipse.uml2.uml.Class) class2).getAllAttributes()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: A generic array of List is created for a varargs parameter 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/target/org.eclipse.papyrus.uml.diagram.dnd.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT [159/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/target/org.eclipse.papyrus.uml.diagram.properties.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT [160/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/src/org/eclipse/papyrus/uml/nattable/stereotype/display/tests/tests/StereotypeDisplayTableTest.java:[566] editorModel = TableHelper.createTable(configuration, view, configuration.getName(), description); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createTable(TableConfiguration, EObject, String, String) from the type TableHelper is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/target/org.eclipse.papyrus.uml.nattable.stereotype.display.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT [161/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/org.eclipse.papyrus.uml.nattable.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.uml.nattable.suite.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. No JFaces support for org.eclipse.jface.viewers.TableTreeViewer (Eclipse:5453): Gtk-WARNING **: 05:56:47.995: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:48.000: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:49.274: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:49.279: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:54.100: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:54.105: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:54.651: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:54.656: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:55.209: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:55.238: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:55.776: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:55.780: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:56.341: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:56.347: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:56.865: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:56.870: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:57.461: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:57.466: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:58.004: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:56:58.008: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1c687cf1 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f01d2da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@496e5242 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f01d2da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@564113b4 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f01d2da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@114532a3 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f01d2da GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@312cdd44 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6992002b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ba328fc (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6992002b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@357fd9a0 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6992002b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7134b795 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6992002b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@30e2daed (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cee7c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a27d4bc (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cee7c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a7b984 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cee7c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a5a4d97 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1cee7c4 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@313be872 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9b6380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2119787d (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9b6380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@74c4a347 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9b6380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@31948a08 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4f9b6380 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@3fe174ef (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ebf465c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4499b5c4 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ebf465c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@642bd145 (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ebf465c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3eeba8f6 (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5ebf465c GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7636e64f (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e85ba89 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24e82fa1 (visible: true, type: 7016, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e85ba89 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@e8c256f (visible: true, type: 2007, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e85ba89 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f6f76bc (visible: true, type: 7016, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e85ba89 (Eclipse:5453): Gtk-WARNING **: 05:57:18.050: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:18.054: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:18.777: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:18.784: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:19.427: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:19.437: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:20.243: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:20.247: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:20.884: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:20.888: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:21.698: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:21.702: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:37.072: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:37.077: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:37.541: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:37.545: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:37.941: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:37.945: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:38.450: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:38.454: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:39.088: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:39.092: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:39.540: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:39.544: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:40.917: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:40.921: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:41.393: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:41.397: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:41.971: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:41.976: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:42.519: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:42.524: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:42.967: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:42.971: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:43.606: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:43.610: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:44.418: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:44.422: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:44.937: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:44.942: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:45.552: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:45.557: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:46.028: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:46.032: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:46.534: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:46.538: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:47.380: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:47.384: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:48.177: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:48.181: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:49.051: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:49.055: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:49.468: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:49.473: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:50.273: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:50.278: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:51.076: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:51.080: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:51.501: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:51.505: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:52.454: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:52.458: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:53.023: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:53.027: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:53.441: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:53.445: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:55.699: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:55.703: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:56.433: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:56.437: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:57.137: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:57.141: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:57.970: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:57.974: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:58.776: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:58.780: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:59.514: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:57:59.518: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:00.204: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:00.208: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:00.799: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:00.803: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:01.346: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:01.351: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:01.995: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:01.999: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:02.518: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:02.522: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:03.057: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:03.061: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:03.490: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:03.494: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:04.116: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:04.120: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:05.328: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:05.332: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:06.808: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:06.813: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:07.060: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:07.066: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:07.490: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:07.495: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:07.894: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:07.898: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:08.346: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:08.350: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:08.856: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:08.860: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:09.378: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:09.382: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:09.879: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:09.883: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:10.390: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:10.394: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:10.946: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:10.950: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:11.468: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:11.472: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:11.960: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:11.964: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:12.417: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:12.417: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:12.451: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:12.455: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:12.466: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:12.496: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:12.533: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:12.627: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:12.632: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:12.666: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:12.711: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:12.758: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:13.088: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:13.088: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:13.118: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:13.122: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:13.134: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:13.163: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:13.197: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:13.282: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:13.287: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:13.294: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:13.408: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:13.463: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:13.485: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:13.875: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:13.875: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:13.906: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:13.910: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:13.921: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:13.950: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:13.985: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:14.074: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:14.079: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:14.131: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:14.172: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:14.212: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:14.534: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:14.534: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:14.565: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:14.569: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:14.580: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:14.608: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:14.646: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:14.691: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:14.720: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:14.775: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:14.780: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:14.825: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:14.863: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:15.210: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:15.210: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:15.240: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:15.244: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:15.255: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:15.282: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:15.317: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:15.435: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:15.439: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:15.462: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:15.501: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:15.539: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:15.871: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:15.871: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:15.902: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:15.906: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:15.917: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:15.946: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:15.980: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:16.077: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:16.082: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:16.117: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:16.160: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:16.199: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:16.527: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:16.527: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:16.557: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:16.561: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:16.571: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:16.598: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:16.632: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:16.718: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:16.723: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:16.789: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:16.839: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:16.862: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:17.223: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:17.223: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:17.254: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:17.258: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:17.269: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:17.295: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:17.328: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:17.420: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:17.425: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:17.510: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:17.550: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:17.864: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:17.864: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:17.894: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:17.898: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:17.909: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:17.938: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:17.972: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:18.074: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:18.079: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:18.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:18.130: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:18.174: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:18.508: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:18.508: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:18.539: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:18.543: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:18.554: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:18.581: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:18.616: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:18.707: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:18.711: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:18.745: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:18.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:18.798: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:18.845: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:19.164: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:19.164: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:19.194: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:19.198: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:19.209: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:19.235: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:19.271: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:19.350: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:19.354: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:19.396: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:19.432: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:19.471: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:19.791: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:19.791: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:19.821: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:19.825: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:19.837: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:19.864: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:19.900: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:19.985: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:19.990: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:20.077: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:20.115: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:20.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:20.526: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:20.526: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:20.555: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:20.559: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:20.570: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:20.599: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:20.632: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:20.986: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:20.986: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:21.016: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:21.020: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:21.031: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:21.060: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:21.096: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:21.183: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:21.188: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:21.217: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:21.260: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:21.299: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:21.629: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:21.629: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:21.659: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:21.663: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:21.674: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:21.705: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:21.752: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:21.824: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:21.829: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:21.837: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:21.963: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:22.005: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:22.327: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:22.327: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:22.356: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:22.360: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:22.371: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:22.399: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:22.432: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:22.515: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:22.520: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:22.571: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:22.612: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:22.655: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:22.984: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:22.984: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:23.014: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:23.018: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.029: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.058: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.094: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.148: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.176: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:23.228: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:23.233: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.277: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.313: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.655: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.655: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:23.684: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:23.688: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.698: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.760: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:23.835: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:23.839: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.863: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.900: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:23.941: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:24.274: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:24.274: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:24.305: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:24.308: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:24.319: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:24.347: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:24.383: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:24.476: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:24.481: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:24.544: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:24.584: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:24.623: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:24.950: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:24.950: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:24.980: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:24.983: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:24.994: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:25.015: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:25.041: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:25.137: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:25.142: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:25.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:25.244: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:25.284: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:25.602: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:25.602: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:25.633: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:25.637: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:25.647: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:25.675: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:25.710: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:25.785: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:25.789: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:25.843: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:25.880: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:25.920: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:26.237: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:26.237: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:26.268: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:26.271: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:26.282: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:26.311: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:26.345: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:26.427: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:26.432: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:26.443: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:26.481: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:26.519: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:26.848: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:26.848: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:26.879: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:26.883: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:26.894: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:26.924: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:27.039: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:27.044: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:27.075: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:27.112: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:27.151: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:27.469: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:27.470: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:27.499: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:27.503: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:27.513: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:27.540: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:27.574: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:27.650: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:27.655: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:27.698: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:27.735: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:27.775: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:28.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:28.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:28.121: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:28.125: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:28.137: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:28.164: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:28.197: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:28.277: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:28.282: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:28.348: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:28.386: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:28.427: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:28.753: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:28.753: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:28.782: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:28.785: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:28.796: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:28.851: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:28.877: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:29.242: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:29.242: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:29.272: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:29.276: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:29.286: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:29.318: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:29.354: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:29.399: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:29.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:29.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:29.763: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:29.767: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:29.776: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:29.811: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:29.847: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:29.891: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:30.206: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:30.206: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:30.237: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:30.241: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:30.250: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:30.283: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:30.318: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:30.362: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:30.703: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:30.703: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:30.732: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:30.736: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:30.745: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:30.775: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:30.808: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:30.868: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:31.178: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:31.178: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:31.208: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:31.212: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:31.222: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:31.256: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:31.289: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:31.348: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:31.664: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:31.664: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:31.698: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:31.702: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:31.712: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:31.742: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:31.775: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:31.841: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:32.167: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:32.167: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:32.197: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:32.201: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:32.211: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:32.249: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:32.287: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:32.330: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:32.640: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:32.641: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:32.671: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:32.677: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:32.687: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:32.724: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:32.762: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:32.805: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:33.083: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:33.083: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:33.109: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:33.146: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:33.175: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:33.212: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:33.287: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:33.690: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:33.690: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:33.728: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:33.732: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:33.741: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:33.778: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:33.816: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:33.858: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:34.182: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:34.182: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:34.211: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:34.215: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:34.225: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:34.260: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:34.298: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:34.342: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:34.650: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:34.650: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:34.679: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:34.682: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:34.692: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:34.727: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:34.763: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:34.806: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:35.128: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:35.129: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:35.158: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:35.162: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:35.172: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:35.200: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:35.235: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:35.279: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:35.609: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:35.609: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:35.639: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:35.643: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:35.653: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:35.684: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:35.717: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:35.760: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:36.089: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:36.089: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:36.119: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:36.122: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:36.132: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:36.162: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:36.195: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:36.241: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:36.580: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:36.580: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:36.612: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:36.616: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:36.637: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:36.659: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:36.686: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:36.718: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:36.768: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:37.082: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:37.082: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:37.111: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:37.114: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:37.124: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:37.153: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:37.184: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:37.240: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:37.559: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:37.559: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:37.589: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:37.593: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:37.603: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:37.632: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:37.664: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:37.719: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:38.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:38.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:38.120: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:38.124: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:38.140: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:38.162: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:38.183: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:38.220: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:38.263: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:38.583: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:38.583: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:38.611: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:38.615: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:38.625: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:38.659: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:38.699: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:38.742: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.017: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.017: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.047: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.088: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.115: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.153: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.200: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.521: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.522: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:39.551: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:39.555: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.565: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.601: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.640: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.684: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.996: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:39.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:40.025: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:40.029: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:40.040: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:40.075: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:40.114: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:40.158: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:40.481: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:40.481: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:40.510: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:40.513: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-CRITICAL **: 05:58:40.522: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:40.556: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:40.592: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-CRITICAL **: 05:58:40.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5453): Gtk-WARNING **: 05:58:40.987: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:40.991: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:41.396: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:41.400: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:41.770: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:41.774: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:42.171: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:42.174: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:42.626: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:42.629: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:43.041: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:43.044: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:43.607: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:43.611: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:44.418: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:44.422: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.012: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.015: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.254: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.254: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.254: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.262: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.262: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.263: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.570: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.573: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.667: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.667: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.668: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.675: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.675: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.675: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.744: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:45.748: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:46.364: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:46.368: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:46.459: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:46.462: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:47.135: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:47.139: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:47.962: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:47.965: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:48.341: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:48.344: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:48.499: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:48.506: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:48.613: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:48.620: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:48.751: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:48.751: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:48.752: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:48.761: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:48.762: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:48.762: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:48.848: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:48.853: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:49.225: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:49.229: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:49.626: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:49.630: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:49.755: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:49.760: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:50.161: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:50.165: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:50.525: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:50.529: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:50.654: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:50.658: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:51.055: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:51.059: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:51.428: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:51.432: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:51.550: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:51.556: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:51.736: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:51.742: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:52.169: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:52.173: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:52.522: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:52.526: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:52.671: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:52.678: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:52.836: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:52.842: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:53.228: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:53.232: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:53.597: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:53.601: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:54.102: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:54.106: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:54.481: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:54.485: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:54.971: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:54.975: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:55.353: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:55.357: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:55.467: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:55.479: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:55.483: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:55.483: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:55.579: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:55.589: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:55.591: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:55.592: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:55.952: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:55.956: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:56.329: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:56.333: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:56.439: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:56.450: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:56.453: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:56.454: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:56.539: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:56.550: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:56.553: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:56.553: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:56.903: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:56.907: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:57.289: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:57.293: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:57.803: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:57.806: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:58.177: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:58.181: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:58.682: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:58.686: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:59.061: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:59.065: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:59.570: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:59.574: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:59.951: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:58:59.955: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:00.494: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:00.497: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:00.875: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:00.879: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:01.417: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:01.421: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:01.817: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:01.823: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:02.343: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:02.347: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:02.729: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:02.733: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:03.125: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:03.129: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:03.477: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:03.481: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:03.885: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:03.889: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:04.228: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:04.232: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:04.632: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:04.636: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:04.970: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:04.974: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:05.375: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:05.379: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:05.712: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:05.716: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:06.135: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:06.139: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:06.470: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:06.474: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:06.865: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:06.869: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:07.206: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:07.210: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:07.623: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:07.627: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:07.970: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:07.975: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:08.379: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:08.383: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:08.751: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:08.755: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:09.141: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:09.145: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:09.481: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:09.485: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:09.899: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:09.903: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:10.323: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:10.327: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:10.729: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:10.733: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:11.088: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:11.092: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:11.498: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:11.502: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:12.036: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:12.040: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:12.802: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:12.806: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:13.499: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:13.503: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:14.252: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:14.256: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:14.992: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:14.995: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:15.678: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:15.682: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:16.099: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:16.103: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:16.622: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:16.625: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:17.172: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:17.175: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:17.683: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:17.687: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:18.205: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:18.209: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:18.713: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:18.717: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:19.137: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:19.140: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:19.657: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:19.661: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:20.164: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:20.168: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:20.675: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:20.679: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:21.228: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:21.232: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:21.750: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:21.754: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:22.159: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:22.163: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:22.667: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:22.670: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:23.175: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:23.179: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:23.683: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:23.687: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:24.194: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:24.198: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:24.688: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:24.693: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:25.126: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:25.130: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:25.652: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:25.656: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:26.181: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:26.185: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:26.677: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:26.681: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:27.193: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:27.197: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:27.709: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:27.713: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:28.255: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:28.259: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:28.866: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:28.870: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:29.457: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:29.461: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:30.062: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:30.066: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:30.655: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:30.659: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:31.249: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:31.252: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:31.813: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:31.817: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:32.403: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:32.407: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:32.989: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:32.993: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:33.597: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:33.601: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:34.197: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:34.201: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:34.853: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:34.857: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:35.371: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:35.375: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:36.007: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:36.011: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:36.670: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:36.674: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:37.283: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:37.287: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:37.879: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:37.883: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:38.507: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:38.511: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:39.020: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:39.024: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:39.649: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:39.653: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:40.265: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:40.269: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:40.876: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:40.880: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:41.500: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:41.503: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:42.091: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:42.095: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:42.468: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:42.472: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:42.961: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:42.965: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:43.462: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:43.466: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:43.985: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:43.989: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:44.376: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:44.379: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:44.898: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:44.902: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:45.362: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:45.367: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:45.897: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:45.901: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:46.363: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:46.367: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:46.853: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:46.857: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:47.260: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:47.264: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:47.771: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:47.775: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:48.412: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:48.416: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:49.038: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:49.042: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:49.673: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:49.677: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:50.284: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:50.288: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:50.883: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:50.887: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:51.483: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:51.487: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:52.041: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:52.045: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:52.619: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:52.623: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:53.170: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:53.173: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:53.762: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:53.765: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:54.370: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:54.374: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:54.976: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 05:59:54.980: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 06:00:07.295: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 06:00:07.300: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 06:00:07.339: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 06:00:07.341: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 06:00:16.350: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 06:00:16.358: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 06:00:16.390: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 06:00:16.392: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 06:00:23.438: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 06:00:23.443: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 06:00:23.482: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 06:00:23.484: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 06:00:41.086: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:5453): Gtk-WARNING **: 06:00:41.090: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7ad5c0d6 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3a786e1a (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@48a596d3 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3d4683a9 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@570f1be (visible: false, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@dff519e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@19e1e7ca (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2eeb9d89 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12cce9d3 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@314f92da (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f609851 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@401bc961 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@179340a3 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@731b816f (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64f79365 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@480a4ab9 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60b53e1d (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35c5d1e4 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42e91201 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5423665c (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@693785f4 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fe7b254 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6efec5ca (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@10d29248 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@109cb4ed (visible: true, type: TimeObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3573afe2 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6351bbf (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@52554432 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60930c08 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d144b60 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cb5a409 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bc225d7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@698f9656 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ba8e61e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c1c605d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@61287859 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@54ea95ac (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72dfb46f (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44043b88 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23f3f75b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1dc4aca (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74a0402b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6dd2fa89 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cfe27ca (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14973fe (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a38951d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29f060df (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@762c5365 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d721a42 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17a0c208 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77fa0399 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79ad7b44 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5141789a (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@143fee00 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6b26ddec (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d8ede55 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dba7986 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cef6edf (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29465af7 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9ea120 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@516b3362 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a784cf6 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@749b1bb8 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7c39df29 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c1a81ed (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25174408 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d882fb9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@327d8de (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@201ad9b0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76a9ef3b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@301fa91e (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e5d5e64 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77e9e74f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f509de6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60c1e67e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7a74cec7 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7122ba61 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@652a8cd2 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23186e7b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4237b7ba (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@72636b42 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d0a86ab (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@84279b0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e00fe3e (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4da73d21 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@767db582 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70e8d384 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e69b90b (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fd419fe (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@238dd330 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64669c65 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13886508 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2cd9c2c2 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: ComponentDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16ad0b87 (visible: false, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7dab0876 (visible: true, type: Component_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64b90cd (visible: true, type: Component_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41abc156 (visible: true, type: Component_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f5f7ccb (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4309bbc8 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f4b6f53 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7742e46 (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67b25ae3 (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@84464a7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5a8bfb73 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75a4e465 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1acb6ccf (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@501b7369 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43fa497b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@401bed84 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26dbf72a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6eae17f2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f3da069 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56bb8df0 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@372831ca (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@413f6725 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dfd033 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32222f20 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56003146 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64b7f734 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48d1d92d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ecf1e2d (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@263c9a8d (visible: false, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ea50117 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20c26df3 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46778663 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fcbb16 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@146ce6a7 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e41c9ee (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@551e3c1c (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@226bf274 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@473d2032 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d4368c2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f9090cc (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e292932 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5aaa67ee (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5147a2c2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2148a6c1 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@74af3140 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5bdb732f (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@51245cf5 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ce826c4 (visible: false, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@498ad397 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@aa577e2 (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@381fa3c (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ed18acf (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cf0f2f7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54989afe (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@36fb46df (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@479c71f0 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6db358cb (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@652f1bab (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10a50154 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6214ff4d (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@692035ad (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cb6d879 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40e4fe1e (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@298309e3 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6f8f1269 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2eb98c87 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@438e9945 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7457cf7c (visible: true, type: TimeObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@566ca926 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@301dce35 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@258e4f1b (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bddf09b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b265793 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58d9b983 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@214ddedb (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@216bbd38 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@397f55fe (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c45700e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@14796cd6 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@ff8af79 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@e00daaf (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ec82b0a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13817de0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e3285e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@515108d8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b3646e0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@454a7625 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37d64406 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18608cc7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ce59b13 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42da1ad7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b4cf513 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10a98f34 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ec9b3d1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25562ff3 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@73705d54 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@16a57e0d (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42c97c07 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58f04882 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2483e086 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f829da5 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7bcdaf09 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@220e83db (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fe8beea (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f3a146e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7d25024e (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@29c19038 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48421adc (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@381c4169 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e890db7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@35bc0086 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23acf73b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6069d093 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71a679bd (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@c215700 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@635682ab (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7109f28d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e2f8d60 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40be14e5 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7aa4f6c9 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61a573b1 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67fcca0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47770476 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79ab22e3 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c802103 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22585465 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c4e1bfd (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6cfe35b7 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f4742c3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3660d64 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4907429c (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ba585d9 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b4b3d56 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fd86c34 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4c2794d7 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5913810f (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@49742089 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ba185b7 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2464b0a3 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@df824b9 (visible: false, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@b1d6933 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@eff794d (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f186d96 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a857d60 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@62a9dd50 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5d0f19e3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61026c64 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@10e3f5fb (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65c643ef (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@736d4a84 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@353f0937 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@fc93e1e (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d37c9 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48e25c07 (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ebba09f (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29589518 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14ddb087 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d5cd667 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@663d4298 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@449131b4 (visible: true, type: TimeObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f25ce8a (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ab54922 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@60b2a83 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@331d0e0a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e2028eb (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a4496b7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25cd8ce4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54efe413 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5119657d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1ab8dc5a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@774964f1 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2a15076d (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@bce956e (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@241f427f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9b2aed5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@637bc879 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b4f342a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5248c943 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22d627b6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@41d36352 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50ea7076 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65579c0a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1377c41a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fd9fd40 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a061b59 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70787f48 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cdfb1b7 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7fb60189 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d9f3a44 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4acc65d7 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56910777 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f23aed8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dbbf193 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c15458f (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f290c50 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a6cb737 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a2defa1 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1bf76f02 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2ac8670e (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73429281 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7166424 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cf0f307 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33e8960d (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@401e7ac3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11289efb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3728d26f (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f929f70 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57dc330 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4961a04c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49394acc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60787a55 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@49fea4e (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3959922c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cb8b1b1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@393927f2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@622360c8 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67a859de (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67d71c82 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@509d0b09 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14923f7f (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@40bfbdad (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6be78faf (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f812337 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a594074 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c9d4285 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a4c5379 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f5ccf8 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19b65b47 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@228cc185 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11df1eaa (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6181a048 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@75c28bd7 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a6f1168 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25941cb4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@503fbf6 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@65830996 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6694c (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1878dd72 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@583a5768 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@944df2 (visible: false, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@d11b540 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@344927ed (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a88b0a8 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@441b70ec (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@775f3d33 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7fb179d2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6854e37a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6eeabc21 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78f7452e (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1634fc48 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@42458aa8 (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@14fde173 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36842b1b (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d463e1d (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13da906 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47e8e8d6 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@904c3b3 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46bc4e81 (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@f5ad7c1 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@555bdbe2 (visible: true, type: TimeObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64e7ee49 (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e58f401 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ade9051 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15f89847 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3754b67f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e86a04b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44b3681a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f5e11d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58e0436 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fa070fa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52ddb6b1 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@6d526a14 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ae31d67 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fa3ce2c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4077bac1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1479e33 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36fb0a2e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@550d888e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7766f31c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5dc5aafe (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5de7214f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c94d06f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2472eb07 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a2bdb26 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2330a006 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f4e56d8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4319e807 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5d00792d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5e95ae22 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e792c0 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60e02314 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6735582c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63097066 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7b0db410 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@286c04e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ba6e534 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@237e83f7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5f76cbd5 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@652b7236 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@485c0f45 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68d287b6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6021de4f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@463f4fb9 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@194c90d1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@299d6ce7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23084ee (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3a66f070 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f3323c7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e61d4e9 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5e3dae95 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@510c6c0 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7a957de4 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18cb08e8 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15d11279 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4334451a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@426248ba (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b2474e5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a0ad2a2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a678a56 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@b820521 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@675a9c8 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64b2b16 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b939601 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@18e9a17c (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f54b8a5 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ee549c3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6e51dbc9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@79d81a66 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@16948047 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2deee9c6 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@787a1b47 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3c5b68a8 (visible: false, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6454f100 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ec6475d (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4dcedef3 (visible: true, type: TimeObservation_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@eaf9550 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f14900a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@222af381 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ad47dcc (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@27b98592 (visible: true, type: Association_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e9a64bd (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43935a4a (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3602a90f (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f6a5b11 (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e151f51 (visible: true, type: Association_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e39aef (visible: true, type: Association_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ad47fc1 (visible: true, type: Association_TargetRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8307c72 (visible: true, type: Association_SourceRoleLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@653e5273 (visible: true, type: Association_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57e7ff (visible: true, type: Association_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d4442d4 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dafcffd (visible: true, type: TimeObservation_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50e20ead (visible: true, type: TimeObservation_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d7a5724 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@637915b (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69bed307 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1039f989 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a6c770f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d9c86a7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30bea06a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30a6f1d8 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@51a18d1f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a1ad65b (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@44f950be (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@172e5594 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45d315fc (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@418fcbcb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c94d104 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56e29e25 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21b7ed22 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58eb24b0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b171acc (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71e56de5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29937287 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@708deb32 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4856f976 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@473643ac (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4562cd6e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ac6e77d (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@77a9bac2 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@540d0d9c (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50ee97ea (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f4105e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a371607 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f3bbeba (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f66b30f (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ad2a21d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@128f7a8 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e9c22f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52298d6f (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2546957d (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39768efe (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@579e9a31 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@541750e6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@473c0d28 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bd6fe5f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ae34662 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19d00c31 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@776efa5f (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6bc05eaa (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14359b0e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29a0109 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e0cbd59 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1068df8a (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c4b917e (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8510cf9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@343f5b0c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1a03fb84 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70a5a735 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@672eb9fe (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23ef8151 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5004c37e (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4343a38f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cfb919a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@344af283 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@459767cd (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@429be667 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18ac7c7c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d1cc29e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@497481eb (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@992aa10 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@254eddce (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@31e6943d Tests run: 635, Failures: 0, Errors: 0, Skipped: 120, Time elapsed: 270.679 s - in org.eclipse.papyrus.uml.nattable.suite.tests.AllTests testNotEmptyTableWithRestriction(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest) Time elapsed: 0.959 s testNotEmptyTableWithoutProfileWithoutRestriction(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest) Time elapsed: 0.504 s testEmptyTableWithoutRestriction(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest) Time elapsed: 0.313 s testEmptyTableWithRestriction(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest) Time elapsed: 0.072 s testNotEmptyTableWithProfileWithRestriction(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest) Time elapsed: 0.293 s testWithoutRestrictionWithInheritedProperties(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile) Time elapsed: 0.242 s testWithRestriction(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile) Time elapsed: 0.049 s testWithoutRestriction(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile) Time elapsed: 0.236 s testWithRestrictionWithInheritedProperties(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile) Time elapsed: 0.218 s validateGenericTreeTableConfigurationModel(org.eclipse.papyrus.uml.nattable.tests.tests.configs.GenericTreeTableConfigurationTest) skipped validateGenericTreeTableConfigurationModel(org.eclipse.papyrus.uml.nattable.tests.tests.configs.GenericTreeTableNattableConfigurationTest) Time elapsed: 1.58 s testParameterDestroyRowElement(org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest) Time elapsed: 8.052 s testClassDestroyRowElement(org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest) Time elapsed: 0.746 s testOperationDestroyRowElement(org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest) Time elapsed: 0.682 s testAttributeDestroyRowElement(org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest) Time elapsed: 0.631 s testMoveElementInSynchronizedTable(org.eclipse.papyrus.uml.nattable.tests.bugs.MoveElementInSynchronizedTableTest) Time elapsed: 0.628 s testGetRealStereotypeProperty(org.eclipse.papyrus.uml.nattable.tests.tests.UMLTableUtilsTest) Time elapsed: 0.007 s sortColumns(org.eclipse.papyrus.uml.nattable.generic.tests.tests.SortAxisGenericTableTest) Time elapsed: 0.304 s sortRows(org.eclipse.papyrus.uml.nattable.generic.tests.tests.SortAxisGenericTableTest) Time elapsed: 0.237 s invertAxis(org.eclipse.papyrus.uml.nattable.generic.tests.tests.InvertAxisGenericTableTest) Time elapsed: 0.356 s invertAxis(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertAxisTwiceGenericTableTest) Time elapsed: 0.855 s editColumns(org.eclipse.papyrus.uml.nattable.generic.tests.tests.EditAxisGenericTableTest) Time elapsed: 0.382 s editRows(org.eclipse.papyrus.uml.nattable.generic.tests.tests.EditAxisGenericTableTest) Time elapsed: 0.493 s testTableDeletion(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.OpenAndDeleteTest) Time elapsed: 1.501 s testAddElements(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AddElementsOnConnectedTableTest) Time elapsed: 1.108 s testSetColorOnStereotypedClass(org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration) Time elapsed: 0.997 s availableColorTest(org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration) Time elapsed: 0.765 s testSetPriorityOnStereotypedClass(org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration) Time elapsed: 0.692 s testSetFlowPortDirection(org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration) Time elapsed: 0.605 s availablePriorityTest(org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration) Time elapsed: 0.617 s testChangeIndexInitialRow(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithConfigurationTest) Time elapsed: 0.635 s testChangeIndexInitialColumn(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithConfigurationTest) Time elapsed: 0.562 s testChangeIndexInitialRow(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithoutConfigurationTest) Time elapsed: 0.572 s testChangeIndexInitialColumn(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithoutConfigurationTest) Time elapsed: 0.54 s testChangeIndexInitialRow(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithConfigurationTest) Time elapsed: 0.541 s testChangeIndexInitialColumn(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithConfigurationTest) Time elapsed: 0.608 s testChangeIndexInitialRow(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithoutConfigurationTest) Time elapsed: 0.532 s testChangeIndexInitialColumn(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithoutConfigurationTest) Time elapsed: 0.551 s test7_SelectSortedElementInvertAxis(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) skipped test6_SelectMultipleSortedElements(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) Time elapsed: 1.023 s test8_SelectMultipleSortedElementsInvertAxis(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) skipped test3_SelectElementInvertAxis(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) Time elapsed: 0.438 s test1_SelectElement(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) Time elapsed: 0.471 s test5_SelectSortedElement(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) Time elapsed: 0.411 s test2_SelectMultipleElements(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) Time elapsed: 0.476 s test4_SelectMultipleElementsInvertAxis(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) Time elapsed: 0.465 s testStartWith_1_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.446 s testNumeric_2_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.398 s testNumeric_1_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.38 s testRegexMatch_1_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.382 s testRegexFind_2_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.41 s testNumeric_5_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.394 s testRegexFind_1_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.367 s testNumeric_4_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.367 s testContainsMatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.354 s testStartWith_2_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.357 s testNumeric_3_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.379 s testEEnumMatchingMode_1(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest) Time elapsed: 0.476 s testEEnumMatchingMode_2(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest) Time elapsed: 0.323 s testEEnumMatchingMode_3(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest) Time elapsed: 0.436 s testEEnumMatchingMode_4(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest) Time elapsed: 0.357 s testEEnumMatchingMode_5(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest) Time elapsed: 0.391 s testEEnumMatchingMode_6(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest) Time elapsed: 0.341 s test1(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.674 s test2(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.583 s test3(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.643 s test4(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.516 s test5(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.625 s test6(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.58 s test7(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.631 s test8(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.483 s test1(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest) Time elapsed: 0.87 s test2(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest) Time elapsed: 0.716 s test3(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest) Time elapsed: 0.887 s test4(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest) Time elapsed: 0.463 s test5(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest) Time elapsed: 0.76 s test6(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest) Time elapsed: 0.649 s testCellEditorsConfiguration(org.eclipse.papyrus.uml.nattable.generic.tests.tests.CellEditorsConfigurationTest) Time elapsed: 1.037 s testSortColumn(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.SortTableColumnTest) Time elapsed: 0.836 s testFillColumnsSize(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.FillColumnsSizeTest) Time elapsed: 0.556 s testStereotypeProperties(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.StereotypeInheritDisplayTest) Time elapsed: 0.68 s testStereotypePropeties(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.StereotypeSubPackagesDisplayTest) Time elapsed: 0.639 s testStereotypePropeties(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.EnumerationContentItemsTest) Time elapsed: 0.878 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.PasteAttachedModeEnumTest) Time elapsed: 0.81 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyClipboard_Test) Time elapsed: 0.302 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteAll_Test) Time elapsed: 0.351 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteByOneLine_Test) Time elapsed: 0.417 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteFailColumns_Test) Time elapsed: 0.325 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteFailRows_Test) Time elapsed: 0.296 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteAll_Test) Time elapsed: 0.378 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteByOneLine_Test) Time elapsed: 0.384 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_Test) Time elapsed: 0.32 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteFailRows_Test) Time elapsed: 0.306 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteAll_Test) Time elapsed: 0.351 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteFailColumns_Test) Time elapsed: 0.305 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteFailRows_Test) Time elapsed: 0.301 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_Test) Time elapsed: 0.345 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_Test) Time elapsed: 0.297 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_Test) Time elapsed: 0.34 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteAddAll_Test) Time elapsed: 0.311 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_Test) Time elapsed: 0.353 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_Test) Time elapsed: 0.3 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_Test) Time elapsed: 0.324 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_Test) Time elapsed: 0.303 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyClipboard_Test) Time elapsed: 0.311 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsReplaceAll_Test) Time elapsed: 0.385 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsAddAll_Test) Time elapsed: 0.338 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsSkipAll_Test) Time elapsed: 0.331 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsFailColumns_Test) Time elapsed: 0.323 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsFailRows_Test) Time elapsed: 0.305 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsAxisIdentifierNotExisting_Test) Time elapsed: 0.355 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsWarningNotExisting_Test) Time elapsed: 0.302 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyReplaceAll_Test) Time elapsed: 0.32 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyAddAll_Test) Time elapsed: 0.334 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptySkipAll_Test) Time elapsed: 0.296 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyFailColumns_Test) Time elapsed: 0.294 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyAxisIdentifierNotExisting_Test) Time elapsed: 0.291 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyWarningNotExisting_Test) Time elapsed: 0.301 s testImport(org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportCellsAll_Test) Time elapsed: 0.338 s testImport(org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsReplaceAll_Test) Time elapsed: 0.328 s testImport(org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsAddAll_Test) Time elapsed: 0.313 s testImport(org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsSkipAll_Test) Time elapsed: 0.282 s testImport(org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptyReplaceAll_Test) Time elapsed: 0.382 s testImport(org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptyAddAll_Test) Time elapsed: 0.346 s testImport(org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptySkipAll_Test) Time elapsed: 0.306 s testMatrixContents(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.OpenDependencyMatrixTest) Time elapsed: 0.501 s testOpeningMatrix(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.OpenDependencyMatrixTest) Time elapsed: 0.418 s testCreateANewMatrix(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.CreateMatrixTableTests) Time elapsed: 0.415 s testMatrixAddPackage2AsRowSources(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest) Time elapsed: 0.691 s testMatrixContents(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest) Time elapsed: 0.45 s testMatrixRemovingAllRowSources(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest) Time elapsed: 1.305 s testOpeningMatrix(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest) Time elapsed: 0.522 s testMatrixAddPackage1AsColumnSources(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest) Time elapsed: 0.566 s testMatrixAddPackage1Package2AsColumnSources(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest) Time elapsed: 0.577 s testOpeningMatrix(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest) Time elapsed: 0.435 s testMatrixRemovingPackagesAsColumnSources(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest) Time elapsed: 0.612 s settingAColumnExpressionRequiringToListenAllChangesTest(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests) Time elapsed: 0.821 s settingAColumnExpressionTest(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests) Time elapsed: 0.532 s settingAColumnExpressionThenEditingItTest(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests) Time elapsed: 0.547 s testOpeningMatrix(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests) Time elapsed: 0.527 s settingAColumnExpressionThenReplacingItTest(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests) Time elapsed: 0.556 s testDeleteARowSourceElement(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.DeleteObjectWrapperForSourceElementsTest) Time elapsed: 0.836 s testDeleteAColumnSourcePackage(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.DeleteObjectWrapperForSourceElementsTest) Time elapsed: 0.796 s testDeleteElementInsideAColumnSourcePackage(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest) Time elapsed: 0.874 s testAddElementOutsideColumnSourcePackages(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest) Time elapsed: 0.425 s testDeleteElementOutsideColumnSourcePackages(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest) Time elapsed: 0.794 s testDeleteAColumnSourcePackage(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest) Time elapsed: 0.812 s testAddElementInsideAColumnSourcePackage(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest) Time elapsed: 0.436 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.EditInvalidPastedText_V1_V3_V1) Time elapsed: 0.521 s testOpenExistingTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.OpenTableTest) Time elapsed: 0.226 s testTableDeletion(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.OpenAndDeleteTest) Time elapsed: 0.776 s reloadTableEditorTest(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.Bug_481017_ReloadEditorTest) Time elapsed: 0.419 s testReopenedWithoutDepth0TreefillingConfiguration(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.NoDepth0TreeFillingConfigurationTest) Time elapsed: 0.684 s sortColumns(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.SortAxisClassTreeTableTest) Time elapsed: 0.32 s editColumns(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.EditAxisClassTreeTableTest) Time elapsed: 0.63 s editRows(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.EditAxisClassTreeTableTest) Time elapsed: 0.459 s testDeleteRequirementWithNestedRequirement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRequirementsWithNestedClassifier) Time elapsed: 0.716 s testNestedClassifierRequirement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.RequirementsNestedClassifier) Time elapsed: 0.744 s testMultipleMoveSubElementParent(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest) Time elapsed: 0.83 s testSimpleMoveSubElementParent(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest) Time elapsed: 0.789 s testMultipleMoveSameParent(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest) Time elapsed: 0.758 s testSimpleMoveSameParent(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest) Time elapsed: 0.774 s testClassDestroyRowElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.ChangeCategoryNotExpandedTest) Time elapsed: 0.607 s testParameterDestroyRowElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest) Time elapsed: 0.541 s testClassDestroyRowElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest) Time elapsed: 0.602 s testOperationDestroyRowElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest) Time elapsed: 0.581 s testAttributeDestroyRowElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest) Time elapsed: 0.516 s testDisplayListOnSeparatedRowsNamedStyle(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DisplayListOnSeparatedRowsTest) Time elapsed: 0.438 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DisplayListOnSeparatedRowsTest) Time elapsed: 0.419 s testDestroyFeatureColumn(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DestroyColumnTest) Time elapsed: 1.243 s testDestroyStereotypePropertyColumn(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DestroyColumnTest) Time elapsed: 1.197 s testExpand_1_by_1(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithCategories_0_1_2_Tests) Time elapsed: 0.222 s testExpandAll(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithCategories_0_1_2_Tests) Time elapsed: 0.216 s testCollapseAll(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests) Time elapsed: 0.677 s testInitialDisplayedContent(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests) Time elapsed: 0.426 s testExpandAll(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests) Time elapsed: 0.414 s testResizeColumnHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithIndexTest) Time elapsed: 0.537 s testResizeRowsHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithIndexTest) Time elapsed: 0.53 s testResizeColumnHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutIndexTest) Time elapsed: 0.509 s testResizeRowsHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutIndexTest) Time elapsed: 0.511 s testResizeColumnHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithIndexTest) Time elapsed: 0.55 s testResizeRowsHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithIndexTest) Time elapsed: 0.512 s testResizeColumnHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithoutIndexTest) Time elapsed: 0.51 s testResizeRowsHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithoutIndexTest) Time elapsed: 0.476 s test_sort_TYPE_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.675 s test_sort_TYPE_DESC_NAME_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.77 s test_sort_TYPE_DESC_NAME_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.682 s test_sort_NAME_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.673 s test_sort_NAME_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.652 s test_sort_TYPE_ASC_NAME_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.669 s test_sort_TYPE_ASC_NAME_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.691 s test_sort_NAME_ASC_TYPE_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.651 s test_sort_TYPE_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.626 s test_sort_NAME_ASC_TYPE_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.666 s test_sort_NAME_DESC_TYPE_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.63 s test_sort_NAME_DESC_TYPE_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.686 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.499 s test_sort_TYPE_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.643 s test_sort_TYPE_DESC_NAME_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.707 s test_sort_TYPE_DESC_NAME_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.653 s test_sort_NAME_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.678 s test_sort_NAME_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.601 s test_sort_TYPE_ASC_NAME_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.686 s test_sort_TYPE_ASC_NAME_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.657 s test_sort_NAME_ASC_TYPE_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.631 s test_sort_TYPE_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.605 s test_sort_NAME_ASC_TYPE_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.632 s test_sort_NAME_DESC_TYPE_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.616 s test_sort_NAME_DESC_TYPE_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.667 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.484 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_Test) Time elapsed: 0.484 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_TYPE_ASC_Test) Time elapsed: 0.488 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_TYPE_DESC_) Time elapsed: 0.473 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_Test) Time elapsed: 0.502 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_TYPE_ASC_Test) Time elapsed: 0.481 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_TYPE_DESC_Test) Time elapsed: 0.494 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_NAME_ASC_Test) Time elapsed: 0.491 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_NAME_DESC) Time elapsed: 0.475 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_Test) Time elapsed: 0.482 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_NAME_ASC_Test) Time elapsed: 0.57 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_NAME_DESC_Test) Time elapsed: 0.475 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_Test) Time elapsed: 0.467 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_Test) Time elapsed: 0.477 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_TYPE_ASC_Test) Time elapsed: 0.481 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_TYPE_DESC) Time elapsed: 0.485 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_Test) Time elapsed: 0.519 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_TYPE_ASC_Test) Time elapsed: 0.473 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_TYPE_DESC_Test) Time elapsed: 0.48 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_NAME_ASC_Test) Time elapsed: 0.543 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_NAME_DESC) Time elapsed: 0.479 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_Test) Time elapsed: 0.455 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_NAME_ASC_Test) Time elapsed: 0.485 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_NAME_DESC_Test) Time elapsed: 0.475 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_Test) Time elapsed: 0.475 s testChangeIndexInitialRow(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest) Time elapsed: 0.404 s testChangeIndexInitialColumn(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest) Time elapsed: 0.391 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest) Time elapsed: 0.38 s testChangeIndexInitialRow(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest) Time elapsed: 0.463 s testChangeIndexInitialColumn(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest) Time elapsed: 0.405 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest) Time elapsed: 0.4 s testResetSingleIntValue(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test) Time elapsed: 0.778 s testResetClassVisibility(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test) Time elapsed: 0.647 s testResetOwnedAttributes(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test) Time elapsed: 1.32 s testResetStereotypePropertyVisibility(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test) Time elapsed: 0.787 s testResetSingleString(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test) Time elapsed: 0.747 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test) Time elapsed: 0.64 s testReset(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValue_H1_H3_H1_Test) Time elapsed: 0.868 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValue_H1_H3_H1_Test) Time elapsed: 0.404 s createRootElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_H1_V3_V1_Test) Time elapsed: 0.541 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_H1_V3_V1_Test) Time elapsed: 0.366 s createRootElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_V1_V3_V1_Test) Time elapsed: 0.528 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_V1_V3_V1_Test) Time elapsed: 0.363 s createOperationElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_H3_V1_Test) Time elapsed: 0.726 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_H3_V1_Test) Time elapsed: 0.386 s createOperationElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_V3_V1_Test) Time elapsed: 0.705 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_V3_V1_Test) Time elapsed: 0.362 s createOperationElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_H3_V1_Test) Time elapsed: 0.507 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_H3_V1_Test) Time elapsed: 0.382 s createOperationElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_V3_V1_Test) Time elapsed: 0.489 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_V3_V1_Test) Time elapsed: 0.379 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_H1_Test) Time elapsed: 0.594 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_H1_Test) Time elapsed: 0.388 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_V1_Test) Time elapsed: 0.57 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_V1_Test) Time elapsed: 0.381 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_H1_Test) Time elapsed: 0.518 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_H1_Test) Time elapsed: 0.382 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_V1_Test) Time elapsed: 0.488 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_V1_Test) Time elapsed: 0.39 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_H1_Test) Time elapsed: 0.498 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_H1_Test) Time elapsed: 0.389 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_V1_Test) Time elapsed: 0.543 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_V1_Test) Time elapsed: 0.379 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_H1_Test) Time elapsed: 0.537 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_H1_Test) Time elapsed: 0.384 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_V1_Test) Time elapsed: 0.536 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_V1_Test) Time elapsed: 0.397 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_H1) Time elapsed: 0.397 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_H1) Time elapsed: 0.337 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_V1) Time elapsed: 0.424 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_V1) Time elapsed: 0.339 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_H1) Time elapsed: 0.414 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_H1) Time elapsed: 0.332 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_V1) Time elapsed: 0.394 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_V1) Time elapsed: 0.349 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_H1) Time elapsed: 0.398 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_H1) Time elapsed: 0.363 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_V1) Time elapsed: 0.393 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_V1) Time elapsed: 0.333 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_H1) Time elapsed: 0.409 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_H1) Time elapsed: 0.354 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_V1) Time elapsed: 0.409 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_V1) Time elapsed: 0.352 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_H1) Time elapsed: 0.417 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_H1) Time elapsed: 0.338 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_V1) Time elapsed: 0.406 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_V1) Time elapsed: 0.363 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_H1) Time elapsed: 0.47 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_H1) Time elapsed: 0.357 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_V1) Time elapsed: 0.397 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_V1) Time elapsed: 0.355 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test) Time elapsed: 0.774 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test) Time elapsed: 0.712 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test) Time elapsed: 0.756 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test) Time elapsed: 0.732 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test) Time elapsed: 0.702 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test) Time elapsed: 0.58 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test) Time elapsed: 0.517 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test) Time elapsed: 0.539 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test) Time elapsed: 0.52 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test) Time elapsed: 0.523 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test) Time elapsed: 0.504 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test) Time elapsed: 0.421 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test) Time elapsed: 0.513 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test) Time elapsed: 0.524 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test) Time elapsed: 0.511 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test) Time elapsed: 0.543 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test) Time elapsed: 0.527 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test) Time elapsed: 0.409 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test) Time elapsed: 0.508 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test) Time elapsed: 0.509 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test) Time elapsed: 0.509 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test) Time elapsed: 0.509 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test) Time elapsed: 0.498 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test) Time elapsed: 0.432 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test) Time elapsed: 0.514 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test) Time elapsed: 0.547 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test) Time elapsed: 0.496 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test) Time elapsed: 0.51 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test) Time elapsed: 0.515 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test) Time elapsed: 0.408 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.592 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.608 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.61 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.587 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.598 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.527 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.633 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.581 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.603 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.591 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.64 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.552 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test) Time elapsed: 0.629 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test) Time elapsed: 0.636 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test) Time elapsed: 0.638 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test) Time elapsed: 0.606 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test) Time elapsed: 0.62 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test) Time elapsed: 0.522 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test) Time elapsed: 0.596 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test) Time elapsed: 0.63 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test) Time elapsed: 0.62 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test) Time elapsed: 0.588 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test) Time elapsed: 0.639 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test) Time elapsed: 0.516 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test) Time elapsed: 0.486 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test) Time elapsed: 0.482 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test) Time elapsed: 0.523 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test) Time elapsed: 0.402 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test) Time elapsed: 0.484 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test) Time elapsed: 0.509 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test) Time elapsed: 0.509 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test) Time elapsed: 0.497 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test) Time elapsed: 0.477 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test) Time elapsed: 0.397 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test) Time elapsed: 0.513 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test) Time elapsed: 0.504 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.603 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.638 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.635 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.613 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.595 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.527 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.616 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.557 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.587 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.598 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.584 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.546 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Bug481310Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Bug481310Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyClipboard_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.346 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyClipboard_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.15 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.794 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.193 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.62 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.193 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.708 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.184 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.315 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.15 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.4 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.146 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.771 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.217 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.655 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.185 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.664 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.22 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneColumn_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.654 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneColumn_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.233 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.337 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.154 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.426 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.151 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.725 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.21 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 1.013 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.197 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.312 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.153 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.486 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.156 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.405 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.159 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.411 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.16 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.716 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.2 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.599 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.203 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.65 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.251 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.649 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.185 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.555 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.201 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.588 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.19 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.313 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.149 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.409 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.148 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.35 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.151 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyClipboard_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.354 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyClipboard_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.148 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 1.75 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.192 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.846 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.193 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.685 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.194 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.782 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.2 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.589 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.196 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.627 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.207 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.313 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.185 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.448 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.151 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.405 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.15 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.347 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.149 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.731 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.191 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.577 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.187 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.644 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.187 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.602 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.192 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.577 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.191 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.546 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.192 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.314 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.158 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.397 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.154 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.352 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.187 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.662 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.222 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.412 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.144 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.562 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.161 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.698 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.145 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.476 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.153 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.559 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.143 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.459 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.218 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.498 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.152 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.513 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.184 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.402 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.159 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.448 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.147 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.413 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.156 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.356 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.159 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.368 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.142 s testNattableTooltipProvider(org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest) Time elapsed: 1.622 s testTopLabelProvider(org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest) Time elapsed: 0.847 s testDiagnostic(org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest) Time elapsed: 0.713 s testNattableTooltipProviderText(org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest) skipped testUnsupportedColumnCellText(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.UnsupportedColumnCellTextTest) Time elapsed: 0.339 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.UnsupportedColumnCellTextTest) Time elapsed: 0.321 s two_rows_one_column_selection_hide_all_categories__create_new_element_1(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) Time elapsed: 0.453 s two_rows_one_column_selection_hide_all_categories__create_new_element_2(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) skipped two_rows_selection__hide_all_categories__create_new_element(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) Time elapsed: 2.102 s two_rows_one_column_selection__create_new_element(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) skipped two_rows_selection__create_new_column(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) Time elapsed: 0.363 s two_rows_selection__hide_all_categories(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) Time elapsed: 0.403 s one_row_selection(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) Time elapsed: 0.419 s two_rows_selection(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) Time elapsed: 0.383 s two_rows_selection__create_new_element(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) Time elapsed: 0.427 s testCreateStereotypedInterfaceTable(org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest) Time elapsed: 2.705 s testCreateStereotypedPortTable(org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest) Time elapsed: 1.377 s testCreateStereotypedAssociationTable(org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest) Time elapsed: 1.379 s testCreateStereotypedClassAndInterfaceTable(org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest) Time elapsed: 1.804 s testCreateStereotypedTimeObservationTable(org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest) Time elapsed: 1.507 s testCreateStereotypedClassTable(org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest) Time elapsed: 1.617 s Results: Tests run: 635, Failures: 0, Errors: 0, Skipped: 120 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.nattable.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests >-- [INFO] Building org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT [162/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityLowerValueSpecificationGrammarTests.java:[22] import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityLowerValueSpecificationGrammarTests.java:[80] public DefaultXtextDirectEditorConfiguration getEditor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/ValueSpecificationGrammarTests.java:[23] import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/ValueSpecificationGrammarTests.java:[293] public DefaultXtextDirectEditorConfiguration getEditor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityUpperValueSpecificationGrammarTests.java:[22] import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityUpperValueSpecificationGrammarTests.java:[80] public DefaultXtextDirectEditorConfiguration getEditor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/target/org.eclipse.papyrus.uml.textedit.valuespecification.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests >-- [INFO] Building org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT [163/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/org.eclipse.papyrus.uml.textedit.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.uml.textedit.suite.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.294 s - in org.eclipse.papyrus.uml.textedit.suite.tests.AllTests testDefaultValues(org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests) Time elapsed: 2.2 s testInitialText(org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests) Time elapsed: 0.023 s testMultiplicity(org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests) Time elapsed: 0.064 s testParser(org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests) Time elapsed: 0.024 s testDefaultValues(org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests) Time elapsed: 0.207 s testInitialText(org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests) Time elapsed: 0.016 s testMultiplicity(org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests) Time elapsed: 0.064 s testParser(org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests) Time elapsed: 0.019 s testDefaultValues(org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests) Time elapsed: 0.204 s testInitialText(org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests) Time elapsed: 0.018 s testParser(org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests) Time elapsed: 0.073 s testDefaultValues(org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests) Time elapsed: 0.461 s testInitialText(org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests) Time elapsed: 0.127 s testParser(org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests) Time elapsed: 0.288 s testParser(org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.MultiplicityLowerValueSpecificationGrammarTests) Time elapsed: 0.111 s testParser(org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.MultiplicityUpperValueSpecificationGrammarTests) Time elapsed: 0.159 s Results: Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.textedit.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests >-- [INFO] Building org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT [164/177] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/org.eclipse.papyrus.uml.architecture.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT [165/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile >-- [INFO] Building org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT [166/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src-gen/profile/impl/AlwaysPassiveJavaImpl.java:[122] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, ProfileValidator.DIAGNOSTIC_SOURCE, ProfileValidator.ALWAYS_PASSIVE_JAVA__ALWAYS_PASSIVE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "AlwaysPassive", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src-gen/profile/impl/AlwaysActiveMalformedImpl.java:[122] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, ProfileValidator.DIAGNOSTIC_SOURCE, ProfileValidator.ALWAYS_ACTIVE_MALFORMED__CONSTRAINT_ALWAYS_ACTIVE_MF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ConstraintAlwaysActiveMF", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src-gen/profile/impl/AlwaysActiveImpl.java:[122] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, ProfileValidator.DIAGNOSTIC_SOURCE, ProfileValidator.ALWAYS_ACTIVE__CONSTRAINT_ALWAYS_ACTIVE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ConstraintAlwaysActive", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/target/org.eclipse.papyrus.uml.validation.tests.staticprofile-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation >-- [INFO] Building org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT [167/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/target/org.eclipse.papyrus.uml.validation.tests.genvalidation-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests >-- [INFO] Building org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT [168/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/org/eclipse/papyrus/uml/validation/tests/Activator.java:[51] org.eclipse.papyrus.infra.core.log.LogHelper log = new LogHelper();// use because there is an implicit dependency ^^^ The value of the local variable log is not used 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/target/org.eclipse.papyrus.uml.validation.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests >---- [INFO] Building org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT [169/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/org.eclipse.papyrus.uml.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.uml.suite.tests.AllTests No JFaces support for org.eclipse.jface.viewers.TableTreeViewer GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@612b13d9 (visible: true, type: CompositeStructure, mutable: false) (name: CompositeDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@370937a9 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ade232e (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@13de17cc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2857b0c0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2da8b675 (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@345c6d30 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5886fb65 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5d018d5e (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5ccc78e9 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1a90d24d (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@10f9e43d (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@403848a9 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b38e484 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3821067 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 Warning: NLS unused message: "Select in: messages GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7bb242bd (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52a0e727 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50c110f2 (visible: true, type: Class_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7c2cc88 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3b04b7f3 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3f78058c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9a111e7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@693ebb34 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7bb242bd (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5886fb65 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4455524 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@51a34fad (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3864af6 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@107c0d23 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b3060f0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@604af7ff (visible: true, type: Constraint_PackagedElementShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@72dbf850 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@30a44a7b (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@223a2786 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5c4b302e (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@22639f52 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@55ed46a (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3892f67f (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7281ffea (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@16e73547 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70ae7305 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45d6260c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@797baa34 (visible: true, type: Constraint_ContextEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@769b2f4a (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a2760ed (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6d1770c9 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@48215d2c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@859f36f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@672fdfa4 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43699495 (visible: true, type: Constraint_KeywordLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5f802348 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2df1a602 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68495d2b (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a3c5b8d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@311911cd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@769b2f4a (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@223a2786 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@c23589 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1d146517 (visible: true, type: PapyrusUMLComponentDiagram, mutable: false) (name: ComponentDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2b244a04 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5ce18413 (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68d7a9ee (visible: true, type: Constraint_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@431f9a55 (visible: true, type: NamedElement_DefaultShape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@62e84527 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20203041 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1210e8f9 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@d053b08 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@47330193 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ec99ff6 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4bc25b28 (visible: true, type: Constraint_ConstrainedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ff2ed3d (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@444c59cd (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1043966e (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2e361386 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6259aae3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@78f94064 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f98aa3d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1ec99ff6 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@47330193 (visible: true, type: Comment_AnnotatedElementEdge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7cae54f2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51abb186 (visible: true, type: 7014, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57c8fbeb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7feea80e (visible: true, type: 3015, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57c8fbeb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@95299e1 (visible: true, type: 2008, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57c8fbeb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@48d4c1bb (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: classes, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57c8fbeb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@638d3338 (visible: true, type: 7014, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57c8fbeb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6dba1c7f (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57c8fbeb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@972da68 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57c8fbeb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cbf67b8 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57c8fbeb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37833d08 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57c8fbeb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75302178 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57c8fbeb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@38dc16a (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57c8fbeb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7db93149 (visible: true, type: Operation_ClassOperationLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57c8fbeb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@202feaa3 (visible: true, type: ClassifierTemplateParameter_TemplateParameterLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@57c8fbeb GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5890e995 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: NewDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@751b9dfe (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6469645d (visible: true, type: Interface_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5b73c310 (visible: true, type: InstanceSpecification_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20df7b58 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@385196ae (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6fba9bd2 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2c227091 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b4264d9 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76f8ce95 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@35eee7ab (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@37a79d4e (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@698b4a7a (visible: true, type: Generalization_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@445dbc83 (visible: true, type: Interface_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63957ae (visible: true, type: Interface_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1f0e6a8e (visible: true, type: Interface_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3363e2c8 (visible: true, type: Interface_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@446989c3 (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3cc8b2c5 (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c267601 (visible: true, type: Property_InterfaceAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d2fbbce (visible: true, type: InstanceSpecification_SlotCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1af27c53 (visible: true, type: InstanceSpecification_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@172e9f60 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@775a17d8 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@29f9ac3c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ae6e931 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25cd21f0 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1b2d447c (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@713561dc (visible: true, type: Generalization_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40b9776e (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@122a9d1c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c80f3a9 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5cf9e816 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@637587a2 (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@677a73c2 (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@69c72680 (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7293c9d1 (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3e97976c (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e258d4d (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68744e62 (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ba75cbc (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@60f2511e (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@16f722d0 (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39ab0312 (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5e25e5d0 (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@27c80c13 (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@708996d0 (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@945f695 (visible: true, type: Slot_SlotLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@51006714 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@bea91ed (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6c987186 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17c4a7a1 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4a1e803 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Sylfaen, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@86dfeee (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33a68ebd (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37f01ade (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@472738d8 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e72cae7 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@614f8c9a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3340e83c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@541ca788 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@216b1f78 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5eb8204c (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4aafcea5 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1d2cda08 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6391d6bc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@e3d2116 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2e65ffee (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1d903721 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@239b3a14 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6ef5def0 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d0e997c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@45bb671b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43f34f75 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@230cc5be (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@712b8b64 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1777a482 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e33dba5 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61280b8d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b3e6d31 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47cb377a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53ee0730 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78022bcf (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71b91d10 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ac3cee3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5df52396 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27783a72 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f2596ff (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@267b7f40 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71704c35 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58ed3097 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3168f69 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e9bb133 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33b11b41 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@348b0c71 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7b5b61be (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4ccf4641 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39f28c5e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e3f69d2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64c4b75b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21f16bb4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69ae036a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@549cf910 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23edb1c7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e683994 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a46f375 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a225fd0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41d4afc5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3af537d9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68a7ce4e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a96cdd8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a737610 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a91f141 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@161cc64d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@23000e30 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41f487d8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f622489 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e40acb5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a54813c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3635e705 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cd831d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24ebb4fd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dd624ab (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a409f35 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e17b414 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ce1fb51 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b7ec3fb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2951c02e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79a053db (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bfac346 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72a4c382 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4dab9b88 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@5a9fd546 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@34c780e5 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@165f1554 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3497279a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25b7ae46 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62348e7 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1fb450e (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f9a3fe1 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cbea62d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63ee25b3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2beb238e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3cd8c69f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56686bf (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@229f166a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34fbc6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@634bf571 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d750514 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12dd6221 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14406196 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d77f922 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@178c82fb (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@233136ce (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55fdf997 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16fc873d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@406fbb8e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5746f036 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25fd43a3 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4664f480 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26a34b6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5976400d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6adf55d2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@179a2379 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e8748ea (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@398e74c5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67d39235 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13e05bf2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33191ad6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@df90139 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74fc4db1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f672421 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2af7e1f2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e03dd5b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7dd39595 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1827e4eb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a64f0a5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@118c3f41 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5965deb2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67f90560 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@42151fe9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f9f3f0b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@68998c50 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6fda9be5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@403bb4c8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@921e113 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bdb1fd1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4e3b38e8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c6635e1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a188d99 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e742b1c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24848f57 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a5c4e53 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e906ac3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f7d0a8b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@350713c2 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@66099588 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@71119199 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@32723708 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@38ec7865 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2e8cdfe6 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@401fdb69 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f203ef3 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@77abde1a (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f9ae46c (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2098c061 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@712e772f (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f90f80d (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52ab8df2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64263a7f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4c775c61 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76771b06 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34fe8bf6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@767f236e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@714134f2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4176bfb2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53753682 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55a28df6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8db346a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17ec5ae1 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@625370c8 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@269c761e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60a17953 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5934e670 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e767ae7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3883a27 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@44cd0dbd (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@945721b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79f67d57 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cc347bd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24efa159 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7200f29 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24651eb5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d1346d6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47fc6426 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@327a8905 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1aa54eea (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dcd66c5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62a707de (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3615468 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d39fc93 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c4d7f00 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c14f4d8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74451daa (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57ee3ac5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b70898b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@9c7f129 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d145c46 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f96e319 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@27d4580e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d584372 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f7f7d24 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@49501e9e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eb825e5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@553d3832 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f89958e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5971e72 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1127fca6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1252b536 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e0136a7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29aa11a3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2da20ef1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21eaa994 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a534213 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ad2c12b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1b6bb583 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@343af1c0 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5de0401d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@39e59d65 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2a5a9970 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1a5b11c7 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Sylfaen, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1ab89869 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ead6704 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@701d02c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a365ca7 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8e6de1f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@e44b383 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7d027811 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37c84a23 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4c47430c (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@ca950ee (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b238e6e (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57d099c1 (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f330ae6 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2a7855b9 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4194a46f (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@11fa028d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@67506132 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@115d4bf4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38d78baf (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cd3d22f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@811475a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b15702a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7365858b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@631f9dc4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@351098a0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@778d5247 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7325535d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@333804cf (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@474bd9d0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f11fb10 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78a86b75 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32d955a7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@91a6005 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2816afbe (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79ed125f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55955255 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@262b0e5d (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@845dd6a (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@619c0882 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38f67e72 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7eca486 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@de28062 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75551607 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b8228b2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fa048c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e51fc3b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59e3612d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7503b1b5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b97a4a4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7267fac4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26575a71 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@fe943c7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52ed0ad4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34ddce8f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f216b04 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@186e58e9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a9c1e9e (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@a40dfe4 (visible: false, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3eea8d3 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f9f74f3 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d7d8e95 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a1b548d (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@703e0c9 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@523cb21c (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a4781b6 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d9bc992 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a229cf (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d3d38eb (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c395ba5 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@557dc38b (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26039997 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72c5bd7c (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@519895d9 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72f805d (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51992c87 (visible: true, type: StereotypePropertyBrace, mutable: true)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2d6e5c18 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@68ac0f12 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@13ae601a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5acc329d (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7e424225 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@50c50608 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@10205d9f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3ff6f9d2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8f9e134 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@334ebc2a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2197abf4 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c4f0336 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@107cc9a5 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@364d8688 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26d16e99 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2333ec23 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@aa14d23 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f2010c0 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e7ecc41 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b2d1d1a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@35633456 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5c116f25 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d3a4a70 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50a76cdb (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50215ec7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2384f85e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f01887a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7914e8e2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13e73808 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72c7d12b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2900dd58 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2218321c (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bc6dbba (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4351fc9c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d71c3de (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2bd331a3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b807484 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@583b5366 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ae63bfc (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1f526f78 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@683b0b24 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a47198f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10b617fb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a28b811 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36f0fba3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20c12aa4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47a3a475 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@db20a5a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@718b30c1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54a172a9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@398336f3 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a87774 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22c76a6f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a83621 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cef68d8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12d98df8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53fc1201 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14b0faf4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ee88e78 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47a12728 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@399fa049 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74a708f3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59d1578a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cdb4702 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a03fee9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2265b09b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6571475b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3057607e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a470eac (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1cd1dba6 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@660f6479 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6698242 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ccbf127 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6c99b1ff (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ff1cb15 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a98cdd9 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36147ec1 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3474aec4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a76a99b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26bae21f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64a4c636 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a70fccb (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@a8e33f4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a93acd4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a8bc478 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50e5d72c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5faf361e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34945157 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7babde29 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29c5f9b7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@518b6ace GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@567ccb41 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4778e726 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1c6d4666 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@313bdb87 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Sylfaen, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@413a5270 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@670e5116 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4888defc (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3129009d (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@2b469d3b (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7f68f142 (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28c01f5c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5856ef6a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@412843e5 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d6dfcd2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29f3831c (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8c78619 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@3f111e04 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@102a2e32 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@40131237 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@76fbf516 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@64c3c381 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@eac92dc (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@788f9f37 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@793e2367 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ff27a11 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4cbae5f5 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5be73a10 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2feffa0c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@386fedc2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28ae6bd1 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b79593b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74f5d2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4eb0ebbc (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46b4e530 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f6c0efd (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@314dfd24 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f46597 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25e665d0 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@392630ae (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a183687 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@54e03f71 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@551bfbf (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7de54630 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47485a77 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f7b3125 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28f17b1b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33bb057c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@514ff0fd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67f1c611 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@175be7ca (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c9ee645 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@710958d2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75082145 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37c39052 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d29fa17 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73d6c773 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e205556 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@857bde9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d0dd427 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63586a90 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7f8c3686 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1b97f57d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c030a9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bcf85d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70a1a5c7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@bbb4543 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41395842 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73defa87 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@744981ca (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32e84960 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f5dfe5e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3085b96c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14e47266 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cd047b9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c9ef2fb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ba8fa70 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1405622 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78391c02 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74124494 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18621170 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@79b56812 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3441c638 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5660f252 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25bc0a18 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59885344 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3780d982 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ed825ad (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f12b2bc (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@753e0ae7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@246dee28 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74895c99 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d026ee8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18633d0b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ab5bb95 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ae0bffa (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a7b2573 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5699ce5d (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@73f719b0 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@90cb333 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3dba7575 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d08beb (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@70e0c2f6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e15c14b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d8c9671 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ae5e76f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@770fefb8 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48e84b0f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51813d96 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48cb16f1 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15fac610 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26dfc9d8 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3d7a7d8c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ee56e09 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9b1fff3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ef1c937 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@277541f0 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@64cacc2a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63529b8e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3e727834 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e2f3f9b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50473594 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@376c4a65 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@771b0c6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34057568 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38665612 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d197c96 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e0e6e31 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75172bd4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3035247 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e423225 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@323e4e7e (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@66c37efe (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cb5dd34 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@410a344e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@33a916b5 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@1e356a48 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2c906dda (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@182f4179 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63d42a7e (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@8422f59 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@673b335e (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3985d98a (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4b61a3f (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@f515a8c (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@d6bd021 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25d65ce5 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3c15c169 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@98bc8e9 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7da42b15 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1cce4ad8 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5906633b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8e29e3d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@aa8ca4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@372f04c0 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6ea0b365 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55318573 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1775ad9 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@380d4983 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f5d9722 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@238b3dcc (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@126146e5 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d8202b6 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b9eff0c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@41fed351 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@531873d6 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f6712e4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@386c1e3d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54254026 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dfa68e9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b4eb57c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a7975dd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@649408ab (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22f4faf9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3075f15e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@36777b92 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2e9438d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@56e0a3a5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@76d64f02 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21d42bc0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53cd2a1a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@594128a4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5116387a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@678c1c90 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@59fe8f88 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@352f442a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@768fa55b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12d5eb50 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3b447567 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8faf5f7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@258e7897 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51c67088 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5cedc422 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@569e7b3f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a722b0a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@45c7ec3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43dff6f6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15850dcd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33d6d787 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@331a5281 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@65e5eab3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7243992a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@31acce83 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@1bd3503f (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@3f62fb3b GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@52a638e6 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@57231e4a (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@11740731 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@ccf084 (visible: true, type: Comment_Shape, mutable: false) (fontColor: 0, fontName: Sylfaen, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5ba0da7c (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@49bd2b26 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f26fb6c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71bb525b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6894e84d (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@14cf7c87 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7fc0ea6d (visible: true, type: Dependency_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@253c728a (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2997c36a (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33914a2f (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26f9631b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ec79cab (visible: true, type: Dependency_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c506304 (visible: true, type: Dependency_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@203e9311 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@279fcf89 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7cfba7fe (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69f9be98 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@543567fe (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@52fcbe2f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2502adb5 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19061f4d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e91de8d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5da27d4c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51dd2b9c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d099c78 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18a0e360 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b14b12 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@60f50d2d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@10b2b305 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7deafc61 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4b997f26 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6af06616 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5616e21a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f639a84 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@58624ca3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3aba02be (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7767ddf6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5dbd6db9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7b45bed0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@670c5491 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6e70384b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@149d5fd0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3abaf41d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e15af42 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15d4686f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22413cc4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2c63e980 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fae7f64 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@427f5790 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b03b1a1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d48f2a1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2f3b56bd (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4a29224c (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@52b5b77a (visible: false, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2859457b (visible: false, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@522862f9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1dde2f07 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@68715545 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@4fdf6259 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1f8b8b30 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73d6b1a7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@25d62ca5 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4f27bc92 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@382d61ec (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4fcb3613 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33b1f946 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@20ac3dfe (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bbf4934 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@29e74f56 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5bb79f8a (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b7314d0 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34d5e435 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1248549f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@243ed8d4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@680b0616 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@508d08be (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6aa9b842 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@362fe08b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@72a0eb9b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ede8167 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15f83ff4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2725e4f2 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3489cba4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@25e278a1 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3ddb5fc1 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ef3872f (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@375220b0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14cab62f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44722a19 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37541183 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fab5ded (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@50283ebb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@496f7595 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7215dbc1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@69636db7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d48a04e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51c95f4b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@11e8b021 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7ccac3e4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19173a5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3f48dda8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@51310f83 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@57cb8876 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6000e2a8 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e1541e9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e447b1f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@571cd6d2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1a122941 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dafb658 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b66d6ad (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54e50f61 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@980822 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@15fc9fae (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@ac086e8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4891f4d6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1e418bd9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bddf762 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26fd3f9c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74059589 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@481be454 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@46ff7479 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@7fbefe9f (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6a9f7b29 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1e2409e6 (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1c8b23af (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6c3a7276 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@234bdb3e GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@7a22d734 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@17aee1f7 (visible: true, type: Package_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@73b2ff76 (visible: true, type: Package_PackagedElementCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@251b7c27 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d8b39ae (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@282631f (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2fa54ce1 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e18a585 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@400eec9b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6b7c2dfe (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@23fd57c1 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1df4aa17 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1be8461 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e75e7bc (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4caedae4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@368f0159 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7c5218be (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d1a6951 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2a1d7998 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6de9b740 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@174d912f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62695c6f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@709a5c21 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2d9bef1a (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@63a98664 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@61823259 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@67efd3dc (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5eede595 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7569cc41 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@161552d0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@285e6431 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@625cfae (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ae179e9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e064bbb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2651c7bd (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2739afd4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5385e289 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@32665b6a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4014c184 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4bda925e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@19ce821b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2d72fdb3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17d352f9 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@409ad940 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@710112b7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@83e8269 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4da5e9d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c343af0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fd53da2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63ede0da (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a305716 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d09ecbe (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2b38e1af (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@237ef6d2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@41bdc869 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@85c34b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b6c5b88 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1bc41e3c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cbb4625 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@74a68615 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@75810586 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@40276346 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@79c3fbb1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7a26ad94 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6e54ce1 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44287af2 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@659a8dfa (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5a0f95f4 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@349c411a (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3621ce6b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5f7c0010 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@563acdb (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@c0a2717 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@171287b3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@24071dac (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3306330d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@850d52d (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fb95c02 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@14267c99 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@cefbea9 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@21315cf0 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@8615348 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4030dd53 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@12c204e8 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1401681b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17f160d3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6a137c8 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@726e7f3e (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@793ac02e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@53bebba7 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5fd6d86 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@54796793 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7bde3b4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37307338 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@334da962 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@62f7f2c6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@294bf61e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cff3c68 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@d99c0f4 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@519f8165 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a3c48c8 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7fad2063 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@386855e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ceaaea1 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48efe48e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@61237a1b (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5e2c4c86 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7d28a35f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@b84cab2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3824bdcb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@30c04d24 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37da5717 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2f51421e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1897aa16 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fcf80c3 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5ad77e07 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@63ae4efb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5d4be7a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@13980d49 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3922666e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5b45966c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1880850f (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1ff0ddf9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@47c6b0a (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@491c2783 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2204ab4c (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: DiagramToTest, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@5644e795 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5b624357 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@233ecb72 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7f2d6fb2 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ed4a1b4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3114617a (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fae9668 (visible: true, type: StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@43a1bdc (visible: true, type: StereotypeBrace, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@38dec6a3 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@151c6d39 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3bc162ef (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1987db5c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@39b87df4 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2feec298 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4fd910e5 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@34b10957 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@43dca35f (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@140727a7 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26940476 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4ca7e510 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7e622a0c (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@450746b8 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4aa6779b (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7a0bba15 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6daf4498 (visible: true, type: StereotypePropertyBrace, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7365c4e1 (visible: true, type: StereotypeComment, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17566923 (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1720f5a6 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@6d0e4a8d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@55c364f2 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@632343af (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@18b1c5e9 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@37a30b00 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2cf19cde (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@734fdf5b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@246faa07 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@26cd481c (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4d18c190 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@33a8b04a (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1d023dac (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1afcc124 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2ed5b3ce (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@151bee35 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@376b1529 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7320506f (visible: true, type: StereotypeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@16656c75 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20a2962e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@75734f55 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3fea548e (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@77152849 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@e4cb055 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@268ab8f5 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@614e512d (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@189cd662 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@498164fc (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@48ff6d30 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@7cf01cea (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@22cfe50b (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4f0145c0 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@374dfaad (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@59c43304 (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1c4cbedb (visible: true, type: StereotypeProperty, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@4130a828 (visible: true, type: StereotypeCommentLink, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7d75b799 (Eclipse:6539): Gtk-CRITICAL **: 06:02:46.200: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:02:46.205: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:02:46.210: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:02:46.370: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:02:46.376: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:02:46.381: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:02:46.447: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:02:46.608: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:02:46.613: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:02:46.619: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@1288c755 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ffa0a83 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@3535d542 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ffa0a83 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47d86270 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ffa0a83 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@83aef51 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ffa0a83 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@1cbff699 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ffa0a83 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3c98a834 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ffa0a83 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@44a36cbc (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@7ffa0a83 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@412bd082 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b750416 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@7ec06371 (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b750416 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@510560be (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b750416 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@33933c90 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b750416 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6a434529 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b750416 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@303000ae (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b750416 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@567c55d3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@6b750416 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6465d1f8 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4326739f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@f154bae (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4326739f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@5729f18f (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4326739f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38e470a7 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4326739f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@68da09d (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4326739f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2cb24b4c (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4326739f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2ac7f70d (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4326739f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@546819b2 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: Class Diagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488d349 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@4d0b4afc (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488d349 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@28ac3c0b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488d349 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2bd6e4f0 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488d349 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@7317aa18 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488d349 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@293e316d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488d349 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@75644188 (visible: true, type: Property_ClassAttributeLabel, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488d349 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@491500f3 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@488d349 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@321e3b39 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@88ebc35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@2711ce8c (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@88ebc35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@47097569 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@88ebc35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d4192e1 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@88ebc35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2a32136b (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@88ebc35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@4497431d (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@88ebc35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6ec0e88c (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@88ebc35 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2a684336 (visible: true, type: CompositeStructure, mutable: false) (name: CompositeStructureDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@20f41dae (visible: true, type: Interaction_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@344c5a29 (visible: true, type: Interaction_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@5c4cb13c (visible: true, type: Interaction_StructureCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@db120b7 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@628a9dd4 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@25609025 (visible: true, type: Interaction_Shape_CN, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@17f4554 (visible: true, type: Interaction_FloatingNameLabel_CN, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@19439f8b (visible: true, type: Interaction_StructureCompartment_CN, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6f1da439 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@6430e678 (visible: true, type: Port_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@660ebaab (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3ef2420d (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSConnectorImpl@130dfc51 (visible: true, type: Connector_Edge, mutable: false) (roundedBendpointsRadius: 0, routing: Manual, smoothness: None, avoidObstructions: false, closestDistance: false, jumpLinkStatus: None, jumpLinkType: Semicircle, jumpLinksReverse: false, lineColor: 11579568, lineWidth: -1)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@663aadaa (visible: true, type: Port_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@78d0cdcb (visible: true, type: Port_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@3a89b386 (visible: true, type: Connector_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@71d47d13 (visible: true, type: Connector_NameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@1527da7 (visible: true, type: Connector_SourceMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@9d876c5 (visible: true, type: Connector_TargetMultiplicityLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@6134766 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@17bad3ea (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@22dcc053 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@53fc72a6 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42a552f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@68d5e8cb (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42a552f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@4042d24b (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42a552f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@37cfcccf (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42a552f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@66d8fd53 (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42a552f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@acc1271 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42a552f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@667d82 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@42a552f GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@5eacf01 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63bd8f5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@1deaf72e (visible: true, type: Class_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63bd8f5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@20eecab4 (visible: true, type: Class_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63bd8f5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@39b641a3 (visible: true, type: Class_AttributeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63bd8f5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@70ea964f (visible: true, type: Class_OperationCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63bd8f5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@3b5af051 (visible: true, type: Class_NestedClassifierCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63bd8f5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@2d087b5 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@63bd8f5a GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@63715fe6 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@4a746048 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@6fe4ec13 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@5db51278 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@56f933f4 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@67a590c9 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@631cb697 (visible: true, type: PapyrusUMLClassDiagram, mutable: false) (name: ClassDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@15202a25 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.notation.CSSDiagramImpl@2bc7b9f5 (visible: true, type: PapyrusUMLActivityDiagram, mutable: false) (name: ActivityDiagram, measurementUnit: Pixel)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2857e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@71a4ca8f (visible: true, type: Activity_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2857e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@38b5fe8 (visible: true, type: Activity_ParameterCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2857e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@28bf8dcd (visible: true, type: Activity_PreconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2857e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@f6dff28 (visible: true, type: Activity_PostconditionCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2857e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@612727e4 (visible: true, type: Activity_ActivityNodeCompartment, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2857e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSShapeImpl@722d1890 (visible: true, type: JoinNode_Shape, mutable: false) (fontColor: 0, fontName: Tahoma, fontHeight: 9, bold: false, italic: false, underline: false, strikeThrough: false, description: , fillColor: 16777215, transparency: -1, gradient: null, lineColor: 11579568, lineWidth: -1, roundedBendpointsRadius: 0)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2857e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@44decfd1 (visible: true, type: JoinNode_FloatingNameLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2857e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@536b60a (visible: true, type: JoinNode_JoinSpecLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2857e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSDecorationNodeImpl@2dd733da (visible: true, type: JoinNode_StereotypeLabel, mutable: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2857e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@632a2a10 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2857e2 GMFUMLElementProviderorg.eclipse.papyrus.infra.gmfdiag.css.CSSBasicCompartmentImpl@76273792 (visible: true, type: compartment_shape_display, mutable: false) (collapsed: false)org.eclipse.papyrus.infra.gmfdiag.css.engine.DiagramCSSEngine@2857e2 (Eclipse:6539): Gtk-CRITICAL **: 06:03:07.519: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:03:07.543: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:03:08.502: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:03:08.507: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:03:08.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:03:09.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:03:09.315: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:03:09.876: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:03:09.884: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:03:10.473: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:03:11.065: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:03:11.070: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar log4j:WARN No appenders could be found for logger (org.eclipse.ocl.pivot.internal.resource.StandaloneProjectMap). log4j:WARN Please initialize the log4j system properly. (Eclipse:6539): Gtk-CRITICAL **: 06:04:23.565: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:23.567: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:23.569: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:23.571: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:23.573: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:23.575: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:23.637: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:23.640: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:23.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:23.995: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:23.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:24.001: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:24.004: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:24.006: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:24.010: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:24.012: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:24.038: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:24.041: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:24.044: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6539): Gtk-CRITICAL **: 06:04:24.047: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 683, Failures: 0, Errors: 0, Skipped: 39, Time elapsed: 221.141 s - in org.eclipse.papyrus.uml.suite.tests.AllTests testUML(org.eclipse.papyrus.uml.service.types.tests.creation.CreatePureUMLElementTest) Time elapsed: 0.283 s test(org.eclipse.papyrus.uml.service.types.tests.creation.CreatePureUMLElementTest) Time elapsed: 0.235 s testDeleteOneAddVariableValueAction(org.eclipse.papyrus.uml.service.types.tests.deletion.DeletePureUMLElementTest) Time elapsed: 0.062 s testDeleteOneCentralBufferNode(org.eclipse.papyrus.uml.service.types.tests.deletion.DeletePureUMLElementTest) Time elapsed: 0.044 s stereotypeApplicationsDeleted:command(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685) Time elapsed: 1.098 s stereotypeApplicationsDeleted:elements(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685) Time elapsed: 0 s stereotypeApplicationsDeleted:stereotypes(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685) Time elapsed: 0 s stereotypeApplicationsDeleted:undo(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685) Time elapsed: 0 s stereotypeApplicationsDeleted:redo(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685) Time elapsed: 0 s deleteInitialState(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest) Time elapsed: 0.283 s deleteS1(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest) Time elapsed: 0.123 s deleteS2(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest) Time elapsed: 0.09 s deleteFinalState(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest) Time elapsed: 0.1 s deleteFromContainmentSubset(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteContainmentSubsetTest) Time elapsed: 0.091 s deleteFromTwoContainmentSupersetsAtOnce(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteContainmentSubsetTest) Time elapsed: 0.064 s createAssociationWritable(org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899) Time elapsed: 0.035 s createAssociationReadOnly_usecase(org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899) Time elapsed: 0.026 s createAssociationReadOnly(org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899) Time elapsed: 0.053 s createConnectorTargetReadOnly(org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899) Time elapsed: 0.026 s createConnectorSourceReadOnly(org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899) Time elapsed: 0.059 s testDeletion(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteAssociationPropertyTypeTest) Time elapsed: 0.02 s testDeletionInCompositeDiagram(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest) Time elapsed: 4.061 s testDeletionWithSetRequest(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest) skipped testDeletionInClassDiagram(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest) Time elapsed: 1.231 s testDeletionInComponentDiagram(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest) Time elapsed: 0.966 s testCreation(org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationTest) Time elapsed: 0.009 s testCreation(org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationDirectedTest) Time elapsed: 0.007 s testCreation(org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationCompositeTest) Time elapsed: 0.022 s testCreation(org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationCompositeDirectedTest) Time elapsed: 0.005 s testCreation(org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationSharedTest) Time elapsed: 0.005 s testCreation(org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationSharedDirectedTest) Time elapsed: 0.006 s deleteInteractionFragmentInOperand(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.583 s deleteAllOperandsOfCombinedFragment(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.471 s deleteCombinedFragment(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.449 s deleteCombinedFragmentNested(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.442 s deleteOperandsOfCombinedFragment(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.431 s deleteCombinedFragmentDeeplyNested(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.39 s deleteInteractionWithNesting(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.4 s deleteInteraction(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.451 s stereotypeNotApplicableByProfileURI(org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest) Time elapsed: 0.983 s matchExistingElement(org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest) Time elapsed: 0.1 s stereotypeNotApplicableByQualifiedName(org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest) Time elapsed: 0.755 s createNewElement(org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest) Time elapsed: 0.28 s testCreateClassInModel(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest) Time elapsed: 0.005 s testCreateCentralBufferNodeInActivity(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest) Time elapsed: 0.008 s testCreateCentralBufferNodeInActivityWithNode(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest) Time elapsed: 0.004 s testCannotCreateOperationRedefinableTemplateSignature_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest) Time elapsed: 0 s testCreateOperationTemplateSignature_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest) Time elapsed: 0.004 s testCreateModelInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest) Time elapsed: 0 s testCreateDeploymentBetweenNodeAndArtifactInNode(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.004 s testCreatePackageMergeBetweenPackageAndPackageInPackage2(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.006 s testCreateTraceBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateDependencyBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateProtocolConformanceBetweenPackageAndPackageInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.004 s testCreateInformationfloweBetweenClasses2InPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.004 s testCreateUsageBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.002 s testCreateAbstractionBetweenPackageAndClassesInModel(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.005 s testCreateComponentRealizationBetweenClassAndComponentInComponent(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.008 s testCreateAbstractionBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateUsageBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.002 s testCreatePackageImportBetweenPackageAndPackageInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateComponentRealizationBetweenComponentAndClassInComponent(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.006 s testCreateElementImportBetweenPackageAndPackageInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateDeploymentBetweenNodeAndArtifactInArtifact(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateGeneralizationBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.004 s testCreateGeneralizationBetweenClassAndNullInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateDeploymentBetweenArtifactAndNodeInArtifact(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.007 s testCreateExtendBetweenClasses2InPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0 s testCreateProtocolConformanceBetweenPackageAndPackageInPackage2(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateTransitionBetweenInitialAndState(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) skipped testCreateInformationfloweBetweenUseCases2InUseCase(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.002 s testCreateRefineBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.168 s testCreateComponentRealizationBetweenClassAndComponentInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateRealizationBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateExtensionBetweenClassAndNullInNull(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateExtendBetweenUseCases2InUseCase(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.006 s testCreateElementImportBetweenPackageAndPackageInPackage2(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.002 s testCreateAssociationBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.002 s testCreateTraceBetweenClassesInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.007 s testCreateManifestationBetweenArtifactAndPackage2InArtifact(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateSubstitutionBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.004 s testCreateAbstractionBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateAbstractionBetweenClassAndClassInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.002 s testCreatePackageMergeBetweenPackageAndPackageInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.002 s testCreateRealizationBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.002 s testCreateTransitionBetweenStateAndInitial(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) skipped testCreateAssociationBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateRefineBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateDeploymentBetweenArtifactAndNodeInNode(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateIncludeBetweenUseCases2InUseCase(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.019 s testCreateGeneralizationBetweenClassesInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.002 s testCreateExtensionBetweenClassAndNullInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0 s testCreateDependencyBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreatePackageImportBetweenPackageAndPackageInPackage2(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.002 s testCreateComponentRealizationBetweenComponentAndClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateSubstitutionBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateInterfaceRealizationBetweenClassAndInterfaceInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateTraceBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.005 s testCreateTransitionBetweenStateAndFinal(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) skipped testCreateAbstractionBetweenClassAndPackageInModel(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateRefineBetweenClassesInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.005 s testCreateTransitionBetweenFinalAndState(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) skipped testCreateManifestationBetweenClassAndPackage2InArtifact(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.002 s testCreateInterfaceRealizationBetweenUseCases2InUseCase(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateIncludeBetweenClasses2InPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0 s testCreateExtensionBetweenStereotypeAndMetaClassInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateProfileRelationshipTest) Time elapsed: 0.011 s testMoveTemplateSignatureToOperation_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest) Time elapsed: 0.313 s testMoveRedefinableTemplateSignatureToClass_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest) Time elapsed: 0.002 s testCannotMoveRedefinableTemplateSignatureToOperation_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest) Time elapsed: 0 s testSetTemplateSignatureOfOperation_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest) Time elapsed: 0.002 s testSetRedefinableTemplateSignatureOfClass_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest) Time elapsed: 0.002 s testCannotSetRedefinableTemplateSignatureOfOperation_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest) Time elapsed: 0 s deleteAssociation(org.eclipse.papyrus.uml.service.types.ui.tests.deletion.DeleteAssociationTest) Time elapsed: 0.298 s deleteAssociationTarget(org.eclipse.papyrus.uml.service.types.ui.tests.deletion.DeleteAssociationTest) Time elapsed: 0.167 s deleteReadOnlyElement(org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest) Time elapsed: 0.566 s deleteClassInTheModel(org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest) Time elapsed: 0.774 s deleteRootOfTheModel(org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest) Time elapsed: 0.232 s renameUMLUnnamedElementTest(org.eclipse.papyrus.uml.modelexplorer.tests.RenameHandlerTest) skipped renameUMLNamedElementTest(org.eclipse.papyrus.uml.modelexplorer.tests.RenameHandlerTest) skipped revealSemanticElement_selectRootTest(org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests) Time elapsed: 0.57 s revealSemanticElement_selectChildrenTest(org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests) Time elapsed: 0.558 s revealSemanticElement_selectImportedPackage(org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests) Time elapsed: 0.598 s revealSemanticElement_selectImportedPackageList(org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests) Time elapsed: 0.572 s revealSemanticElement_selectChildrenTestList(org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests) Time elapsed: 0.53 s cutReadOnlyElement(org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest) Time elapsed: 0.263 s cutClassTest(org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest) Time elapsed: 0.756 s cutRootOfTheModel(org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest) Time elapsed: 0.194 s copyPasteofClass1Test(org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest) Time elapsed: 0.284 s pasteOnReadOnlyElement(org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest) Time elapsed: 0.27 s copyPasteofClass1And2Test(org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest) Time elapsed: 0.284 s copyPasteDiagramTest(org.eclipse.papyrus.uml.modelexplorer.tests.paste.DiagramCopyPasteModelExplorerTest) Time elapsed: 0.25 s copyPasteTableTest(org.eclipse.papyrus.uml.modelexplorer.tests.paste.TableCopyPasteModelExplorerTest) Time elapsed: 0.303 s copyPasteofClass1Test(org.eclipse.papyrus.uml.modelexplorer.tests.paste.StereotypeCopyPasteModelExplorerTest) Time elapsed: 0.833 s advancedModeDoesNotCollapseItself(org.eclipse.papyrus.uml.modelexplorer.tests.AdvancedModeTest) Time elapsed: 0.971 s validateModel[0](org.eclipse.papyrus.uml.modelexplorer.tests.resources.ModelValidationTest) Time elapsed: 0.018 s validateModel[1](org.eclipse.papyrus.uml.modelexplorer.tests.resources.ModelValidationTest) Time elapsed: 0.008 s dropInterface(org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest) Time elapsed: 0.079 s dropClass(org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest) Time elapsed: 0.017 s testPropertyContentProvider(org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest) Time elapsed: 0.003 s dropClassAndInterface(org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest) Time elapsed: 0.051 s dropClassAndSuperclass(org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest) Time elapsed: 0.028 s singleValuePropertyGraphicalTest(org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest) Time elapsed: 0.058 s singleValuePropertyTest(org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest) Time elapsed: 0.013 s multipleValuePropertyTest(org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest) skipped enumPropertyTest(org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest) Time elapsed: 0.006 s testProfileContentWithBaseClassPropertyWithoutInheritedProperties(org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest) Time elapsed: 0.274 s testProfileContentWithoutBaseClassPropertyWithoutInheritedProperties(org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest) Time elapsed: 0.154 s testProfileContentWithBaseClassPropertyWithInheritedProperties(org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest) Time elapsed: 0.162 s testProfileContentWithoutBaseClassPropertyWithInheritedProperties(org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest) Time elapsed: 0.14 s testSwitchToProxy(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) skipped testSwitchProfilesWithStereotypes(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.369 s testSwitchFromRegistererdToLocal(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.377 s testSwitchProfilesWithStereotypeProperties(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.246 s testSwitchProfilesWithMissingDefinitions(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.249 s testSwitchFromLocalToRegistered(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.318 s testSwitchToDifferentVersion(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) skipped testSimpleSwitch(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.287 s testSwitchFromProxy(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) skipped testSwitchProfilesStereotypeIdentities(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.148 s testSwitchProfilesWithRequiredStereotypes(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 0.993 s testOverloadDoesNotClash(org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest) Time elapsed: 0.023 s testNameClash(org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest) Time elapsed: 0.03 s testElementOfDifferentKindDoesNotClash(org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest) Time elapsed: 0.022 s testModifiedSysMLStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) skipped testUndoUnapplyProfile(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.303 s testAddStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.399 s testStereotypeUnsetAttributeChange(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.267 s testUndoAddStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.27 s testAddStereotypes(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.341 s testUndoRemoveStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.298 s testAddSysMLStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.35 s testModifiedStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.255 s testAddStereotypeOnSeveralElements(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.296 s testUndoAddStereotypes(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.297 s testFakeBasedProperty(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.426 s testRemoveStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.388 s testRemoveSysMLStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.488 s testUndoAddSysMLStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.255 s testUndoModifiedStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.356 s testUndoAddStereotypeOnSeveralElements(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.242 s testUndoRedoAddStereotypeTiming(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.346 s testUnapplyProfile(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.3 s testUndoRemoveSysMLStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.343 s testUndoModifiedSysMLStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) skipped testStereotypeListAttributeChange(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.248 s twoProfilesUnapplied(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.11 s moveProfileApplication(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.081 s applyProfileThenMoveApplication(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.067 s twoProfilesApplied(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.088 s profileReplacedInAnApplication(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.089 s simpleNewProfileApplication(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.084 s simpleProfileUnapplication(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.097 s profileAppliedThenReplacedInSameApplication(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.105 s testEditToDisplaySingleString_1(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.023 s testList(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.024 s testNull(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.04 s testDisplayToEditString_1(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.022 s testEmptyString(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.022 s testClass2(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.04 s testClass3(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.022 s testMatchingElementstSingleValue1(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.022 s testMatchingElementstSingleValue2(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.022 s testCompletionToFindClass_1(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.046 s testCompletionToFindClass_3(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.026 s testCompletionToFindClass_4(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.028 s testCompletionToFindClass_5(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.038 s testCompletionToFindClass_6(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.028 s testCompletionToFindClass_7(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.027 s testCompletionToFindClass_8(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.042 s testSplitString_1(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.027 s testSplitString_2(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.025 s testCompletionToFindConstraint_1(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.027 s testCompletionToFindConstraint_2(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.037 s testCompletionMultiValueConverterEmptyString(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.033 s testCompletionToFindPackage_1(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.025 s testCompletionToFindPackage_2(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.036 s testCompletionSingleValueConverterEmptyString(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.026 s profileLanguage(org.eclipse.papyrus.uml.tools.tests.tests.UMLLanguageProvidersTest) Time elapsed: 0 s umlLanguage(org.eclipse.papyrus.uml.tools.tests.tests.UMLLanguageProvidersTest) Time elapsed: 0.001 s ValidationStereotypesListClass1Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.621 s ValidationStereotypesListClass2Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.66 s ValidationStereotypesListClass3Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.571 s ValidationStereotypesListClass4Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.506 s ValidationImageClass1Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.511 s ValidationImageClass2Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.535 s ValidationImageClass3Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.527 s ValidationImageClass4Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.495 s returnedTextTest(org.eclipse.papyrus.uml.tools.tests.tests.CustomizableDelegatingItemLabelProviderTest) Time elapsed: 0.545 s returnedStyledTextTest(org.eclipse.papyrus.uml.tools.tests.tests.CustomizableDelegatingItemLabelProviderTest) Time elapsed: 0.518 s notifyChange(org.eclipse.papyrus.uml.tools.tests.tests.DelegatingItemLabelProviderTest) Time elapsed: 0.027 s copyingInterfaceRealizationDoesNotCorruptTheModel(org.eclipse.papyrus.uml.tools.tests.tests.UMLCopyTest) Time elapsed: 0.002 s copyingInterfaceRealizationDoesNotCorruptTheModel(org.eclipse.papyrus.uml.tools.tests.tests.UMLCopyTestME) Time elapsed: 0.408 s duplicateStereotypeWithMultivaluedDataTypeContainmentFeatureTest(org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest) Time elapsed: 0.872 s duplicateStereotypeWithMultivaluedContainmentFeatureTest(org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest) Time elapsed: 0.767 s duplicateStereotypeWithSingleContainmentFeatureTest(org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest) Time elapsed: 0.747 s reorderMultipleStereotypes(org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest) Time elapsed: 0.139 s attemptReorderOfTooFewStereotypes(org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest) Time elapsed: 0.143 s attemptReorderOfTooManyStereotypes(org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest) Time elapsed: 0.144 s reorderSingleStereotype(org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest) Time elapsed: 0.138 s attemptReorderOfStereotypesAcrossResources(org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest) Time elapsed: 0.128 s recursiveImportPackage(org.eclipse.papyrus.uml.tools.utils.tests.tests.NameResolutionHelperTest) Time elapsed: 0.009 s testIsAutoNamed(org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest) Time elapsed: 0.011 s testGetDefaultNameWithIncrement(org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest) Time elapsed: 0.001 s testAutoNameIncrement(org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest) Time elapsed: 0 s testExistingElementHavingNameNotRenamed(org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest) Time elapsed: 0.001 s testGetAppliedSuperstereotype(org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest) Time elapsed: 0.035 s testGetApplicableStereotype_notStrict_notApplicable(org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest) Time elapsed: 0.163 s testGetApplicableStereotype_notStrict_applicable(org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest) Time elapsed: 0.17 s testGetApplicableStereotype_strict_applicable(org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest) Time elapsed: 0.169 s testGetAppliedSubstereotype_notApplied(org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest) Time elapsed: 0.031 s testGetApplicableStereotype_strict_notApplicable(org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest) Time elapsed: 0.151 s testGetAppliedSubstereotype_applied(org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest) Time elapsed: 0.035 s testUnApplyStereotypeApplication(org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestBadUnapplyProfile2ClosedDiagComment) Time elapsed: 1.224 s testStereotypeApplicationOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestDropStereotypedClass) Time elapsed: 0.628 s testProfileApplicationOnModel(org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestProfileApplication) Time elapsed: 0.362 s testBrace(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.asbrace.TestDisplayAsBrace) Time elapsed: 0.683 s testReopenStereotypeAsComment(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.asbrace.TestReopenAsBrace) Time elapsed: 1.752 s testStereotypeApplicationOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascomment.TestDisplayAsComment) Time elapsed: 0.514 s testReopenStereotypeAsComment(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascomment.TestReopenAsComment) Time elapsed: 1.631 s testStereotypeApplicationOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascompartment.TestDisplayAsCompartment) Time elapsed: 0.871 s testReopenStereotypeAsComment(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascompartment.TestReopenAsCompartment) Time elapsed: 1.574 s test2StereotypeApplicationsOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.Test2StereotypeApplications) Time elapsed: 0.384 s testStereotypeApplicationOnPackage(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplication) Time elapsed: 0.548 s testStereotypeApplicationOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplication) Time elapsed: 0.075 s testQNStereotypeApplicationOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplicationQualifiedName) Time elapsed: 0.363 s testLayoutStereotypeApplicationOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotype) skipped testLayoutOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotype) skipped testLayoutStereotypeApplicationOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotypeOnEclipseHIPPInstance) skipped testLayoutOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotypeOnEclipseHIPPInstance) skipped testDiagramFileExtentionLabel(org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard) Time elapsed: 0.16 s testDiagramFileExtenstionForUML(org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard) Time elapsed: 0.059 s testOrderOfPages(org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard) Time elapsed: 0.047 s testDiagramFileExtentionLabel(org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard) Time elapsed: 0.048 s testDiagramFileExtenstionForUML(org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard) Time elapsed: 0.047 s testOrderOfPages(org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard) Time elapsed: 0.046 s testOrderOfPages(org.eclipse.papyrus.uml.diagram.wizards.TestNewProjectWizard) Time elapsed: 0.058 s testForSimpleModel(org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard) Time elapsed: 0.048 s testOrderOfPages(org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard) Time elapsed: 0.05 s testForModelWithDot(org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard) Time elapsed: 0.047 s missingSchema(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest) Time elapsed: 0.211 s noCorruptionControlCase(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest) Time elapsed: 0.029 s wrongProfileVersion(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest) Time elapsed: 0.197 s missingProfileApplication(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest) Time elapsed: 0.154 s deleteStereotypes(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest) Time elapsed: 0.043 s nestedProfileApplicationsMissingNamespace_bug434302(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.238 s orphansOfWrongProfileVersion_bug436666(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.044 s badSchemaLocationInNonPackageFragment_bug459488(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.604 s nestedProfilesAndNestedApplicationsWellFormed_bug434302(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.224 s registeredDynamicProfie_bug455329(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.028 s nestedPackageSchemaMissing_bug436666(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.245 s incorrectZombieGroupingWithoutProfileNamespaceURIPattern_bug496307(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.032 s nonStereotypeApplicationsAreOK_bug436666(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.011 s nestedProfileApplications2Pkgs1Profile_bug434302(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.245 s crossReferencedPackageUnitWithoutOwnProfileApplication_bug458736(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.575 s correctZombieGroupingWithProfileNamespaceURIPattern_bug496307(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.026 s orphansOfValidSchema_bug436666(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.034 s packageUnitWithoutOwnProfileApplication_bug455248(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.184 s nestedPackageInProfileIsOK_bug436666(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.208 s compareMultiVersionSameURISameVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0.001 s compareMultiVersionDifferentURIDifferentVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareSingleVersionDifferentURISameVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareMultiVersionDifferentURISameVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareCorrectInvalidComparisonConstantBehavior(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareNoVersionSameURI(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareSingleVersionDifferentURIDifferentVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchCorrectNoMatchConstantBehavior(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchSingleVersionCorrectURIGivenVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchNoVersionCorrectURIDefaultVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchMultipleVersionCorrectURIGivenVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchMultipleVersionCorrectURIDefaultVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareCorrectInvalidComparisonBehaviorWrongLHS(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareCorrectInvalidComparisonBehaviorWrongRHS(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s registryExtensionPointCorrectMatch(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareSingleVersionSameURIDifferentVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0.001 s compareSingleVersionSameURISameVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareMultiVersionSameURIDifferentVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s registryCorrectUnregisterAndRegister(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s registryExtensionPointRegistered(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareCorrectInvalidComparisonBehaviorWrongPattern(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchNoVersionCorrectURIGivenVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareNoVersionDifferentURI(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchSingleVersionCorrectURIDefaultVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchCorrectNoMatchBehavior(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s interactionOperand_contentProvider(org.eclipse.papyrus.uml.properties.modelelement.tests.UMLModelElementTest) Time elapsed: 0.046 s combinedFragment_contentProvider(org.eclipse.papyrus.uml.properties.modelelement.tests.UMLModelElementTest) Time elapsed: 0.018 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.MultiplicityObservableValueTest) Time elapsed: 0.454 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ExtensionEndMultiplicityObservableValueTest) Time elapsed: 0.39 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.NavigationObservableValueTest) Time elapsed: 0.447 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.OwnerObservableValueTest) Time elapsed: 0.381 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.KeywordObservableValueTest) Time elapsed: 0.386 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.UMLLabelObservableValueTest) Time elapsed: 0.406 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ImageExpressionObservableValueTest) Time elapsed: 0.401 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ImageKindObservableValueTest) Time elapsed: 0.409 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ImageNameObservableValueTest) Time elapsed: 0.4 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationElementIconObservableValueTest) Time elapsed: 0.613 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationQualifiedNameObservableValueTest) Time elapsed: 0.657 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationShadowObservableValueTest) Time elapsed: 0.594 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ExtensionRequiredObservableValueTest) Time elapsed: 0.672 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ImportedPackageLocationObservableValueTest) Time elapsed: 0.414 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.UnsettableStringObservableValueTest) Time elapsed: 0.39 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.BasicObservableValueTest) Time elapsed: 0.366 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.AnnotationObservableValueTest) Time elapsed: 0.379 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.MaskValueObservableListTest) Time elapsed: 0.581 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.AppliedCommentsObservableListTest) Time elapsed: 0.735 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.OwnedCommentsObservableListTest) Time elapsed: 0.648 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.ProvidedInterfaceObservableListTest) Time elapsed: 0.388 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.RequiredInterfaceObservableListTest) Time elapsed: 0.368 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.ProfileApplicationObservableListTest) Time elapsed: 0.371 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.StereotypeApplicationObservableListTest) Time elapsed: 0.355 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.BasicObservableListTest) Time elapsed: 0.389 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CanonicalObservableValueTest) Time elapsed: 0.583 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.ConnectionDecorationStyleObservableValueTest) Time elapsed: 0.843 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomStringStyleCompartmentObservableValueTest) Time elapsed: 0.62 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomIntStyleCompartmentObservableValueTest) Time elapsed: 0.589 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.DiagramLabelObservableValueTest) Time elapsed: 0.359 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomBooleanStyleWithStoreObservableValueTest) Time elapsed: 0.348 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomDoubleStyleWithStoreObservableValueTest) Time elapsed: 0.365 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomIntStyleWithStoreObservableValueTest) Time elapsed: 0.371 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.RulersUnitStyleObservableValueTest) Time elapsed: 0.398 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.SwitchOrientationObservableValueTest) Time elapsed: 0.862 s outOfDateModelSkipMigration_papyrus(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.632 s upToDateModelDoesNotPromptForMigration_papyrus(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.459 s outOfDateModelDoMigration_dynamic(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.704 s outOfDateModelSkipMigration_uml2(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.601 s outOfDateModelDoMigration_papyrus(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.716 s outOfDateModelSkipMigration_dynamic(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.457 s outOfDateModelDoMigration_uml2(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.741 s upToDateModelDoesNotPromptForMigration_uml2(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.437 s upToDateModelDoesNotPromptForMigration_dynamic(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.333 s loadDecoratorAsMainModel(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 0.484 s externalizeApplication(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 0.58 s unloadApplication(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 0.654 s externalizeApplication_undo(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 0.745 s unloadedApplicationNotAvailable(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 0.955 s loadApplication(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 1.16 s externalizeApplication_undo_redo(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 1.381 s nestedPackageApplicationOfSameProfile_bug459613(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 1.649 s externalizeApplication_forNestedPackage(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 1.983 s internalizeApplication_undo(org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest) Time elapsed: 2.405 s internalizeApplication_undo_redo(org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest) Time elapsed: 2.498 s internalizeApplication(org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest) Time elapsed: 2.825 s migrateProfile(org.eclipse.papyrus.uml.decoratormodel.tests.ProfileMigrationTest) Time elapsed: 3.207 s missingSchema(org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest) Time elapsed: 3.521 s wrongProfileVersion(org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest) Time elapsed: 0.348 s missingProfileApplication(org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest) Time elapsed: 0.348 s decoratorModelsForPackageAsync(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.727 s decoratorModelsForPackage_none(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) skipped removeResource(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.694 s decoratorModelsAsync_uri(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.59 s decoratorModelName(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.518 s baseline(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.502 s decoratorModelsForPackage(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.486 s decoratorModelNameAsync(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.514 s appliedProfilesByResourceIndex(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.608 s decoratorModels(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.527 s decoratorModelsAsync(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.599 s allAppliedProfiles(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.612 s decoratorModelNames(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.492 s decoratorModels_uri(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.598 s decoratorModelNamesAsync(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.607 s listener(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.698 s allAppliedProfilesAsync(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.493 s addNewResource(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.908 s decoratorModelsForPackageAsync_none(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.484 s copy_subsetOfProfiles(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelCopierTest) Time elapsed: 0.626 s copy_allProfiles(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelCopierTest) Time elapsed: 0.572 s testHasUnloadedDecoratorModelsAsync_recursive(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.642 s testIsDecoratorModelFor(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.343 s testIsDecoratorModelURI(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.379 s testInternalizeProfileApplications(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.446 s testHasUnloadedDecoratorModelsAsync(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.822 s testExternalizeProfileApplication(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.431 s testGetDecoratorPackages(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.401 s testGetDecoratorModelAppliedProfiles(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.444 s testGetUnloadedDecoratorModelsAsyncResource(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.8 s testGetExternalizationProfile(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.305 s testIsDecoratorModelResource(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.38 s testGetDecoratorModelProfileApplications(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.439 s testGetUnloadedDecoratorModelsAsyncPackage(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.811 s testGetLoadedDecoratorModels(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.36 s testGetLoadedSubUnitPackages(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.363 s testGetUnloadedDecoratorModels(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.659 s testHasExternalizationProfile(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.307 s testGetUnloadedDecoratorModelsAsyncIterableOfResource(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.778 s testGetUserModelResources(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.333 s testGetDecoratorProfileApplications(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.39 s stereotypeApplication_inNestedPackage(org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest) Time elapsed: 0.125 s stereotypeApplication_inNonPackageSubmodelUnit_bug459613(org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest) Time elapsed: 0.123 s applyStereotype_resourceSet(org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest) Time elapsed: 0.125 s applyStereotype_freeFloating(org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest) Time elapsed: 0.125 s isDecoratorModel_decoratorModelUML(org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest) Time elapsed: 0.212 s isDecoratorModel_decoratorModelNotation(org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest) Time elapsed: 0.226 s isDecoratorModel_userModelUML(org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest) Time elapsed: 0.236 s decoratorIndexing(org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest) Time elapsed: 0.401 s userModelIndexing(org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest) Time elapsed: 0 s decoratorAsUserModelIndexing(org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest) Time elapsed: 0 s migrateProfileExtendingDynamic_bug481302(org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest) Time elapsed: 0.254 s basicUMLMigrateProfileExtendingStatic_bug481302(org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest) skipped migrateProfileExtendingStatic_bug481302(org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest) Time elapsed: 0.233 s control_undo_redo_allDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 0.657 s uncontrol_undo_redo_allDecoratorsUnloaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 2.371 s control_someDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 0.823 s uncontrol_someDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 1.243 s uncontrol_allDecoratorsUnloaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 1.376 s control_undo_redo_someDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 1.593 s control_allDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 0.455 s control_undo_redo_allDecoratorsUnloaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 1.94 s control_allDecoratorsUnloaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 0.958 s uncontrol_undo_redo_someDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 2.026 s uncontrol_undo_redo_allDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 0.589 s uncontrol_allDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 0.46 s nonBaseElementStereotypeCrossReferences(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest) Time elapsed: 0.848 s classUnitExternalizeParentUnitProfileApplication_bug459613(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest) Time elapsed: 0.298 s nestedPackagesInheritingExternalProfileApplications(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest) Time elapsed: 1.292 s validateOCLOnInstanceSpec(org.eclipse.papyrus.uml.validation.tests.rules.TestOCLConstraintOnInstanceSpec) Time elapsed: 2.609 s validateCamelCaseRule(org.eclipse.papyrus.uml.validation.tests.rules.TestOCLValidationRuleFromFile) Time elapsed: 0.993 s validateIsActiveOCLRule_inactiveClass(org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML) Time elapsed: 1.288 s validateIsPassiveJavaRule_inactiveClass(org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML) Time elapsed: 2.447 s validateIsPassiveJavaRule_activeClass(org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML) Time elapsed: 1.038 s validateMalformedActiveRule_notActiveCapsule(org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInProfile) Time elapsed: 1.039 s validateIsActiveRule_notActiveCapsule(org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInProfile) Time elapsed: 2.261 s validateIsActiveRule_ActiveCapsule(org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInProfile) Time elapsed: 0.939 s validateNameClashDetection(org.eclipse.papyrus.uml.validation.tests.rules.TestUMLValidationRules) Time elapsed: 0.529 s validateNonStandardMultiplicity(org.eclipse.papyrus.uml.validation.tests.rules.TestUMLValidationRules) Time elapsed: 0.535 s validateUnsetStereotypeAttribute(org.eclipse.papyrus.uml.validation.tests.rules.TestStereotypeValidation) Time elapsed: 2.459 s testResolveProfile__Object(org.eclipse.papyrus.uml.filters.tests.ProfileAppliedTest) Time elapsed: 0.016 s testMatches__Object(org.eclipse.papyrus.uml.filters.tests.ProfileAppliedTest) Time elapsed: 0.008 s profileAppliedFilterResourceURI_bug480221(org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest) Time elapsed: 0.019 s profileAppliedFilterDoesNotLoadProfiles_miss_bug480221(org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest) Time elapsed: 0.02 s profileAppliedFilterDoesNotLoadProfiles_hit_bug480221(org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest) Time elapsed: 0.018 s popupsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest) Time elapsed: 0.006 s connectionTargetFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest) Time elapsed: 0.002 s popupFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest) Time elapsed: 0 s connectionSourceFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest) Time elapsed: 0.001 s connectionsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest) Time elapsed: 0 s popupsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest) Time elapsed: 0.019 s connectionTargetFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest) Time elapsed: 0.002 s distinctConnectionHintsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest) Time elapsed: 0.001 s popupFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest) Time elapsed: 0.001 s connectionSourceFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest) Time elapsed: 0 s distinctPopupHintsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest) Time elapsed: 0.001 s connectionsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest) Time elapsed: 0 s popupsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0.002 s connectionTargetFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0.003 s popupFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0 s connectionSourceFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0 s connectionsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0 s connectionsGenerated[<> Generalization](org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest) Time elapsed: 0.002 s connectionsGenerated[<> GeneralizationSet](org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest) Time elapsed: 0.001 s connectionsGenerated[<> ControlFlow](org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest) Time elapsed: 0 s connectionsGenerated[<> ObjectFlow](org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest) Time elapsed: 0 s connectionsGenerated[<> Transition](org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest) Time elapsed: 0 s connectionsGenerated[<> Message](org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest) Time elapsed: 0 s connectionsGenerated[<> Connector](org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest) Time elapsed: 0 s iconGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest) Time elapsed: 0.001 s typeSetAttributes(org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest) Time elapsed: 0 s elementTypeSpecializedTypes_bug461717(org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest) Time elapsed: 0.022 s multipleElementTypesForOneStereotypeGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest) Time elapsed: 0 s stereotypeAdviceGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest) Time elapsed: 0 s elementTypesGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest) Time elapsed: 0 s stereotypeMatcherGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest) Time elapsed: 0.001 s stereotypeAdviceNotGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest) Time elapsed: 0.003 s distinctHintsGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest) Time elapsed: 0.002 s stereotypeMatcherNotGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest) Time elapsed: 0 s iconGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest) Time elapsed: 0 s elementTypeSpecializedTypes_bug461717(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest) Time elapsed: 0.017 s elementTypesGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest) Time elapsed: 0.001 s iconGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0.001 s stereotypeAdviceGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0 s elementTypesGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0.001 s stereotypeMatcherGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0 s elementTypeSpecializedTypes(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test) Time elapsed: 0.019 s stereotypeAdviceGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test) Time elapsed: 0 s stereotypeMatcherGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test) Time elapsed: 0 s iconGenerated(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest) Time elapsed: 0.001 s typeSetAttributes(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest) Time elapsed: 0 s elementTypeSpecializedTypes_bug461717(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest) Time elapsed: 0 s multipleElementTypesForOneStereotypeGenerated(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest) Time elapsed: 0 s stereotypeAdviceGenerated(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest) Time elapsed: 0 s elementTypesGenerated(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest) Time elapsed: 0 s stereotypeMatcherGenerated(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest) Time elapsed: 0 s testRemovedStereotypes(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest) Time elapsed: 0.001 s testRenamedStereotypes(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest) Time elapsed: 0 s testAddedExtensions(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest) Time elapsed: 0 s testAddedStereotypes(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest) Time elapsed: 0 s testRemovedExtension(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest) Time elapsed: 0 s testGetStereotypeNames(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.03 s testGetStereotypes(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.015 s testGetAllStereotypeNames(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) skipped testGetProfileNames(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.015 s testProfileCatalog(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.014 s testLookupStereotype(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.013 s testLookupStereotypeInAppliedProfile(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.013 s testProfileCopy(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.015 s testGetProfiles(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.018 s testGetNamedElement(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.016 s testIsModelsExist(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.018 s testGetStereotypeQualifiedNames(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.018 s testGetProfileQualifiedNames(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.014 s testCopyResources(org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest) Time elapsed: 0.398 s testCopyResource(org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest) Time elapsed: 0.001 s testGetProject(org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest) Time elapsed: 0 s testEclipseProject(org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest) Time elapsed: 0 s testGetUmlModelWithIFile(org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest) Time elapsed: 0.063 s testModelSetManagerString(org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest) Time elapsed: 0.002 s testModelSetManagerURI(org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest) Time elapsed: 0.003 s testGetNamedElementByNameString(org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest) Time elapsed: 0.003 s testGetUmlModel(org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest) Time elapsed: 0.128 s testModelSetManagerStringModels(org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest) Time elapsed: 0.001 s testGetNamedElementByNameWithSterotype(org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest) Time elapsed: 0.017 s testCreation(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0.001 s testCreateClass(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testCreateModel(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testCreatePackage(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testCd(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testUMLModelCreatorResourceFailing(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testUMLModelCreatorStringString(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testUMLModelCreatorResource(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testCreateDatatype(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testCompoundTypeProvider(org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest) Time elapsed: 0.001 s testGetTypes(org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest) Time elapsed: 0.001 s testAddITypeProvider(org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest) Time elapsed: 0 s testIterator(org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest) Time elapsed: 0 s testVisitMetaclassesModel(org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest) skipped testVisitPropertyModel(org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest) skipped testSimpleModelVisitor(org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest) Time elapsed: 0.001 s testDoVisitStereoptypeModel(org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest) skipped testDoVisitPropertyModel(org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest) skipped testVisitStereoptypeModel(org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest) skipped testDoVisitMetaclassesModel(org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest) skipped testSetStereotypeName(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0.004 s testGetProfileName(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testAddPropertyChangeListenerPropertyChangeListener(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testSetQualifiedNameComplex(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testClear(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0.001 s testStereotypeURLString(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testToString(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testGetStereotypeName(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testAddPropertyChangeListenerStringPropertyChangeListener(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testStereotypeURL(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testRemovePropertyChangeListenerPropertyChangeListener(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testSetQualifiedNameSimple(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testSetProfileName(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testRemovePropertyChangeListenerStringPropertyChangeListener(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testComputeQualifiedName(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testGetQualifiedName(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testStereotypeURLStringString(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testGetTypes(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest) Time elapsed: 0.001 s testTypeProvider(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest) Time elapsed: 0 s testIterator(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest) Time elapsed: 0 s testGetTypes(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2) Time elapsed: 0 s testAddType(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2) Time elapsed: 0 s testAddTypeFromConstructor(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2) Time elapsed: 0.001 s testTypeProvider(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2) Time elapsed: 0 s testTypeProviderTypeArray(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2) Time elapsed: 0 s testIterator(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2) Time elapsed: 0 s testUMLPrimitiveTypesModel(org.eclipse.papyrus.uml.profile.drafter.utils.UMLPrimitiveTypesModelTest) Time elapsed: 0.01 s testGetLibraryPackage(org.eclipse.papyrus.uml.profile.drafter.utils.UMLPrimitiveTypesModelTest) Time elapsed: 0.009 s testUseInternationalizationModification(org.eclipse.papyrus.uml.internationalization.tests.tests.UMLInternationalizationChangePreferencesTest) Time elapsed: 0.448 s testLanguageModification(org.eclipse.papyrus.uml.internationalization.tests.tests.UMLInternationalizationChangeLanguageTest) Time elapsed: 0.362 s rebuildAdapters(org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationUMLItemProviderAdapterFactoryTest) Time elapsed: 0.377 s normalAdapters(org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationUMLItemProviderAdapterFactoryTest) Time elapsed: 0.372 s testLabelProviderAdapter(org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationAdapterTest) Time elapsed: 0.001 s testMapping(org.eclipse.papyrus.uml.alf.tests.mapper.MappingTest) skipped org.eclipse.papyrus.uml.alf.tests.mapper.MappingTest skipped testMerging(org.eclipse.papyrus.uml.alf.tests.mapper.MergeTest) skipped org.eclipse.papyrus.uml.alf.tests.mapper.MergeTest skipped testStaticSemantics(org.eclipse.papyrus.uml.alf.tests.SemanticTest) skipped org.eclipse.papyrus.uml.alf.tests.SemanticTest skipped testOneFile(org.eclipse.papyrus.uml.alf.tests.SingleTest) skipped org.eclipse.papyrus.uml.alf.tests.SingleTest skipped testSyntax(org.eclipse.papyrus.uml.alf.tests.SyntacticTest) skipped org.eclipse.papyrus.uml.alf.tests.SyntacticTest skipped testGeneration(org.eclipse.papyrus.uml.alf.tests.generator.GenerationTest) skipped org.eclipse.papyrus.uml.alf.tests.generator.GenerationTest skipped org.eclipse.papyrus.uml.alf.tests.AllTests skipped IsStereotypedWithExpression_Test10(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.56 s IsStereotypedWithExpression_Test11(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.533 s IsStereotypedWithExpression_Test12(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.557 s IsStereotypedWithExpression_Test13(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.496 s IsStereotypedWithExpression_Test1(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.506 s IsStereotypedWithExpression_Test2(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.523 s IsStereotypedWithExpression_Test3(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.485 s IsStereotypedWithExpression_Test4(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.52 s IsStereotypedWithExpression_Test5(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.526 s IsStereotypedWithExpression_Test6(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.516 s IsStereotypedWithExpression_Test7(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.529 s IsStereotypedWithExpression_Test8(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.514 s IsStereotypedWithExpression_Test9(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.51 s HasStereotypeExpressionTests_Test1(org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests) Time elapsed: 0.521 s HasStereotypeExpressionTests_Test2(org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests) Time elapsed: 0.483 s HasStereotypeExpressionTests_Test3(org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests) Time elapsed: 0.499 s HasStereotypeExpressionTests_Test4(org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests) Time elapsed: 0.493 s metaclassAndNoContext(org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest) Time elapsed: 0.003 s noMetaclassAndNoContextTest(org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest) Time elapsed: 0 s metaclassAndValidContext_1(org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest) Time elapsed: 0 s metaclassAndValidContext_2(org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest) Time elapsed: 0 s metaclassAndInvalidContext(org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest) Time elapsed: 0 s metaclassAndNoContext(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests) Time elapsed: 0.001 s noMetaclassAndNoContextTest(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests) Time elapsed: 0 s metaclassAndValidContext_2(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests) Time elapsed: 0 s metaclassAndInValidContext_1(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests) Time elapsed: 0 s IsKindOfStereotypeExpression_Test10(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.503 s IsKindOfStereotypeExpression_Test11(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.489 s IsKindOfStereotypeExpression_Test12(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.487 s IsKindOfStereotypeExpression_Test13(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.49 s IsKindOfStereotypeExpression_Test14(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.48 s IsKindOfStereotypeExpression_Test1(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.501 s IsKindOfStereotypeExpression_Test2(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.488 s IsKindOfStereotypeExpression_Test3(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.53 s IsKindOfStereotypeExpression_Test4(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.542 s IsKindOfStereotypeExpression_Test5(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.497 s IsKindOfStereotypeExpression_Test6(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.508 s IsKindOfStereotypeExpression_Test7(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.492 s IsKindOfStereotypeExpression_Test8(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.51 s IsKindOfStereotypeExpression_Test9(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.518 s IsTypeOfStereotypeExpression_Test1(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.507 s IsTypeOfStereotypeExpression_Test2(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.504 s IsTypeOfStereotypeExpression_Test3(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.528 s IsTypeOfStereotypeExpression_Test4(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.514 s IsTypeOfStereotypeExpression_Test5(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.487 s IsTypeOfStereotypeExpression_Test6(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.516 s IsTypeOfStereotypeExpression_Test7(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.523 s IsTypeOfStereotypeExpression_Test8(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.487 s IsTypeOfStereotypeExpression_Test9(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.488 s IsTypeOfStereotypeExpression_Test10(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.483 s IsTypeOfStereotypeExpression_Test11(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.49 s IsTypeOfStereotypeExpression_Test12(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.499 s IsTypeOfStereotypeExpression_Test13(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.484 s SingleStereotypeAttributeEqualityExpressionTests_Test10(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.489 s SingleStereotypeAttributeEqualityExpressionTests_Test11(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.489 s SingleStereotypeAttributeEqualityExpressionTests_Test12(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.496 s SingleStereotypeAttributeEqualityExpressionTests_Test13(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.547 s SingleStereotypeAttributeEqualityExpressionTests_Test1(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.489 s SingleStereotypeAttributeEqualityExpressionTests_Test2(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.477 s SingleStereotypeAttributeEqualityExpressionTests_Test3(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.486 s SingleStereotypeAttributeEqualityExpressionTests_Test4(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.526 s SingleStereotypeAttributeEqualityExpressionTests_Test5(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.497 s SingleStereotypeAttributeEqualityExpressionTests_Test6(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.469 s SingleStereotypeAttributeEqualityExpressionTests_Test7(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.471 s SingleStereotypeAttributeEqualityExpressionTests_Test8(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.475 s SingleStereotypeAttributeEqualityExpressionTests_Test9(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.485 s validateModel[0](org.eclipse.papyrus.uml.architecture.tests.resources.ModelValidationTest) Time elapsed: 0.105 s Results: Tests run: 683, Failures: 0, Errors: 0, Skipped: 39 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT [170/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.alf.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests >-- [INFO] Building org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT [171/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- xtend-maven-plugin:2.25.0.M1:compile (default) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/target/org.eclipse.papyrus.uml.alf.backend.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests >-- [INFO] Building org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT [172/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] The project's OSGi version is 2.0.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/org/eclipse/papyrus/views/properties/toolsmiths/tests/qvt/TransformationsTests.java:[274] DataContextElement st3Element = findContextElement(context, "Stereotype3"); ^^^^^^^^^^ The value of the local variable st3Element is not used 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/target/org.eclipse.papyrus.views.properties.toolsmiths.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests >--- [INFO] Building org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT [173/177] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202112070532 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/org.eclipse.papyrus.views.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.views.suite.tests.AllTests No JFaces support for org.eclipse.jface.viewers.TableTreeViewer Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.077 s - in org.eclipse.papyrus.views.suite.tests.AllTests revealSemanticElement_rootTest(org.eclipse.papyrus.views.modelexplorer.tests.ModelExplorerViewTests) Time elapsed: 9.241 s deleteDiagramTest(org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest) Time elapsed: 1.939 s deleteTableTest(org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest) Time elapsed: 1.285 s deleteLinkItemTest(org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest) Time elapsed: 0.7 s deleteRootOfTheModel(org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest) Time elapsed: 0.652 s testOpendiagramTest(org.eclipse.papyrus.views.modelexplorer.tests.OpendiagramTest) Time elapsed: 0.296 s documentationViewTests(org.eclipse.papyrus.views.documentation.tests.DocumentationViewTests) Time elapsed: 1.291 s handleXWTFileFromResourceSet(org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests) Time elapsed: 0.615 s handleXWTFileFromResource(org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests) Time elapsed: 0.156 s generateEcoreContext(org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests) Time elapsed: 0.045 s generateProfileContext(org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests) Time elapsed: 0.348 s Results: Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.views.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.documentation.tests.releng >-- [INFO] Building org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT [174/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views.documentation.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.documentation.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/tests/junit/plugins/views/documentation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.views.documentation.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.tests.main.releng >------ [INFO] Building org.eclipse.papyrus.tests.main.releng 1.2.0-SNAPSHOT [175/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.main.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.main.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/releng/tests/main-tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.main.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.main.tests.target.parent >-- [INFO] Building org.eclipse.papyrus.main.tests.target.parent 0.0.1-SNAPSHOT [176/177] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.main.tests.target.parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.main.tests.target.parent --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/releng/tests/main-tests/targetPlatform/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.main.tests.target.parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.main.tests.portable.target >-- [INFO] Building org.eclipse.papyrus.main.tests.portable.target 0.0.1-SNAPSHOT [177/177] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.main.tests.portable.target --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.main.tests.portable.target --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/source/releng/tests/main-tests/targetPlatform/portable/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.main.tests.portable.target --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.main.tests.portable.target --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT .... SUCCESS [ 43.489 s] [INFO] org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT SUCCESS [ 9.850 s] [INFO] org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT . SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT SUCCESS [ 9.545 s] [INFO] org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT SUCCESS [ 0.513 s] [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT SUCCESS [ 0.903 s] [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT SUCCESS [ 0.509 s] [INFO] org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT SUCCESS [ 1.006 s] [INFO] org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT SUCCESS [ 0.590 s] [INFO] org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT SUCCESS [ 0.218 s] [INFO] org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT SUCCESS [ 0.502 s] [INFO] org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT . SUCCESS [ 0.896 s] [INFO] org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT SUCCESS [ 0.209 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT SUCCESS [ 0.681 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.0-SNAPSHOT SUCCESS [ 0.785 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT SUCCESS [ 0.586 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT SUCCESS [ 0.806 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT SUCCESS [ 0.611 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT SUCCESS [ 0.421 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT SUCCESS [ 0.410 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT SUCCESS [ 0.583 s] [INFO] org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT SUCCESS [ 0.489 s] [INFO] org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT SUCCESS [ 0.189 s] [INFO] org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT SUCCESS [ 0.440 s] [INFO] org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT SUCCESS [ 0.659 s] [INFO] org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT SUCCESS [ 0.483 s] [INFO] org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [ 0.518 s] [INFO] org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT SUCCESS [ 0.685 s] [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT SUCCESS [ 0.420 s] [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT SUCCESS [ 0.402 s] [INFO] org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT SUCCESS [ 0.414 s] [INFO] org.eclipse.papyrus.infra.tools.tests 2.1.0-SNAPSHOT SUCCESS [ 0.666 s] [INFO] org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT SUCCESS [ 0.403 s] [INFO] org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT SUCCESS [ 0.430 s] [INFO] org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT SUCCESS [ 0.488 s] [INFO] org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT .. SUCCESS [ 0.485 s] [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT SUCCESS [ 0.318 s] [INFO] org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT SUCCESS [ 0.228 s] [INFO] org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT SUCCESS [ 0.033 s] [INFO] org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT SUCCESS [ 1.005 s] [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests 2.0.0-SNAPSHOT SUCCESS [ 0.630 s] [INFO] org.eclipse.papyrus.uml.diagram.activity.tests 2.0.0-SNAPSHOT SUCCESS [ 0.916 s] [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT SUCCESS [ 0.567 s] [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT SUCCESS [ 0.707 s] [INFO] org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT SUCCESS [ 0.594 s] [INFO] org.eclipse.papyrus.uml.diagram.timing.tests 2.0.0-SNAPSHOT SUCCESS [ 0.496 s] [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT SUCCESS [ 1.190 s] [INFO] org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT SUCCESS [ 0.652 s] [INFO] org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT SUCCESS [ 0.651 s] [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT SUCCESS [ 0.125 s] [INFO] org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT SUCCESS [ 0.781 s] [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT SUCCESS [ 0.617 s] [INFO] org.eclipse.papyrus.tests.uml.diagram.feature 1.2.0-SNAPSHOT SUCCESS [ 0.223 s] [INFO] org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT SUCCESS [ 0.095 s] [INFO] org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT SUCCESS [ 0.481 s] [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT SUCCESS [ 0.472 s] [INFO] org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT SUCCESS [ 0.626 s] [INFO] org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT SUCCESS [ 0.677 s] [INFO] org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT SUCCESS [ 0.507 s] [INFO] org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT SUCCESS [ 0.529 s] [INFO] org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.uml.profile.drafter.tests 2.1.0-SNAPSHOT SUCCESS [ 0.660 s] [INFO] org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT SUCCESS [ 0.374 s] [INFO] org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT SUCCESS [ 0.382 s] [INFO] org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT SUCCESS [ 0.243 s] [INFO] org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT SUCCESS [ 0.412 s] [INFO] org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT SUCCESS [ 0.039 s] [INFO] org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT SUCCESS [ 0.092 s] [INFO] org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT SUCCESS [ 0.452 s] [INFO] org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT SUCCESS [ 0.619 s] [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT SUCCESS [ 1.196 s] [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT SUCCESS [ 0.619 s] [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT SUCCESS [ 0.509 s] [INFO] org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT SUCCESS [ 0.258 s] [INFO] org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT SUCCESS [ 0.238 s] [INFO] org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT SUCCESS [ 0.073 s] [INFO] org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.uml.tools.tests 4.1.0-SNAPSHOT . SUCCESS [ 0.493 s] [INFO] org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT SUCCESS [ 0.437 s] [INFO] org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT SUCCESS [ 0.080 s] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [ 0.508 s] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT SUCCESS [ 0.532 s] [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT SUCCESS [ 0.071 s] [INFO] org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT SUCCESS [ 0.390 s] [INFO] org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT SUCCESS [ 0.415 s] [INFO] org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT SUCCESS [ 0.531 s] [INFO] org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT SUCCESS [ 0.354 s] [INFO] org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT SUCCESS [ 0.079 s] [INFO] org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT SUCCESS [ 0.398 s] [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT SUCCESS [ 0.451 s] [INFO] org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT SUCCESS [ 0.102 s] [INFO] org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT SUCCESS [ 0.476 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT SUCCESS [ 0.421 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT SUCCESS [ 0.442 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT SUCCESS [ 0.502 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT SUCCESS [ 0.444 s] [INFO] org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT SUCCESS [ 0.153 s] [INFO] org.eclipse.papyrus.tests.feature 2.0.0-SNAPSHOT ... SUCCESS [ 0.530 s] [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT SUCCESS [ 0.137 s] [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT SUCCESS [ 0.045 s] [INFO] org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT SUCCESS [ 0.418 s] [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [ 0.078 s] [INFO] org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT SUCCESS [ 0.420 s] [INFO] org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT SUCCESS [ 0.031 s] [INFO] org.eclipse.papyrus.uml.siriusdiag.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.eclipse.papyrus.uml.siriusdiag.clazz.tests 1.0.0-SNAPSHOT SUCCESS [ 0.684 s] [INFO] org.eclipse.papyrus.uml.siriusdiag.sequence.tests 1.0.0-SNAPSHOT SUCCESS [ 0.077 s] [INFO] org.eclipse.papyrus.uml.siriusdiag.statemachine.tests 1.0.0-SNAPSHOT SUCCESS [ 0.387 s] [INFO] org.eclipse.papyrus.tests.uml.siriusdiag.feature 1.0.0-SNAPSHOT SUCCESS [ 0.106 s] [INFO] org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT SUCCESS [ 0.424 s] [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [ 0.458 s] [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [ 0.038 s] [INFO] org.eclipse.papyrus.uml.alf.tests 2.0.0-SNAPSHOT ... SUCCESS [ 26.581 s] [INFO] org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT SUCCESS [ 0.091 s] [INFO] Papyrus Tests Features 0.0.1-SNAPSHOT .............. SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT SUCCESS [ 13.068 s] [INFO] org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT ... SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT SUCCESS [ 0.566 s] [INFO] org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT SUCCESS [01:13 min] [INFO] org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 42.705 s] [INFO] org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 36.772 s] [INFO] org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT SUCCESS [ 0.513 s] [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT SUCCESS [ 0.318 s] [INFO] org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT SUCCESS [ 0.490 s] [INFO] org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT SUCCESS [03:32 min] [INFO] org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT SUCCESS [ 0.250 s] [INFO] org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT SUCCESS [02:20 min] [INFO] org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT SUCCESS [ 0.392 s] [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.0-SNAPSHOT SUCCESS [ 0.595 s] [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT SUCCESS [ 0.522 s] [INFO] org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT SUCCESS [07:11 min] [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT SUCCESS [ 0.469 s] [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT SUCCESS [ 0.380 s] [INFO] org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT SUCCESS [ 0.418 s] [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT SUCCESS [ 0.520 s] [INFO] org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT SUCCESS [04:41 min] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT SUCCESS [ 0.362 s] [INFO] org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 15.377 s] [INFO] org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT SUCCESS [ 0.090 s] [INFO] org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT SUCCESS [ 0.156 s] [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT SUCCESS [ 0.289 s] [INFO] org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT SUCCESS [ 0.424 s] [INFO] org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT . SUCCESS [03:53 min] [INFO] org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT SUCCESS [ 0.570 s] [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT SUCCESS [ 0.412 s] [INFO] org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 27.671 s] [INFO] org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.eclipse.papyrus.tests.main.releng 1.2.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.main.tests.target.parent 0.0.1-SNAPSHOT SUCCESS [ 0.001 s] [INFO] org.eclipse.papyrus.main.tests.portable.target 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 33:09 min [INFO] Finished at: 2021-12-07T06:05:39Z [INFO] ------------------------------------------------------------------------ [Papyrus-SiriusIntegration-Tests] $ /bin/bash /tmp/jenkins11480295191286216141.sh sleep 3600 end sleep Taking screenshot. [Papyrus-SiriusIntegration-Tests] $ echo $XAUTHORITY /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.Xauthority-12997742632300693253 [Papyrus-SiriusIntegration-Tests] $ ls -l $XAUTHORITY -rw-r--r--. 1 jenkins 1000800000 0 Dec 7 05:32 /home/jenkins/agent/workspace/Papyrus-SiriusIntegration-Tests/.Xauthority-12997742632300693253 [Papyrus-SiriusIntegration-Tests] $ import -window root -display :63 screenshot.jpg Terminating xvnc. Sending e-mails to: patrick.tessier@cea.fr vincent.lorenzo@cea.fr quentin.lemenez@cea.fr Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS